Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c660 const float clip_y_scale = 2.0f / st->state.fb_height; in st_DrawAtlasBitmaps() local
706 const float clip_y0 = y0 * clip_y_scale - 1.0f; in st_DrawAtlasBitmaps()
708 const float clip_y1 = y1 * clip_y_scale - 1.0f; in st_DrawAtlasBitmaps()