Searched refs:query_mem64 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 124 query_mem64(struct crocus_query *q, uint32_t offset) function in typeref:struct:mi_value 373 #define C(counter, i) query_mem64(q, \ 424 query_mem64(q, offsetof(struct crocus_query_snapshots, start)); 426 query_mem64(q, offsetof(struct crocus_query_snapshots, end)); 870 query_mem64(q, offsetof(struct crocus_query_snapshots, start)); 872 query_mem64(q, offsetof(struct crocus_query_snapshots, end)); 897 mi_store(&b, query_mem64(q, offsetof(struct crocus_query_snapshots,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 101 query_mem64(struct iris_query *q, uint32_t offset) function in typeref:struct:mi_value 344 #define C(counter, i) query_mem64(q, \ 394 query_mem64(q, offsetof(struct iris_query_snapshots, start)); 396 query_mem64(q, offsetof(struct iris_query_snapshots, end)); 800 query_mem64(q, offsetof(struct iris_query_snapshots, start)); 802 query_mem64(q, offsetof(struct iris_query_snapshots, end)); 819 mi_store(&b, query_mem64(q, offsetof(struct iris_query_snapshots,
|
Completed in 4 milliseconds