Searched refs:pix_y (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c169 for (uint32_t pix_y = 0; pix_y < h; ++ pix_y) { local in function:radeon_map_renderbuffer_s8z24
171 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
173 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
208 for (uint32_t pix_y = 0; pix_y < h; ++ pix_y) { local in function:radeon_map_renderbuffer_z16
210 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
212 uint32_t dst_offset = pix_y * rr
364 for (uint32_t pix_y = 0; pix_y < rrb->map_h; pix_y++) { local in function:radeon_unmap_renderbuffer_s8z24
397 for (uint32_t pix_y = 0; pix_y < rrb->map_h; pix_y++) { local in function:radeon_unmap_renderbuffer_z16
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c169 for (uint32_t pix_y = 0; pix_y < h; ++ pix_y) { local in function:radeon_map_renderbuffer_s8z24
171 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
173 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
208 for (uint32_t pix_y = 0; pix_y < h; ++ pix_y) { local in function:radeon_map_renderbuffer_z16
210 uint32_t flipped_y = y_flip * (int32_t)(y + pix_y) + y_bias;
212 uint32_t dst_offset = pix_y * rr
364 for (uint32_t pix_y = 0; pix_y < rrb->map_h; pix_y++) { local in function:radeon_unmap_renderbuffer_s8z24
397 for (uint32_t pix_y = 0; pix_y < rrb->map_h; pix_y++) { local in function:radeon_unmap_renderbuffer_z16
[all...]
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompalloc.c685 int pix_x, pix_y; local in function:compReallocPixmap
692 pix_y = draw_y - bw;
697 pNew = compNewPixmap (pWin, pix_x, pix_y, pix_w, pix_h, FALSE);
709 pNew->screen_y = pix_y;
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c677 int pix_x, pix_y; local in function:compReallocPixmap
685 pix_y = draw_y - bw;
689 pNew = compNewPixmap(pWin, pix_x, pix_y, pix_w, pix_h);
700 pNew->screen_y = pix_y;

Completed in 58 milliseconds