Searched refs:anv_query_pool (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 43 struct anv_query_pool *pool; in genX() 126 ANV_FROM_HANDLE(anv_query_pool, pool, _pool); in genX() 157 struct anv_query_pool *pool, uint64_t *slot) in wait_for_available() 206 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 331 struct anv_query_pool *pool, in emit_zero_queries() 356 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 410 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 445 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 501 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX() 738 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); in genX()
|
D | anv_private.h | 247 __builtin_types_compatible_p (__typeof (o), struct anv_query_pool*), \ 2856 struct anv_query_pool { struct 2959 ANV_DEFINE_NONDISP_HANDLE_CASTS(anv_query_pool, VkQueryPool)
|