Home
last modified time | relevance | path

Searched refs:hw_primitive (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c158 rmesa->tcl.hw_primitive, nr ); in radeonAllocElts()
186 rmesa->tcl.hw_primitive, in radeonEmitPrim()
204 rmesa->tcl.hw_primitive == (PRIM| \
261 if (newprim != rmesa->tcl.hw_primitive || in radeonTclPrimitive()
264 rmesa->tcl.hw_primitive = newprim; in radeonTclPrimitive()
Dradeon_swtcl.c333 rmesa->radeon.swtcl.hw_primitive, in r100_swtcl_flush()
377 rmesa->radeon.swtcl.hw_primitive = hw_prim[prim]; in radeonDmaPrimitive()
741 if (rmesa->radeon.swtcl.hw_primitive != hwprim) { in radeonRasterPrimitive()
743 rmesa->radeon.swtcl.hw_primitive = hwprim; in radeonRasterPrimitive()
879 rmesa->radeon.swtcl.hw_primitive = 0; in radeonInitSwtcl()
Dradeon_context.h345 GLuint hw_primitive; member
Dradeon_common_context.h284 GLuint hw_primitive; member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c161 return r200AllocEltsOpenEnded( rmesa, rmesa->tcl.hw_primitive, nr ); in r200AllocElts()
195 rmesa->tcl.hw_primitive, in r200EmitPrim()
212 rmesa->tcl.hw_primitive == (PRIM| \
268 if (newprim != rmesa->tcl.hw_primitive || in r200TclPrimitive()
282 rmesa->tcl.hw_primitive = newprim; in r200TclPrimitive()
Dr200_swtcl.c306 rmesa->radeon.swtcl.hw_primitive, in r200_swtcl_flush()
623 if (rmesa->radeon.swtcl.hw_primitive != hwprim) { in r200RasterPrimitive()
636 rmesa->radeon.swtcl.hw_primitive = hwprim; in r200RasterPrimitive()
953 rmesa->radeon.swtcl.hw_primitive = 0; in r200InitSwtcl()
Dr200_cmdbuf.c165 …radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %x %d\n", __func__, rmesa->tcl.hw_primitive, elt_u… in r200FlushElts()
174 r200FireEB(rmesa, nr, rmesa->tcl.hw_primitive); in r200FlushElts()
Dradeon_common_context.h284 GLuint hw_primitive; member
Dr200_context.h529 GLuint hw_primitive; member