Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c670 const float clip_x_scale = 2.0f / st->state.fb_width; in st_DrawAtlasBitmaps() local
716 const float clip_x0 = x0 * clip_x_scale - 1.0f; in st_DrawAtlasBitmaps()
718 const float clip_x1 = x1 * clip_x_scale - 1.0f; in st_DrawAtlasBitmaps()