Searched refs:query_mem64 (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_query.c | 101 query_mem64(struct iris_query *q, uint32_t offset) in query_mem64() function 344 #define C(counter, i) query_mem64(q, \ in calc_overflow_for_stream() 394 query_mem64(q, offsetof(struct iris_query_snapshots, start)); in calculate_result_on_gpu() 396 query_mem64(q, offsetof(struct iris_query_snapshots, end)); in calculate_result_on_gpu() 795 query_mem64(q, offsetof(struct iris_query_snapshots, start)); in set_predicate_for_result() 797 query_mem64(q, offsetof(struct iris_query_snapshots, end)); in set_predicate_for_result() 814 mi_store(&b, query_mem64(q, offsetof(struct iris_query_snapshots, in set_predicate_for_result()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_query.c | 124 query_mem64(struct crocus_query *q, uint32_t offset) in query_mem64() function 373 #define C(counter, i) query_mem64(q, \ in calc_overflow_for_stream() 424 query_mem64(q, offsetof(struct crocus_query_snapshots, start)); in calculate_result_on_gpu() 426 query_mem64(q, offsetof(struct crocus_query_snapshots, end)); in calculate_result_on_gpu() 873 query_mem64(q, offsetof(struct crocus_query_snapshots, start)); in set_predicate_for_result() 875 query_mem64(q, offsetof(struct crocus_query_snapshots, end)); in set_predicate_for_result() 900 mi_store(&b, query_mem64(q, offsetof(struct crocus_query_snapshots, in set_predicate_for_result()
|
Completed in 5 milliseconds