Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramPipelineVk.cpp100 &contextVk->getDescriptorSetLayoutCache(), in link()
103 &contextVk->getDescriptorSetLayoutCache(), in link()
H A DProgramVk.cpp104 &contextVk->getDescriptorSetLayoutCache(), in getResult()
381 contextVk->getDescriptorSetLayoutCache(), mState, context->getState().isGLES1(), in link()
H A DShareGroupVk.h53 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() { return mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() function
H A DCLContextVk.h94 DescriptorSetLayoutCache *getDescriptorSetLayoutCache() { return &mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() function
H A DContextVk.h236 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() in getDescriptorSetLayoutCache() function
238 return mShareGroupVk->getDescriptorSetLayoutCache(); in getDescriptorSetLayoutCache()
H A DCLCommandQueueVk.cpp1230 ANGLE_CL_IMPL_TRY_ERROR(mContext->getDescriptorSetLayoutCache()->getDescriptorSetLayout( in processKernelResources()
1238 mContext->getDescriptorSetLayoutCache(), in processKernelResources()
H A DProgramExecutableVk.cpp822 &contextVk->getDescriptorSetLayoutCache(), nullptr)); in load()
824 ANGLE_TRY(initializeDescriptorPools(contextVk, &contextVk->getDescriptorSetLayoutCache(), in load()
H A DUtilsVk.cpp1484 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureResourcesInitialized()
1659 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureImageCopyResourcesInitializedWithSampler()
H A DContextVk.cpp7658 this, &getPipelineLayoutCache(), &getDescriptorSetLayoutCache(), &mActiveTextures)); in updateActiveTextures()
7659 ANGLE_TRY(executableVk->initializeDescriptorPools(this, &getDescriptorSetLayoutCache(), in updateActiveTextures()