Searched refs:descriptorSetLayoutCache (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ProgramExecutableVk.cpp | 1691 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 D | ProgramVk.cpp | 56 DescriptorSetLayoutCache &descriptorSetLayoutCache, in LinkTaskVk() argument 68 mDescriptorSetLayoutCache(descriptorSetLayoutCache) in LinkTaskVk()
|
H A D | ProgramExecutableVk.h | 210 DescriptorSetLayoutCache *descriptorSetLayoutCache, 214 DescriptorSetLayoutCache *descriptorSetLayoutCache,
|
H A D | vk_helpers.h | 505 DescriptorSetLayoutCache *descriptorSetLayoutCache,
|
H A D | vk_helpers.cpp | 13133 DescriptorSetLayoutCache *descriptorSetLayoutCache, in bindCachedDescriptorPool() argument 13150 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout(context, descriptorSetLayoutDesc, in bindCachedDescriptorPool()
|