Searched refs:hw_primitive (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tcl.c | 158 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()
|
D | radeon_swtcl.c | 333 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()
|
D | radeon_context.h | 345 GLuint hw_primitive; member
|
D | radeon_common_context.h | 284 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 | 306 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()
|
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 | 284 GLuint hw_primitive; member
|
D | r200_context.h | 529 GLuint hw_primitive; member
|