Searched refs:reduced_hw_prim (Results 1 – 2 of 2) sorted by relevance
467 static const GLuint reduced_hw_prim[GL_POLYGON+1] = { variable610 #define RASTERIZE(x) radeonRasterPrimitive( ctx, reduced_hw_prim[x] )746 radeonRasterPrimitive( ctx, reduced_hw_prim[prim] ); in radeonRenderPrimitive()
317 static INLINE GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) in reduced_hw_prim() function488 #define RASTERIZE(x) r200RasterPrimitive( ctx, reduced_hw_prim(ctx, x) )639 r200RasterPrimitive( ctx, reduced_hw_prim(ctx, prim) ); in r200RenderPrimitive()