Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0); in st_DrawTex() local
175 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */ in st_DrawTex()
176 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */ in st_DrawTex()
Dst_cb_bitmap.c349 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0); in setup_bitmap_vertex_data() local
378 vertices[2][0][1] = clip_y1; in setup_bitmap_vertex_data()
383 vertices[3][0][1] = clip_y1; in setup_bitmap_vertex_data()
Dst_cb_drawpixels.c589 const GLfloat clip_y1 = y1 / fb_height * 2.0f - 1.0f; in draw_quad() local
605 verts[2][0][1] = clip_y1; in draw_quad()
609 verts[3][0][1] = clip_y1; in draw_quad()