Lines Matching refs:mCurrentGraphicsPipeline

417       mCurrentGraphicsPipeline(nullptr),
1383 const VkPipeline previousPipeline = mCurrentGraphicsPipeline in handleDirtyGraphicsPipelineDesc()
1384 ? mCurrentGraphicsPipeline->getPipeline().getHandle() in handleDirtyGraphicsPipelineDesc()
1389 if (!mCurrentGraphicsPipeline) in handleDirtyGraphicsPipelineDesc()
1402 &mCurrentGraphicsPipeline)); in handleDirtyGraphicsPipelineDesc()
1407 ASSERT(mCurrentGraphicsPipeline->valid()); in handleDirtyGraphicsPipelineDesc()
1408 if (!mCurrentGraphicsPipeline->findTransition( in handleDirtyGraphicsPipelineDesc()
1409 mGraphicsPipelineTransition, *mGraphicsPipelineDesc, &mCurrentGraphicsPipeline)) in handleDirtyGraphicsPipelineDesc()
1411 vk::PipelineHelper *oldPipeline = mCurrentGraphicsPipeline; in handleDirtyGraphicsPipelineDesc()
1417 &mCurrentGraphicsPipeline)); in handleDirtyGraphicsPipelineDesc()
1420 mCurrentGraphicsPipeline); in handleDirtyGraphicsPipelineDesc()
1426 ASSERT(mCurrentGraphicsPipeline && mCurrentGraphicsPipeline->valid()); in handleDirtyGraphicsPipelineDesc()
1429 mCurrentGraphicsPipeline->updateSerial(getCurrentQueueSerial()); in handleDirtyGraphicsPipelineDesc()
1431 const VkPipeline newPipeline = mCurrentGraphicsPipeline->getPipeline().getHandle(); in handleDirtyGraphicsPipelineDesc()
1487 ASSERT(mCurrentGraphicsPipeline); in handleDirtyGraphicsPipelineBinding()
1489 mRenderPassCommandBuffer->bindGraphicsPipeline(mCurrentGraphicsPipeline->getPipeline()); in handleDirtyGraphicsPipelineBinding()
3455 mCurrentGraphicsPipeline = nullptr; in invalidateProgramExecutableHelper()
3899 mCurrentGraphicsPipeline = nullptr; in onMakeCurrent()