Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c169 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); in st_DrawTex() local
173 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ in st_DrawTex()
174 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */ in st_DrawTex()
Dst_cb_bitmap.c347 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); in setup_bitmap_vertex_data() local
368 vertices[0][0][1] = clip_y0; in setup_bitmap_vertex_data()
373 vertices[1][0][1] = clip_y0; in setup_bitmap_vertex_data()
Dst_cb_drawpixels.c587 const GLfloat clip_y0 = y0 / fb_height * 2.0f - 1.0f; in draw_quad() local
597 verts[0][0][1] = clip_y0; /* v[0].attr[0].y */ in draw_quad()
601 verts[1][0][1] = clip_y0; in draw_quad()