/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_box.h | 64 void u_box_3d( unsigned x, in u_box_3d() function
|
D | u_inlines.h | 469 u_box_3d(x, y, z, w, h, d, &box); in pipe_transfer_map_3d()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 271 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height, in blit() 449 u_box_3d(0, 0, 0, src_box->width, src_box->height, src_box->depth, in handle_complex_copy() 474 u_box_3d(0, 0, 0, src_box->width, src_box->height, src_box->depth, in handle_complex_copy()
|
D | st_cb_texture.c | 1433 u_box_3d(xoffset, yoffset, zoffset + dstz, width, height, depth, &box); in st_TexSubImage() 3014 u_box_3d(xoffset, yoffset, zoffset + texImage->Face, in st_ClearTexSubImage()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | volume9.c | 309 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_LockBox() 378 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_UnlockBox()
|
D | device9.c | 1474 u_box_3d(0, 0, 0, 0, 0, 0, &src->dirty_box); in NineDevice9_UpdateTexture()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_transfer.c | 90 u_box_3d(0, 0, 0, in r300_copy_into_tiled_texture()
|
D | r300_blit.c | 668 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_box.h | 53 u_box_3d(unsigned x, unsigned y, unsigned z, in u_box_3d() function
|
D | u_inlines.h | 474 u_box_3d(x, y, z, w, h, d, &box); in pipe_transfer_map_3d()
|
D | u_blitter.c | 1595 u_box_3d(dstx, dsty, dstz, abs(srcbox->width), abs(srcbox->height), in util_blitter_copy_texture()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_test_dma.c | 363 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in r600_test_dma()
|
D | r600_texture.c | 159 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in r600_copy_from_staging_texture() 394 u_box_3d(0, 0, 0, in r600_reallocate_texture_inplace()
|
D | r600_blit.c | 806 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma.c | 363 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in si_test_dma()
|
D | si_blit.c | 1038 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in si_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 68 u_box_3d(dst_x, dst_y, dst_z, src_box->width, src_box->height, in build_blit_info()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 229 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, in swr_transfer_unmap()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_texture.c | 167 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in r600_copy_from_staging_texture() 524 u_box_3d(0, 0, 0, in r600_reallocate_texture_inplace()
|