Searched refs:query_mem64 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_query.c | 99 query_mem64(struct iris_query *q, uint32_t offset) in query_mem64() function 342 #define C(counter, i) query_mem64(q, \ in calc_overflow_for_stream() 392 query_mem64(q, offsetof(struct iris_query_snapshots, start)); in calculate_result_on_gpu() 394 query_mem64(q, offsetof(struct iris_query_snapshots, end)); in calculate_result_on_gpu() 798 query_mem64(q, offsetof(struct iris_query_snapshots, start)); in set_predicate_for_result() 800 query_mem64(q, offsetof(struct iris_query_snapshots, end)); in set_predicate_for_result() 817 gen_mi_store(&b, query_mem64(q, offsetof(struct iris_query_snapshots, in set_predicate_for_result()
|