Searched refs:u_box_2d (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/tests/graw/ |
D | fs-test.c | 139 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()
|
D | gs-test.c | 172 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()
|
D | vs-test.c | 101 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()
|
D | quad-sample.c | 228 u_box_2d(0,0,SIZE,SIZE, &box); in init_tex()
|
D | graw_util.h | 245 u_box_2d(0, 0, width, height, &box); in graw_util_create_tex2d()
|
/external/mesa3d/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/postprocess/ |
D | pp_mlaa.c | 67 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/ |
D | xm_st.c | 102 u_box_2d(x, y, width, height, &src_box); in xmesa_st_framebuffer_copy_textures()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_context.c | 244 u_box_2d(sx, sy, width, height, &src_box); in xa_copy()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 360 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/ |
D | st_cb_drawpixels.c | 1399 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/ |
D | xorg_exa.c | 482 u_box_2d(srcX, srcY, width, height, &src_box); in ExaCopy()
|