HomeSort by relevance Sort by last modified time
    Searched full:flipped_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 178 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/
radeon_fbo.c 178 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 125 milliseconds