Searched refs:getQueryPool (Results 1 – 7 of 7) sorted by relevance
130 return contextVk->getQueryPool(mType)->allocateQuery(contextVk, &mQueryHelper.get(), in allocateQuery()145 vk::DynamicQueryPool *queryPool = contextVk->getQueryPool(mType); in releaseQueries()162 vk::DynamicQueryPool *queryPool = contextVk->getQueryPool(mType); in releaseStashedQueries()335 ANGLE_TRY(contextVk->getQueryPool(mType)->allocateQuery( in begin()
193 VkQueryPool getQueryPool() const { return mQueryPool; } in getQueryPool() function
333 const QueryPool &getQueryPool(size_t index) const { return getPool(index); } in getQueryPool() function424 const QueryPool &getQueryPool() const in getQueryPool() function427 return mDynamicQueryPool->getQueryPool(mQueryPoolIndex); in getQueryPool()
1234 auto queryID = std::make_pair(node->getQueryPool(), node->getQueryIndex()); in dumpGraphDotFile()
3369 ASSERT(getQueryPool(poolIndex).valid()); in freeQuery()3458 const QueryPool &queryPool = getQueryPool(); in beginQueryImpl()3468 commandBuffer->endQuery(getQueryPool(), mQuery); in endQueryImpl()3566 const QueryPool &queryPool = getQueryPool(); in writeTimestampToPrimary()3574 const QueryPool &queryPool = getQueryPool(); in writeTimestamp()3642 VkResult result = getQueryPool().getResults(device, mQuery, mQueryCount, sizeof(results), in getResultImpl()
453 vk::DynamicQueryPool *getQueryPool(gl::QueryType queryType);
5470 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() function in rx::ContextVk