Migrate from yarn to marl. Bug: b/140546382 Change-Id: I106cde639419fb49d5d161555f1baa687bb12e91 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36111 Reviewed-by: Ben Clayton <bclayton@google.com> Tested-by: Ben Clayton <bclayton@google.com>
diff --git a/src/Vulkan/VkPipeline.cpp b/src/Vulkan/VkPipeline.cpp index c5b72de..86ea342 100644 --- a/src/Vulkan/VkPipeline.cpp +++ b/src/Vulkan/VkPipeline.cpp
@@ -22,7 +22,7 @@ #include "Pipeline/ComputeProgram.hpp" #include "Pipeline/SpirvShader.hpp" -#include "Yarn/Trace.hpp" +#include "marl/trace.h" #include "spirv-tools/optimizer.hpp" @@ -259,7 +259,7 @@ std::shared_ptr<sw::ComputeProgram> createProgram(const vk::PipelineCache::ComputeProgramKey& key) { - YARN_SCOPED_EVENT("createProgram"); + MARL_SCOPED_EVENT("createProgram"); vk::DescriptorSet::Bindings descriptorSets; // FIXME(b/129523279): Delay code generation until invoke time. // TODO(b/119409619): use allocator.