Searched refs:mCurrentGraphicsPipeline (Results 1 – 2 of 2) sorted by relevance
538 mCurrentGraphicsPipeline(nullptr),1500 const VkPipeline previousPipeline = mCurrentGraphicsPipeline in handleDirtyGraphicsPipelineDesc()1501 ? mCurrentGraphicsPipeline->getPipeline().getHandle() in handleDirtyGraphicsPipelineDesc()1506 if (!mCurrentGraphicsPipeline) in handleDirtyGraphicsPipelineDesc()1517 &descPtr, &mCurrentGraphicsPipeline)); in handleDirtyGraphicsPipelineDesc()1522 ASSERT(mCurrentGraphicsPipeline->valid()); in handleDirtyGraphicsPipelineDesc()1523 if (!mCurrentGraphicsPipeline->findTransition( in handleDirtyGraphicsPipelineDesc()1524 mGraphicsPipelineTransition, *mGraphicsPipelineDesc, &mCurrentGraphicsPipeline)) in handleDirtyGraphicsPipelineDesc()1526 vk::PipelineHelper *oldPipeline = mCurrentGraphicsPipeline; in handleDirtyGraphicsPipelineDesc()1531 &mCurrentGraphicsPipeline)); in handleDirtyGraphicsPipelineDesc()[all …]
674 void resetCurrentGraphicsPipeline() { mCurrentGraphicsPipeline = nullptr; } in resetCurrentGraphicsPipeline()1023 vk::PipelineHelper *mCurrentGraphicsPipeline; variable