Searched refs:R200_VF_PRIM_WALK_IND (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_cmdbuf.c122 assert(!(primitive & R200_VF_PRIM_WALK_IND));
144 OUT_BATCH(R200_VF_PRIM_WALK_IND |
192 assert((primitive & R200_VF_PRIM_WALK_IND));
H A Dr200_tcl.c108 r200TclPrimitive( ctx, prim, hw_prim | R200_VF_PRIM_WALK_IND )
214 R200_VF_PRIM_WALK_IND)))
H A Dr200_sanity.c1060 ((prim & 0x30) == R200_VF_PRIM_WALK_IND) ? "IND," : "",
H A Dr200_reg.h366 #define R200_VF_PRIM_WALK_IND 0x00000010 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_cmdbuf.c122 assert(!(primitive & R200_VF_PRIM_WALK_IND));
144 OUT_BATCH(R200_VF_PRIM_WALK_IND |
192 assert((primitive & R200_VF_PRIM_WALK_IND));
H A Dr200_tcl.c108 r200TclPrimitive( ctx, prim, hw_prim | R200_VF_PRIM_WALK_IND )
214 R200_VF_PRIM_WALK_IND)))
H A Dr200_sanity.c1060 ((prim & 0x30) == R200_VF_PRIM_WALK_IND) ? "IND," : "",
H A Dr200_reg.h366 #define R200_VF_PRIM_WALK_IND 0x00000010 macro

Completed in 22 milliseconds