Home
last modified time | relevance | path

Searched defs:SO_NUM_PRIMS_WRITTEN (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/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
/aosp_15_r20/external/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