Searched refs:pix_x (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 170 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { local in function:radeon_map_renderbuffer_s8z24 172 uint32_t src_offset = get_depth_z32(rrb, x + pix_x, flipped_y); 173 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 209 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { local in function:radeon_map_renderbuffer_z16 211 uint32_t src_offset = get_depth_z16(rrb, x + pix_x, flipped_y); 212 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rr 365 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { local in function:radeon_unmap_renderbuffer_s8z24 398 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { local in function:radeon_unmap_renderbuffer_z16 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 170 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { local in function:radeon_map_renderbuffer_s8z24 172 uint32_t src_offset = get_depth_z32(rrb, x + pix_x, flipped_y); 173 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 209 for (uint32_t pix_x = 0; pix_x < w; ++pix_x) { local in function:radeon_map_renderbuffer_z16 211 uint32_t src_offset = get_depth_z16(rrb, x + pix_x, flipped_y); 212 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rr 365 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { local in function:radeon_unmap_renderbuffer_s8z24 398 for (uint32_t pix_x = 0; pix_x < rrb->map_w; pix_x++) { local in function:radeon_unmap_renderbuffer_z16 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 685 int pix_x, pix_y; local in function:compReallocPixmap 691 pix_x = draw_x - bw; 697 pNew = compNewPixmap (pWin, pix_x, pix_y, pix_w, pix_h, FALSE); 708 pNew->screen_x = pix_x;
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 677 int pix_x, pix_y; local in function:compReallocPixmap 684 pix_x = draw_x - bw; 689 pNew = compNewPixmap(pWin, pix_x, pix_y, pix_w, pix_h); 699 pNew->screen_x = pix_x;
|
Completed in 5 milliseconds