Searched refs:POLY_R (Results 1 – 6 of 6) sorted by relevance
71 static constexpr int POLY_R = 3; variable
817 v[vert_num].p[POLY_R] = (color >> 16) & 0xff; in render_polygons()1107 float r = extent.param[POLY_R].start; in draw_scanline_gouraud_blend()1108 float dr = extent.param[POLY_R].dpdx; in draw_scanline_gouraud_blend()
431 POLY_R = 1, enumerator869 float gr = extent.param[POLY_R].start; in render_color_scan()870 float dgr = extent.param[POLY_R].dpdx; in render_color_scan()955 float gr = extent.param[POLY_R].start; in render_texture_scan()956 float dgr = extent.param[POLY_R].dpdx; in render_texture_scan()2473 vert[i].p[POLY_R] = r * 255.0f; in gfx_fifo_exec()