Searched refs:pix_x (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 170 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { in radeon_map_renderbuffer_s8z24() local 172 uint32_t src_offset = get_depth_z32(rrb, x + pix_x, flipped_y); in radeon_map_renderbuffer_s8z24() 173 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; in radeon_map_renderbuffer_s8z24() 209 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { in radeon_map_renderbuffer_z16() local 211 uint32_t src_offset = get_depth_z16(rrb, x + pix_x, flipped_y); in radeon_map_renderbuffer_z16() 212 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; in radeon_map_renderbuffer_z16() 365 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { in radeon_unmap_renderbuffer_s8z24() local 367 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); in radeon_unmap_renderbuffer_s8z24() 368 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; in radeon_unmap_renderbuffer_s8z24() 398 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { in radeon_unmap_renderbuffer_z16() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 170 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { in radeon_map_renderbuffer_s8z24() local 172 uint32_t src_offset = get_depth_z32(rrb, x + pix_x, flipped_y); in radeon_map_renderbuffer_s8z24() 173 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; in radeon_map_renderbuffer_s8z24() 209 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { in radeon_map_renderbuffer_z16() local 211 uint32_t src_offset = get_depth_z16(rrb, x + pix_x, flipped_y); in radeon_map_renderbuffer_z16() 212 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; in radeon_map_renderbuffer_z16() 365 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { in radeon_unmap_renderbuffer_s8z24() local 367 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); in radeon_unmap_renderbuffer_s8z24() 368 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; in radeon_unmap_renderbuffer_s8z24() 398 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { in radeon_unmap_renderbuffer_z16() local [all …]
|
/external/igt-gpu-tools/lib/ |
D | igt_vc4.c | 214 size_t pix_x, pix_y; in igt_vc4_t_tiled_offset() local 268 pix_x = x % t64_t_w; in igt_vc4_t_tiled_offset() 272 offset += (pix_y * t64_t_w + pix_x) * bpp / 8; in igt_vc4_t_tiled_offset() 344 size_t pix_x; in vc4_sand_tiled_offset() local 351 pix_x = x % column_width; in vc4_sand_tiled_offset() 352 offset += (column_width * y + pix_x) * bpp / 8; in vc4_sand_tiled_offset()
|