Home
last modified time | relevance | path

Searched refs:cacheHit (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineCache.hpp85 …zeSpirv(const PipelineCache::SpirvBinaryKey &key, CreateOnCacheMiss &&create, CacheHit &&cacheHit);
157 …izeSpirv(const PipelineCache::SpirvBinaryKey &key, CreateOnCacheMiss &&create, CacheHit &&cacheHit) in getOrOptimizeSpirv() argument
164 cacheHit(); in getOrOptimizeSpirv()
DVkPipeline.cpp152 void cacheHit(uint32_t stage) in cacheHit() function in __anonecaf93560111::PipelineCreationFeedback
361 auto onCacheHit = [&] { pipelineCreationFeedback.cacheHit(stageIndex); }; in compileShaders()
435 auto onCacheHit = [&] { pipelineCreationFeedback.cacheHit(0); }; in compileShaders()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h257 bool cacheHit);
263 bool cacheHit);
DProgramExecutableVk.cpp1242 bool cacheHit) in updateBuffersDescriptorSet() argument
1245 if (blocks.empty() || (cacheHit && !IsDynamicDescriptor(descriptorType))) in updateBuffersDescriptorSet()
1302 if (!cacheHit) in updateBuffersDescriptorSet()
1331 bool cacheHit) in updateAtomicCounterBuffersDescriptorSet() argument
1337 if (atomicCounterBuffers.empty() || cacheHit) in updateAtomicCounterBuffersDescriptorSet()
1568 bool cacheHit = mDescriptorSets[DescriptorSetIndex::ShaderResource] != VK_NULL_HANDLE; in updateShaderResourcesDescriptorSet() local
1580 mUniformBufferDescriptorType, cacheHit)); in updateShaderResourcesDescriptorSet()
1583 kStorageBufferDescriptorType, cacheHit)); in updateShaderResourcesDescriptorSet()
1585 shaderBuffersDesc, cacheHit)); in updateShaderResourcesDescriptorSet()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp349 …Bool cacheHit = (cache.imageDescriptor == imageDescriptor) && (cache.samplerId == samplerId); // … in lookupSamplerFunction() local
351 If(!cacheHit) in lookupSamplerFunction()