Home
last modified time | relevance | path

Searched defs:cacheHit (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipelineCache.hpp157 sw::SpirvBinary PipelineCache::getOrOptimizeSpirv(const PipelineCache::SpirvBinaryKey &key, CreateOnCacheMiss &&create, CacheHit &&cacheHit) in getOrOptimizeSpirv() argument
H A DVkPipeline.cpp152 void cacheHit(uint32_t stage) in cacheHit() function in __anon23010::PipelineCreationFeedback
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp349 Bool cacheHit = (cache.imageDescriptor == imageDescriptor) && (cache.samplerId == samplerId); // TODO(b/205566405): Skip sampler ID check for samplerless instructions. in lookupSamplerFunction() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1568 bool cacheHit = mDescriptorSets[DescriptorSetIndex::ShaderResource] != VK_NULL_HANDLE; in updateShaderResourcesDescriptorSet() local
1236 updateBuffersDescriptorSet( ContextVk *contextVk, const gl::ShaderType shaderType, const vk::ShaderBuffersDescriptorDesc &shaderBuffersDesc, const std::vector<gl::InterfaceBlock> &blocks, VkDescriptorType descriptorType, bool cacheHit) updateBuffersDescriptorSet() argument
1326 updateAtomicCounterBuffersDescriptorSet( ContextVk *contextVk, const gl::ProgramState &programState, const gl::ShaderType shaderType, const vk::ShaderBuffersDescriptorDesc &shaderBuffersDesc, bool cacheHit) updateAtomicCounterBuffersDescriptorSet() argument

Completed in 7 milliseconds