Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.c179 float ybias = full_range ? -16.0f/255.0f : 0.0f; in vl_csc_get_matrix() local
213 (*matrix)[0][3] = (*cstd)[0][3] + (*cstd)[0][0] * (b + c * ybias) + in vl_csc_get_matrix()
220 (*matrix)[1][3] = (*cstd)[1][3] + (*cstd)[1][0] * (b + c * ybias) + in vl_csc_get_matrix()
227 (*matrix)[2][3] = (*cstd)[2][3] + (*cstd)[2][0] * (b + c * ybias) + in vl_csc_get_matrix()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c72 float ybias; member
157 bot_adj = half_size + wide->ybias; in widepoint_point()
158 top_adj = -half_size + wide->ybias; in widepoint_point()
208 wide->ybias = 0.0; in widepoint_first_point()
212 wide->ybias = -0.125; in widepoint_first_point()