Home
last modified time | relevance | path

Searched refs:anv_query_pool (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c54 anv_query_address(struct anv_query_pool *pool, uint32_t query) in anv_query_address()
94 VK_MULTIALLOC_DECL(&ma, struct anv_query_pool, pool, 1); in genX()
246 ANV_FROM_HANDLE(anv_query_pool, pool, _pool); in genX()
301 khr_perf_query_availability_offset(struct anv_query_pool *pool, uint32_t query, uint32_t pass) in khr_perf_query_availability_offset()
307 khr_perf_query_data_offset(struct anv_query_pool *pool, uint32_t query, uint32_t pass, bool end) in khr_perf_query_data_offset()
314 khr_perf_query_availability_address(struct anv_query_pool *pool, uint32_t query, uint32_t pass) in khr_perf_query_availability_address()
322 khr_perf_query_data_address(struct anv_query_pool *pool, uint32_t query, uint32_t pass, bool end) in khr_perf_query_data_address()
378 intel_perf_query_data_offset(struct anv_query_pool *pool, bool end) in intel_perf_query_data_offset()
397 query_slot(struct anv_query_pool *pool, uint32_t query) in query_slot()
403 query_is_available(struct anv_query_pool *pool, uint32_t query) in query_is_available()
[all …]
Danv_batch_chain.c1205 struct anv_query_pool *perf_query_pool;
2086 struct anv_query_pool *perf_query_pool, in anv_queue_exec_locked()
2293 can_chain_query_pools(struct anv_query_pool *p1, struct anv_query_pool *p2) in can_chain_query_pools()
2320 struct anv_query_pool *perf_query_pool = in anv_queue_submit_locked()
Danv_perf.c439 struct anv_query_pool *pool, uint32_t pass, in anv_perf_write_pass_results()
Danv_private.h2854 struct anv_query_pool *perf_query_pool;
4091 struct anv_query_pool { struct
4112 static inline uint32_t khr_perf_query_preamble_offset(const struct anv_query_pool *pool, in khr_perf_query_preamble_offset() argument
4175 struct anv_query_pool *pool, uint32_t pass,
4277 VK_DEFINE_NONDISP_HANDLE_CASTS(anv_query_pool, base, VkQueryPool,