Home
last modified time | relevance | path

Searched refs:OUT_BATCH_REGSEQ (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c146 OUT_BATCH_REGSEQ(RADEON_PP_TXOFFSET_0, 1); in emit_tx_setup()
208 OUT_BATCH_REGSEQ(RADEON_RB3D_COLOROFFSET, 1); in emit_cb_setup()
210 OUT_BATCH_REGSEQ(RADEON_RB3D_COLORPITCH, 1); in emit_cb_setup()
Dradeon_cmdbuf.h94 #define OUT_BATCH_REGSEQ(reg, count) \ macro
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c294 OUT_BATCH_REGSEQ(R200_PP_TXOFFSET_0, 1);
359 OUT_BATCH_REGSEQ(RADEON_RB3D_COLOROFFSET, 1);
361 OUT_BATCH_REGSEQ(RADEON_RB3D_COLORPITCH, 1);
Dradeon_cmdbuf.h94 #define OUT_BATCH_REGSEQ(reg, count) \ macro