Searched refs:graphicsPipelineStateCache_ (Results 1 – 2 of 2) sorted by relevance
123 auto& gpCache = graphicsPipelineStateCache_; in BeginBackendFrame()154 auto& gpCache = graphicsPipelineStateCache_; in BeginBackendFrame()166 graphicsPipelineStateCache_.pendingPsoDestroys.push_back( in BeginBackendFrame()263 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPsoHandleImpl()368 auto& handleToPl = graphicsPipelineStateCache_.handleToPipelineLayout; in GetGraphicsPsoPipelineLayout()409 …PLUGIN_ASSERT_MSG(index < static_cast<uint32_t>(graphicsPipelineStateCache_.psoCreationData.size()… in GetGraphicsPso()412 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPso()
160 GraphicsPipelineStateCache graphicsPipelineStateCache_; variable