Searched refs:mQueryPool (Results 1 – 2 of 2) sorted by relevance
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()[all …]
193 VkQueryPool getQueryPool() const { return mQueryPool; } in getQueryPool()257 VkQueryPool mQueryPool; variable