Searched refs:flipped_y (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c178 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias; local
179 uint32_t src_offset = get_depth_z32(rrb, x + pix_x, flipped_y);
217 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias; local
218 uint32_t src_offset = get_depth_z16(rrb, x + pix_x, flipped_y);
368 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias; local
369 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y);
401 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias; local
402 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c178 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias; local
179 uint32_t src_offset = get_depth_z32(rrb, x + pix_x, flipped_y);
217 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias; local
218 uint32_t src_offset = get_depth_z16(rrb, x + pix_x, flipped_y);
368 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias; local
369 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y);
401 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias; local
402 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y);

Completed in 148 milliseconds