Searched refs:hw_primitive (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tcl.c | 156 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()
|
D | radeon_swtcl.c | 332 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()
|
D | radeon_context.h | 345 GLuint hw_primitive; member
|
D | radeon_common_context.h | 285 GLuint hw_primitive; member
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tcl.c | 161 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()
|
D | r200_swtcl.c | 305 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()
|
D | r200_cmdbuf.c | 165 …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()
|
D | radeon_common_context.h | 285 GLuint hw_primitive; member
|
D | r200_context.h | 530 GLuint hw_primitive; member
|