Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h54 u_box_3d(unsigned x, unsigned y, unsigned z, in u_box_3d() function
251 u_box_3d( in u_box_pixels_to_blocks()
H A Du_inlines.h571 u_box_3d(x, y, z, w, h, d, &box); in pipe_texture_map_3d()
H A Du_blitter.c1789 u_box_3d(dstx, dsty, dstz, abs(srcbox->width), abs(srcbox->height), in util_blitter_copy_texture()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c283 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height, in blit()
462 u_box_3d(0, 0, 0, src_box->width, src_box->height, src_box->depth, in handle_complex_copy()
487 u_box_3d(0, 0, 0, src_box->width, src_box->height, src_box->depth, in handle_complex_copy()
H A Dst_cb_texture.c1946 u_box_3d(xoffset, yoffset, zoffset + dstz, width, height, depth, &box); in st_TexSubImage()
3476 u_box_3d(xoffset, yoffset, zoffset + texImage->Face, in st_ClearTexSubImage()
3549 u_box_3d(xoffset, yoffset, zoffset, width, height, depth, &box); in st_TexturePageCommitment()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c314 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_LockBox()
386 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_UnlockBox()
H A Ddevice9.c1612 u_box_3d(0, 0, 0, 0, 0, 0, &src->dirty_box); in NineDevice9_UpdateTexture()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c87 u_box_3d(0, 0, 0, in r300_copy_into_tiled_texture()
H A Dr300_blit.c681 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r300_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c604 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in si_test_image_copy_region()
878 u_box_3d(srcx, srcy, srcz, src_width, src_height, src_depth, &info.src.box); in si_test_blit()
879 u_box_3d(dstx, dsty, dstz, dst_width, dst_height, dst_depth, &info.dst.box); in si_test_blit()
H A Dsi_texture.c111 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in si_copy_from_staging_texture()
458 u_box_3d(0, 0, 0, u_minify(templ.width0, i), u_minify(templ.height0, i), in si_reallocate_texture_inplace()
H A Dsi_blit.c976 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), abs(src_box->depth), in si_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c362 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in r600_test_dma()
H A 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()
H A Dr600_blit.c801 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r600_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c116 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c68 u_box_3d(dst_x, dst_y, dst_z, src_box->width, src_box->height, in build_blit_info()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp476 u_box_3d(MIN2(src_box->x, src_box->x + src_box->width), in create_staging_resource()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c697 u_box_3d(0, 0, 0, ctx->fb_state.width, ctx->fb_state.height, in zink_begin_render_pass()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1886 u_box_3d(0, 0, 0, in replicate_attachment()

Completed in 45 milliseconds