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

/xsrc/external/mit/MesaLib/dist/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),
291 screen->vtbl.store_register_mem64(batch, SO_NUM_PRIMS_WRITTEN(s),
/xsrc/external/mit/MesaLib/dist/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),
263 batch->screen->vtbl.store_register_mem64(batch, SO_NUM_PRIMS_WRITTEN(s),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_query.c61 #define SO_NUM_PRIMS_WRITTEN(n) (0x5200 + (n) * 8) macro
242 SO_NUM_PRIMS_WRITTEN(q->index),
286 ice->vtbl.store_register_mem64(batch, SO_NUM_PRIMS_WRITTEN(s),
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1383 - genxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTEN

Completed in 12 milliseconds