Home
last modified time | relevance | path

Searched refs:pipelineLayoutCache (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLKernelVk.h98 PipelineLayoutCache *pipelineLayoutCache = mContext->getPipelineLayoutCache(); in initPipelineLayout() local
99 return pipelineLayoutCache->getPipelineLayout(mContext, mPipelineLayoutDesc, in initPipelineLayout()
H A DProgramVk.cpp55 PipelineLayoutCache &pipelineLayoutCache, in LinkTaskVk() argument
67 mPipelineLayoutCache(pipelineLayoutCache), in LinkTaskVk()
H A DProgramExecutableVk.h209 PipelineLayoutCache *pipelineLayoutCache,
H A DProgramExecutableVk.cpp1690 PipelineLayoutCache *pipelineLayoutCache, in createPipelineLayout() argument
1803 ANGLE_TRY(pipelineLayoutCache->getPipelineLayout(context, pipelineLayoutDesc, in createPipelineLayout()