Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tests/graw/
Dvs-test.c101 u_box_2d(0,0,sizeof(constants),1, &box); in init_fs_constbuf()
305 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dgraw_util.h247 u_box_2d(0, 0, width, height, &box); in graw_util_create_tex2d()
Dquad-sample.c232 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dfs-test.c317 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dgs-test.c407 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c391 u_box_2d(ptrans->box.x + box->x, in flush_region()
527 u_box_2d(0, 0, ptrans->box.width, ptrans->box.height, &box); in u_transfer_helper_transfer_unmap()
707 u_box_2d(0, 0, ptrans->box.width, ptrans->box.height, &box); in u_transfer_helper_deinterleave_transfer_unmap()
Du_box.h20 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) in u_box_2d() function
Du_tests.c550 u_box_2d(0, 0, tex->width0, tex->height0, &box); in test_sync_file_fences()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c330 u_box_2d(dstx, dsty, width, height, &box); in llvmpipe_clear_render_target()
402 u_box_2d(dstx, dsty, width, height, &box); in llvmpipe_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c261 u_box_2d(0, 0, 165, 165, &box); in pp_jimenezmlaa_init_run()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c107 u_box_2d(x, y, width, height, &src_box); in xmesa_st_framebuffer_copy_textures()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c260 u_box_2d(sx, sy, width, height, &src_box); in xa_copy()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c801 u_box_2d(0, 0, ptrans->box.width, ptrans->box.height, &box); in lima_transfer_unmap()
914 u_box_2d(0, 0, t.base.box.width, t.base.box.height, &tbox); in lima_texture_subdata()
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c200 u_box_2d(0, 0, res->width0, res->height0, &box); in osmesa_read_buffer()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c306 u_box_2d(x, dPriv->h - y - h, w, h, &box); in drisw_copy_sub_buffer()
Ddri2.c2216 u_box_2d(rect[0], rect[1], rect[2], rect[3], &boxes[i]); in dri2_set_damage_region()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c314 u_box_2d(0, 0, res->width, res->height, &box); in virgl_vtest_winsys_resource_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resolve.c1052 u_box_2d(0, 0, in crocus_update_stencil_shadow()