Searched refs:y_bias (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c157 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_map_renderbuffer_s8z24
171 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
195 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_map_renderbuffer_z16
210 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
358 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_unmap_renderbuffer_s8z24
366 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
391 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_unmap_renderbuffer_z16
399 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
H A Dradeon_state.c1355 GLfloat y_scale, y_bias; local in function:radeonUpdateWindow
1359 y_bias = 0;
1362 y_bias = yoffset;
1370 float_ui32_type ty = { (translate[1] * y_scale) + y_bias + SUBPIXEL_Y };
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c157 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_map_renderbuffer_s8z24
171 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
195 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_map_renderbuffer_z16
210 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
358 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_unmap_renderbuffer_s8z24
366 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
391 int y_bias = (rb->Name == 0) ? (rb->Height - 1) : 0; local in function:radeon_unmap_renderbuffer_z16
399 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
H A Dradeon_state.c1356 GLfloat y_scale, y_bias; local in function:radeonUpdateWindow
1360 y_bias = 0;
1363 y_bias = yoffset;
1371 float_ui32_type ty = { (translate[1] * y_scale) + y_bias + SUBPIXEL_Y };
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c1549 GLfloat y_scale, y_bias; local in function:r200UpdateWindow
1553 y_bias = 0;
1556 y_bias = yoffset;
1564 float_ui32_type ty = { (translate[1] * y_scale) + y_bias };
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c1550 GLfloat y_scale, y_bias; local in function:r200UpdateWindow
1554 y_bias = 0;
1557 y_bias = yoffset;
1565 float_ui32_type ty = { (translate[1] * y_scale) + y_bias };
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c2519 float y_scale, y_bias; local in function:genX
2551 y_bias = (float)fb_height;
2554 y_bias = 0;
2566 sfv.ViewportMatrixElementm31 = translate[1] * y_scale + y_bias,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c2417 float y_scale, y_bias; local in function:genX
2449 y_bias = (float)fb_height;
2452 y_bias = 0;
2464 sfv.ViewportMatrixElementm31 = translate[1] * y_scale + y_bias,

Completed in 29 milliseconds