Home
last modified time | relevance | path

Searched refs:clip_x0 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c174 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); in st_DrawTex() local
179 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ in st_DrawTex()
182 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */ in st_DrawTex()
Dst_cb_bitmap.c294 const float clip_x0 = x0 / fb_width * 2.0f - 1.0f; in draw_bitmap_quad() local
322 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_bitmap_quad()
716 const float clip_x0 = x0 * clip_x_scale - 1.0f; in st_DrawAtlasBitmaps() local
722 verts->x = clip_x0; in st_DrawAtlasBitmaps()
758 verts->x = clip_x0; in st_DrawAtlasBitmaps()
Dst_cb_drawpixels.c732 const float clip_x0 = x0 / (float) fb_width * 2.0f - 1.0f; in draw_textured_quad() local
744 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_textured_quad()