Home
last modified time | relevance | path

Searched refs:clip_y1 (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c311 const float clip_y1 = y1 / fb_height * 2.0f - 1.0f; in draw_bitmap_quad() local
335 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_bitmap_quad()
707 const float clip_y1 = y1 * clip_y_scale - 1.0f; in st_DrawAtlasBitmaps() local
735 verts->y = clip_y1; in st_DrawAtlasBitmaps()
747 verts->y = clip_y1; in st_DrawAtlasBitmaps()
H A Dst_cb_drawtex.c233 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0); in st_DrawTex() local
237 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */ in st_DrawTex()
238 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */ in st_DrawTex()
H A Dst_cb_drawpixels.c925 const float clip_y1 = y1 / (float) fb_height * 2.0f - 1.0f; in draw_textured_quad() local
934 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_textured_quad()

Completed in 5 milliseconds