Searched refs:radv_query_pool (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_query.c | 1127 struct radv_query_pool *pool) in radv_query_pool_needs_gds() 1144 struct radv_query_pool *pool) in radv_destroy_query_pool() 1159 struct radv_query_pool *pool = vk_alloc2(&device->vk.alloc, pAllocator, in radv_CreateQueryPool() 1217 RADV_FROM_HANDLE(radv_query_pool, pool, _pool); in radv_DestroyQueryPool() 1236 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_GetQueryPoolResults() 1409 struct radv_query_pool *pool) in emit_query_flush() 1434 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_CmdCopyQueryPoolResults() 1557 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_CmdResetQueryPool() 1591 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_ResetQueryPool() 1619 struct radv_query_pool *pool, in emit_begin_query() [all …]
|
D | radv_private.h | 2327 struct radv_query_pool { struct 2735 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_query_pool, VkQueryPool)
|