/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_box.h | 20 void u_box_2d( unsigned x, in u_box_2d() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer_helper.c | 376 u_box_2d(ptrans->box.x + box->x, in flush_region() 500 u_box_2d(0, 0, ptrans->box.width, ptrans->box.height, &box); in u_transfer_helper_transfer_unmap() 654 u_box_2d(0, 0, ptrans->box.width, ptrans->box.height, &box); in u_transfer_helper_deinterleave_transfer_unmap()
|
D | u_box.h | 19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) in u_box_2d() function
|
D | u_tests.c | 542 u_box_2d(0, 0, tex->width0, tex->height0, &box); in test_sync_file_fences()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | vs-test.c | 101 u_box_2d(0,0,sizeof(constants),1, &box); in init_fs_constbuf() 300 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
|
D | graw_util.h | 242 u_box_2d(0, 0, width, height, &box); in graw_util_create_tex2d()
|
D | quad-sample.c | 227 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
|
D | fs-test.c | 312 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
|
D | gs-test.c | 402 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 316 u_box_2d(dstx, dsty, width, height, &box); in llvmpipe_clear_render_target() 385 u_box_2d(dstx, dsty, width, height, &box); in llvmpipe_clear_depth_stencil()
|
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 350 u_box_2d(0, 0, res->width0, res->height0, &box); in osmesa_st_framebuffer_flush_front() 931 u_box_2d(0, 0, res->width0, res->height0, &box); in OSMesaGetDepthBuffer()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_st.c | 104 u_box_2d(x, y, width, height, &src_box); in xmesa_st_framebuffer_copy_textures()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 256 u_box_2d(0, 0, 165, 165, &box); in pp_jimenezmlaa_init_run()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_context.c | 260 u_box_2d(sx, sy, width, height, &src_box); in xa_copy()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 287 u_box_2d(x, dPriv->h - y - h, w, h, &box); in drisw_copy_sub_buffer()
|
D | dri2.c | 2004 u_box_2d(rect[0], rect[1], rect[2], rect[3], &boxes[i]); in dri2_set_damage_region()
|