Searched refs:allocateQuery (Results 1 – 4 of 4) sorted by relevance
47 ANGLE_TRY(contextVk->getQueryPool(getType())->allocateQuery(contextVk, &mQueryHelper)); in stashQueryHelper()81 ANGLE_TRY(contextVk->getQueryPool(getType())->allocateQuery(contextVk, &mQueryHelper)); in begin()96 ANGLE_TRY(contextVk->getQueryPool(getType())->allocateQuery(contextVk, &mQueryHelper)); in begin()105 ANGLE_TRY(contextVk->getQueryPool(getType())->allocateQuery( in begin()163 ANGLE_TRY(contextVk->getQueryPool(getType())->allocateQuery(contextVk, &mQueryHelper)); in queryCounter()
353 angle::Result allocateQuery(ContextVk *contextVk, QueryHelper *queryOut);
1648 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery)); in synchronizeCpuGpuTime()1779 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper)); in traceGpuEventImpl()3999 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery)); in getTimestamp()
1101 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, QueryHelper *queryOut) in allocateQuery() function in rx::vk::DynamicQueryPool