Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp115 angle::Result QueryVk::allocateQuery(ContextVk *contextVk) in allocateQuery() function in rx::QueryVk
130 return contextVk->getQueryPool(mType)->allocateQuery(contextVk, &mQueryHelper.get(), in allocateQuery()
210 ANGLE_TRY(allocateQuery(contextVk)); in onRenderPassStart()
275 ANGLE_TRY(shareQuery->allocateQuery(contextVk)); in setupBegin()
294 ANGLE_TRY(allocateQuery(contextVk)); in setupBegin()
334 ANGLE_TRY(contextVk->getQueryPool(mType)->allocateQuery( in begin()
427 ANGLE_TRY(allocateQuery(contextVk)); in queryCounter()
DQueryVk.h60 angle::Result allocateQuery(ContextVk *contextVk);
DContextVk.cpp2273 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &timestampQuery, 1)); in synchronizeCpuGpuTime()
2405 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()
5409 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, &timestampQuery, 1)); in getTimestamp()
Dvk_helpers.h417 angle::Result allocateQuery(ContextVk *contextVk, QueryHelper *queryOut, uint32_t queryCount);
Dvk_helpers.cpp2683 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, in allocateQuery() function in rx::vk::DynamicQueryPool