Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.h35 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() { return mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() function
DProgramExecutableVk.cpp1014 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in createPipelineLayout()
1080 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in createPipelineLayout()
1093 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in createPipelineLayout()
1099 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in createPipelineLayout()
DContextVk.h229 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() in getDescriptorSetLayoutCache() function
231 return mShareGroupVk->getDescriptorSetLayoutCache(); in getDescriptorSetLayoutCache()
DUtilsVk.cpp1126 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureResourcesInitialized()
DContextVk.cpp817 ANGLE_TRY(getDescriptorSetLayoutCache().getDescriptorSetLayout( in initialize()