Searched refs:reduced_hw_prim (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_swtcl.c | 320 static inline GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) function in typeref:typename:GLuint 490 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) ) 648 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_swtcl.c | 469 static const GLuint reduced_hw_prim[GL_POLYGON+1] = { variable in typeref:typename:const GLuint[] 612 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] ) 755 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_swtcl.c | 320 static inline GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) function in typeref:typename:GLuint 490 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) ) 648 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_swtcl.c | 468 static const GLuint reduced_hw_prim[GL_POLYGON+1] = { variable in typeref:typename:const GLuint[] 611 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] ) 754 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] );
|
Completed in 7 milliseconds