Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/graw/
Dfs-test.c139 u_box_2d(0,0,sizeof(constants1),1, &box); in init_fs_constbuf()
156 u_box_2d(0,0,sizeof(constants2),1, &box); in init_fs_constbuf()
355 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dgs-test.c172 u_box_2d(0,0,sizeof(constants1),1, &box); in init_fs_constbuf()
189 u_box_2d(0,0,sizeof(constants2),1, &box); in init_fs_constbuf()
419 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dvs-test.c101 u_box_2d(0,0,sizeof(constants),1, &box); in init_fs_constbuf()
306 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dquad-sample.c228 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
Dgraw_util.h245 u_box_2d(0, 0, width, height, &box); in graw_util_create_tex2d()
/external/mesa3d/src/gallium/auxiliary/util/
Du_box.h20 void u_box_2d( unsigned x, in u_box_2d() function
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c67 u_box_2d(0, 0, sizeof(constants), 1, &box); in up_consts()
253 u_box_2d(0, 0, 165, 165, &box); in pp_jimenezmlaa_init_run()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c102 u_box_2d(x, y, width, height, &src_box); in xmesa_st_framebuffer_copy_textures()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c244 u_box_2d(sx, sy, width, height, &src_box); in xa_copy()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c360 u_box_2d(info->src.x0, in r600_copy_first_sample()
455 u_box_2d(info->src.x0, in r600_color_resolve()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1399 u_box_2d(readX, readY, readW, readH, &srcBox); in blit_copy_pixels()
1566 u_box_2d(readX, readY, readW, readH, &src_box); in st_CopyPixels()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c482 u_box_2d(srcX, srcY, width, height, &src_box); in ExaCopy()