Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1691 DescriptorSetLayoutCache *descriptorSetLayoutCache, in createPipelineLayout() argument
1731 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout( in createPipelineLayout()
1775 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout( in createPipelineLayout()
1783 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout( in createPipelineLayout()
1816 DescriptorSetLayoutCache *descriptorSetLayoutCache, in initializeDescriptorPools() argument
1820 context, mDefaultUniformAndXfbSetDesc, 1, descriptorSetLayoutCache, in initializeDescriptorPools()
1823 context, mTextureSetDesc, mImmutableSamplersMaxDescriptorCount, descriptorSetLayoutCache, in initializeDescriptorPools()
1826 context, mShaderResourceSetDesc, 1, descriptorSetLayoutCache, in initializeDescriptorPools()
H A DProgramVk.cpp56 DescriptorSetLayoutCache &descriptorSetLayoutCache, in LinkTaskVk() argument
68 mDescriptorSetLayoutCache(descriptorSetLayoutCache) in LinkTaskVk()
H A DProgramExecutableVk.h210 DescriptorSetLayoutCache *descriptorSetLayoutCache,
214 DescriptorSetLayoutCache *descriptorSetLayoutCache,
H A Dvk_helpers.h505 DescriptorSetLayoutCache *descriptorSetLayoutCache,
H A Dvk_helpers.cpp13133 DescriptorSetLayoutCache *descriptorSetLayoutCache, in bindCachedDescriptorPool() argument
13150 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout(context, descriptorSetLayoutDesc, in bindCachedDescriptorPool()