Searched refs:anv_query_pool (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_query.c | 49 struct anv_query_pool *pool; 143 ANV_FROM_HANDLE(anv_query_pool, pool, _pool); 155 anv_query_address(struct anv_query_pool *pool, uint32_t query) 184 struct anv_query_pool *pool, uint64_t *slot) 231 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); 375 struct gen_mi_builder *b, struct anv_query_pool *pool, 421 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); 454 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); 517 ANV_FROM_HANDLE(anv_query_pool, pool, queryPool); 573 ANV_FROM_HANDLE(anv_query_pool, poo [all...] |
| H A D | anv_private.h | 342 __builtin_types_compatible_p (__typeof (o), struct anv_query_pool*), \ 3595 struct anv_query_pool { struct 3703 ANV_DEFINE_NONDISP_HANDLE_CASTS(anv_query_pool, VkQueryPool)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_query.c | 52 anv_query_address(struct anv_query_pool *pool, uint32_t query) 92 VK_MULTIALLOC_DECL(&ma, struct anv_query_pool, pool, 1); 240 ANV_FROM_HANDLE(anv_query_pool, pool, _pool); 295 khr_perf_query_availability_offset(struct anv_query_pool *pool, uint32_t query, uint32_t pass) 301 khr_perf_query_data_offset(struct anv_query_pool *pool, uint32_t query, uint32_t pass, bool end) 308 khr_perf_query_availability_address(struct anv_query_pool *pool, uint32_t query, uint32_t pass) 316 khr_perf_query_data_address(struct anv_query_pool *pool, uint32_t query, uint32_t pass, bool end) 372 intel_perf_query_data_offset(struct anv_query_pool *pool, bool end) 391 query_slot(struct anv_query_pool *pool, uint32_t query) 397 query_is_available(struct anv_query_pool *poo [all...] |
| H A D | anv_perf.c | 432 struct anv_query_pool *pool, uint32_t pass,
|
| H A D | anv_private.h | 1032 struct anv_query_pool * perf_query_pool; 3134 struct anv_query_pool *perf_query_pool; 4626 struct anv_query_pool { struct 4647 static inline uint32_t khr_perf_query_preamble_offset(const struct anv_query_pool *pool, 4725 struct anv_query_pool *pool, uint32_t pass, 4774 VK_DEFINE_NONDISP_HANDLE_CASTS(anv_query_pool, base, VkQueryPool,
|
| H A D | anv_batch_chain.c | 1947 struct anv_query_pool *query_pool = submit->perf_query_pool; 2004 struct anv_query_pool *query_pool = submit->perf_query_pool;
|
Completed in 22 milliseconds