Searched refs:allocateQuery (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | QueryVk.cpp | 115 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() 276 ANGLE_TRY(shareQuery->allocateQuery(contextVk)); in setupBegin() 295 ANGLE_TRY(allocateQuery(contextVk)); in setupBegin() 335 ANGLE_TRY(contextVk->getQueryPool(mType)->allocateQuery( in begin() 428 ANGLE_TRY(allocateQuery(contextVk)); in queryCounter()
|
D | QueryVk.h | 61 angle::Result allocateQuery(ContextVk *contextVk);
|
D | ContextVk.cpp | 2785 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery, 1)); in synchronizeCpuGpuTime() 2915 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl() 6271 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery, 1)); in getTimestamp()
|
D | vk_helpers.h | 330 angle::Result allocateQuery(ContextVk *contextVk, QueryHelper *queryOut, uint32_t queryCount);
|
D | vk_helpers.cpp | 3329 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, in allocateQuery() function in rx::vk::DynamicQueryPool
|