Searched refs:map_y (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h110 int map_x, map_y, map_w, map_h; member in struct:dri_swrast_renderbuffer
H A Dswrast.c398 xrb->map_y = y;
440 xrb->map_x, xrb->map_y,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c254 rrb->map_y = y;
368 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
401 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
449 rrb->map_x, rrb->map_y,
H A Dradeon_common_context.h92 int map_x, map_y, map_w, map_h; member in struct:radeon_renderbuffer
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c254 rrb->map_y = y;
368 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
401 uint32_t flipped_y = y_flip * (int32_t)(pix_y + rrb->map_y) + y_bias;
449 rrb->map_x, rrb->map_y,
H A Dradeon_common_context.h92 int map_x, map_y, map_w, map_h; member in struct:radeon_renderbuffer
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h173 GLuint map_x, map_y, map_w, map_h; member in struct:xmesa_renderbuffer
H A Dxm_buffer.c436 xrb->map_y = y;
530 int y2 = rb->Height - xrb->map_y - xrb->map_h;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c1369 int map_x = map->x + x, map_y = map->y + y; local
1372 map_y + s_image_y,
1374 ptrdiff_t z_offset = ((map_y + z_image_y) * z_mt->region->pitch +
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c1369 int map_x = map->x + x, map_y = map->y + y; local
1372 map_y + s_image_y,
1374 ptrdiff_t z_offset = ((map_y + z_image_y) * z_mt->region->pitch +
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c1369 int map_x = map->x + x, map_y = map->y + y; local
1372 map_y + s_image_y,
1374 ptrdiff_t z_offset = ((map_y + z_image_y) * z_mt->region->pitch +

Completed in 857 milliseconds