Home
last modified time | relevance | path

Searched refs:u_box_3d (Results 1 – 20 of 20) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_box.h64 void u_box_3d( unsigned x, in u_box_3d() function
Du_inlines.h469 u_box_3d(x, y, z, w, h, d, &box); in pipe_transfer_map_3d()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c272 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height, in blit()
451 u_box_3d(0, 0, 0, src_box->width, src_box->height, src_box->depth, in handle_complex_copy()
476 u_box_3d(0, 0, 0, src_box->width, src_box->height, src_box->depth, in handle_complex_copy()
Dst_cb_texture.c1545 u_box_3d(xoffset, yoffset, zoffset + dstz, width, height, depth, &box); in st_TexSubImage()
3228 u_box_3d(xoffset, yoffset, zoffset + texImage->Face, in st_ClearTexSubImage()
/external/mesa3d/src/gallium/frontends/nine/
Dvolume9.c315 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_LockBox()
387 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_UnlockBox()
Ddevice9.c1566 u_box_3d(0, 0, 0, 0, 0, 0, &src->dirty_box); in NineDevice9_UpdateTexture()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c90 u_box_3d(0, 0, 0, in r300_copy_into_tiled_texture()
Dr300_blit.c672 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/
Du_box.h53 u_box_3d(unsigned x, unsigned y, unsigned z, in u_box_3d() function
Du_inlines.h508 u_box_3d(x, y, z, w, h, d, &box); in pipe_transfer_map_3d()
Du_blitter.c1714 u_box_3d(dstx, dsty, dstz, abs(srcbox->width), abs(srcbox->height), in util_blitter_copy_texture()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c362 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in r600_test_dma()
Dr600_texture.c160 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in r600_copy_from_staging_texture()
393 u_box_3d(0, 0, 0, in r600_reallocate_texture_inplace()
Dr600_blit.c808 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/
Dsi_test_dma.c359 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in si_test_dma()
Dsi_blit.c992 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), abs(src_box->depth), in si_resource_copy_region()
1279 u_box_3d(0, 0, 0, u_minify(ptex->width0, level), in si_decompress_dcc()
Dsi_texture.c164 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in si_copy_from_staging_texture()
474 u_box_3d(0, 0, 0, u_minify(templ.width0, i), u_minify(templ.height0, i), in si_reallocate_texture_inplace()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp229 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, in swr_transfer_unmap()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c68 u_box_3d(dst_x, dst_y, dst_z, src_box->width, src_box->height, in build_blit_info()