Searched refs:getDescriptorSetLayoutCache (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ProgramPipelineVk.cpp | 100 &contextVk->getDescriptorSetLayoutCache(), in link() 103 &contextVk->getDescriptorSetLayoutCache(), in link()
|
H A D | ProgramVk.cpp | 104 &contextVk->getDescriptorSetLayoutCache(), in getResult() 381 contextVk->getDescriptorSetLayoutCache(), mState, context->getState().isGLES1(), in link()
|
H A D | ShareGroupVk.h | 53 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() { return mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() function
|
H A D | CLContextVk.h | 94 DescriptorSetLayoutCache *getDescriptorSetLayoutCache() { return &mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() function
|
H A D | ContextVk.h | 236 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() in getDescriptorSetLayoutCache() function 238 return mShareGroupVk->getDescriptorSetLayoutCache(); in getDescriptorSetLayoutCache()
|
H A D | CLCommandQueueVk.cpp | 1230 ANGLE_CL_IMPL_TRY_ERROR(mContext->getDescriptorSetLayoutCache()->getDescriptorSetLayout( in processKernelResources() 1238 mContext->getDescriptorSetLayoutCache(), in processKernelResources()
|
H A D | ProgramExecutableVk.cpp | 822 &contextVk->getDescriptorSetLayoutCache(), nullptr)); in load() 824 ANGLE_TRY(initializeDescriptorPools(contextVk, &contextVk->getDescriptorSetLayoutCache(), in load()
|
H A D | UtilsVk.cpp | 1484 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureResourcesInitialized() 1659 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureImageCopyResourcesInitializedWithSampler()
|
H A D | ContextVk.cpp | 7658 this, &getPipelineLayoutCache(), &getDescriptorSetLayoutCache(), &mActiveTextures)); in updateActiveTextures() 7659 ANGLE_TRY(executableVk->initializeDescriptorPools(this, &getDescriptorSetLayoutCache(), in updateActiveTextures()
|