Home
last modified time | relevance | path

Searched refs:u_box_2d (Results 1 – 16 of 16) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_box.h20 void u_box_2d( unsigned x, in u_box_2d() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c376 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()
Du_box.h19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) in u_box_2d() function
Du_tests.c542 u_box_2d(0, 0, tex->width0, tex->height0, &box); in test_sync_file_fences()
/external/mesa3d/src/gallium/tests/graw/
Dvs-test.c101 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()
Dgraw_util.h242 u_box_2d(0, 0, width, height, &box); in graw_util_create_tex2d()
Dquad-sample.c227 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dfs-test.c312 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dgs-test.c402 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c316 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/
Dosmesa.c350 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/
Dxm_st.c104 u_box_2d(x, y, width, height, &src_box); in xmesa_st_framebuffer_copy_textures()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c256 u_box_2d(0, 0, 165, 165, &box); in pp_jimenezmlaa_init_run()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c260 u_box_2d(sx, sy, width, height, &src_box); in xa_copy()
/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c287 u_box_2d(x, dPriv->h - y - h, w, h, &box); in drisw_copy_sub_buffer()
Ddri2.c2004 u_box_2d(rect[0], rect[1], rect[2], rect[3], &boxes[i]); in dri2_set_damage_region()