Searched refs:cacheHit (Results 1 – 5 of 5) sorted by relevance
85 …zeSpirv(const PipelineCache::SpirvBinaryKey &key, CreateOnCacheMiss &&create, CacheHit &&cacheHit);157 …izeSpirv(const PipelineCache::SpirvBinaryKey &key, CreateOnCacheMiss &&create, CacheHit &&cacheHit) in getOrOptimizeSpirv() argument164 cacheHit(); in getOrOptimizeSpirv()
152 void cacheHit(uint32_t stage) in cacheHit() function in __anonecaf93560111::PipelineCreationFeedback361 auto onCacheHit = [&] { pipelineCreationFeedback.cacheHit(stageIndex); }; in compileShaders()435 auto onCacheHit = [&] { pipelineCreationFeedback.cacheHit(0); }; in compileShaders()
257 bool cacheHit);263 bool cacheHit);
1242 bool cacheHit) in updateBuffersDescriptorSet() argument1245 if (blocks.empty() || (cacheHit && !IsDynamicDescriptor(descriptorType))) in updateBuffersDescriptorSet()1302 if (!cacheHit) in updateBuffersDescriptorSet()1331 bool cacheHit) in updateAtomicCounterBuffersDescriptorSet() argument1337 if (atomicCounterBuffers.empty() || cacheHit) in updateAtomicCounterBuffersDescriptorSet()1568 bool cacheHit = mDescriptorSets[DescriptorSetIndex::ShaderResource] != VK_NULL_HANDLE; in updateShaderResourcesDescriptorSet() local1580 mUniformBufferDescriptorType, cacheHit)); in updateShaderResourcesDescriptorSet()1583 kStorageBufferDescriptorType, cacheHit)); in updateShaderResourcesDescriptorSet()1585 shaderBuffersDesc, cacheHit)); in updateShaderResourcesDescriptorSet()
349 …Bool cacheHit = (cache.imageDescriptor == imageDescriptor) && (cache.samplerId == samplerId); // … in lookupSamplerFunction() local351 If(!cacheHit) in lookupSamplerFunction()