Lines Matching refs:mQueryPool
431 mQueryPool(VK_NULL_HANDLE),
554 mQueryPool = queryPool->getHandle(); in setQueryPool()
630 ASSERT(mQueryPool == VK_NULL_HANDLE && mFenceSyncEvent == VK_NULL_HANDLE); in visitAndExecute()
688 ASSERT(mQueryPool != VK_NULL_HANDLE); in visitAndExecute()
690 primaryCommandBuffer->resetQueryPool(mQueryPool, mQueryIndex, 1); in visitAndExecute()
691 primaryCommandBuffer->beginQuery(mQueryPool, mQueryIndex, 0); in visitAndExecute()
697 ASSERT(mQueryPool != VK_NULL_HANDLE); in visitAndExecute()
699 primaryCommandBuffer->endQuery(mQueryPool, mQueryIndex); in visitAndExecute()
705 ASSERT(mQueryPool != VK_NULL_HANDLE); in visitAndExecute()
707 primaryCommandBuffer->resetQueryPool(mQueryPool, mQueryIndex, 1); in visitAndExecute()
708 primaryCommandBuffer->writeTimestamp(VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, mQueryPool, in visitAndExecute()