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.c156 rmesa->tcl.hw_primitive, nr ); in radeonAllocElts()
184 rmesa->tcl.hw_primitive, in radeonEmitPrim()
202 rmesa->tcl.hw_primitive == (PRIM| \
259 if (newprim != rmesa->tcl.hw_primitive || in radeonTclPrimitive()
262 rmesa->tcl.hw_primitive = newprim; in radeonTclPrimitive()
Dradeon_swtcl.c332 rmesa->radeon.swtcl.hw_primitive, in r100_swtcl_flush()
376 rmesa->radeon.swtcl.hw_primitive = hw_prim[prim]; in radeonDmaPrimitive()
740 if (rmesa->radeon.swtcl.hw_primitive != hwprim) { in radeonRasterPrimitive()
742 rmesa->radeon.swtcl.hw_primitive = hwprim; in radeonRasterPrimitive()
878 rmesa->radeon.swtcl.hw_primitive = 0; in radeonInitSwtcl()
Dradeon_context.h345 GLuint hw_primitive; member
Dradeon_common_context.h285 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.c305 rmesa->radeon.swtcl.hw_primitive, in r200_swtcl_flush()
622 if (rmesa->radeon.swtcl.hw_primitive != hwprim) { in r200RasterPrimitive()
635 rmesa->radeon.swtcl.hw_primitive = hwprim; in r200RasterPrimitive()
952 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.h285 GLuint hw_primitive; member
Dr200_context.h530 GLuint hw_primitive; member