Home
last modified time | relevance | path

Searched refs:mCompleteGraphicsPipelines (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp702 mCompleteGraphicsPipelines[index].release(contextVk); in resetLayout()
915 CompleteGraphicsPipelineCache &pipelines = mCompleteGraphicsPipelines[programIndex]; in getPipelineCacheWarmUpTasks()
1551 CompleteGraphicsPipelineCache &pipelines = mCompleteGraphicsPipelines[programIndex]; in createGraphicsPipelineImpl()
1586 mCompleteGraphicsPipelines[programIndex].getPipeline(desc, descPtrOut, pipelineOut); in getGraphicsPipeline()
1666 ANGLE_TRY(mCompleteGraphicsPipelines[programIndex].createPipeline( in createLinkedGraphicsPipeline()
DProgramExecutableVk.h556 mCompleteGraphicsPipelines[ProgramTransformOptions::kPermutationCount]; variable