Searched refs:radv_query_pool (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_query.c | 898 radv_query_pool_needs_gds(struct radv_device *device, struct radv_query_pool *pool) in radv_query_pool_needs_gds() 914 struct radv_query_pool *pool) in radv_destroy_query_pool() 927 struct radv_query_pool *pool = in radv_CreateQueryPool() 983 RADV_FROM_HANDLE(radv_query_pool, pool, _pool); in radv_DestroyQueryPool() 997 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_GetQueryPoolResults() 1173 emit_query_flush(struct radv_cmd_buffer *cmd_buffer, struct radv_query_pool *pool) in emit_query_flush() 1188 radv_query_result_size(const struct radv_query_pool *pool, VkQueryResultFlags flags) in radv_query_result_size() 1216 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_CmdCopyQueryPoolResults() 1346 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_CmdResetQueryPool() 1375 RADV_FROM_HANDLE(radv_query_pool, pool, queryPool); in radv_ResetQueryPool() [all …]
|
D | radv_private.h | 2499 struct radv_query_pool { struct 2929 VK_DEFINE_NONDISP_HANDLE_CASTS(radv_query_pool, base, VkQueryPool,
|