Home
last modified time | relevance | path

Searched refs:SO_NUM_PRIMS_WRITTEN (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c55 #define SO_NUM_PRIMS_WRITTEN(n) (0x2288) macro
73 #define SO_NUM_PRIMS_WRITTEN(n) (GENX(SO_NUM_PRIMS_WRITTEN0_num) + (n) * 8) macro
234 SO_NUM_PRIMS_WRITTEN(q->index), in write_value()
291 screen->vtbl.store_register_mem64(batch, SO_NUM_PRIMS_WRITTEN(s), in write_overflow_values()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c52 #define SO_NUM_PRIMS_WRITTEN(n) (GENX(SO_NUM_PRIMS_WRITTEN0_num) + (n) * 8) macro
218 SO_NUM_PRIMS_WRITTEN(q->index), in write_value()
263 batch->screen->vtbl.store_register_mem64(batch, SO_NUM_PRIMS_WRITTEN(s), in write_overflow_values()

Completed in 8 milliseconds