Home
last modified time | relevance | path

Searched refs:getOrCreateComputeProgram (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineCache.hpp105 …inline std::shared_ptr<sw::ComputeProgram> getOrCreateComputeProgram(const PipelineCache::ComputeP…
133 std::shared_ptr<sw::ComputeProgram> PipelineCache::getOrCreateComputeProgram(const PipelineCache::C… in getOrCreateComputeProgram() function in vk::PipelineCache
DVkPipeline.cpp458 program = pPipelineCache->getOrCreateComputeProgram(programKey, [&] { in compileShaders()