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() 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()
|
D | QueryVk.h | 60 angle::Result allocateQuery(ContextVk *contextVk);
|
D | ContextVk.cpp | 2273 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery, 1)); in synchronizeCpuGpuTime() 2405 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl() 5409 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery, 1)); in getTimestamp()
|
D | vk_helpers.h | 417 angle::Result allocateQuery(ContextVk *contextVk, QueryHelper *queryOut, uint32_t queryCount);
|
D | vk_helpers.cpp | 2683 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, in allocateQuery() function in rx::vk::DynamicQueryPool
|