Home
last modified time | relevance | path

Searched refs:allocateQuery (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp47 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()
Dvk_helpers.h353 angle::Result allocateQuery(ContextVk *contextVk, QueryHelper *queryOut);
DContextVk.cpp1648 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &timestampQuery)); in synchronizeCpuGpuTime()
1779 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper)); in traceGpuEventImpl()
3999 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, &timestampQuery)); in getTimestamp()
Dvk_helpers.cpp1101 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, QueryHelper *queryOut) in allocateQuery() function in rx::vk::DynamicQueryPool