Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DShareGroupVk.h85 PipelineLayoutCache &getPipelineLayoutCache() { return mPipelineLayoutCache; } in getPipelineLayoutCache() function
DContextVk.h222 PipelineLayoutCache &getPipelineLayoutCache() in getPipelineLayoutCache() function
224 return mShareGroupVk->getPipelineLayoutCache(); in getPipelineLayoutCache()
DProgramExecutableVk.cpp1455 ANGLE_TRY(contextVk->getPipelineLayoutCache().getPipelineLayout( in createPipelineLayout()
DUtilsVk.cpp1452 ANGLE_TRY(contextVk->getPipelineLayoutCache().getPipelineLayout(contextVk, pipelineLayoutDesc, in ensureResourcesInitialized()
1609 ANGLE_TRY(contextVk->getPipelineLayoutCache().getPipelineLayout( in ensureImageCopyResourcesInitializedWithSampler()