Home
last modified time | relevance | path

Searched defs:dst_level (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c267 unsigned dst_level, in blit()
294 unsigned dst_level, in swizzled_copy()
413 unsigned dst_level, in handle_complex_copy()
503 unsigned dst_level, in copy_image()
651 int src_level, dst_level; in st_CopyImageSubData() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c318 unsigned dst_level, unsigned dstx, unsigned dsty, in fd_blitter_pipe_copy_region()
350 unsigned dst_level, unsigned dstx, unsigned dsty, in fd_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c47 unsigned dst_level, in build_blit_info()
119 unsigned dst_level, unsigned dst_layer_face, in copy_region_vgpu10()
152 struct pipe_resource *dst_tex, unsigned dst_level, in copy_region_fallback()
893 unsigned dst_level, in svga_resource_copy_region()
Dsvga_surface.c84 unsigned dst_level, unsigned dst_layer, in svga_texture_copy_handle()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp267 unsigned dst_level, in copy_subregion_no_barriers()
368 unsigned dst_level, in copy_resource_y_flipped_no_barriers()
405 unsigned dst_level, in d3d12_direct_copy()
970 unsigned dst_level, in d3d12_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c236 unsigned dst_level, in crocus_emit_blt()
392 unsigned dst_level, in crocus_copy_region_blt()
Dcrocus_blit.c678 unsigned dst_level, in crocus_copy_region()
769 unsigned dst_level, in crocus_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c41 struct pipe_resource *dst, unsigned dst_level, in lp_resource_copy_ms()
86 struct pipe_resource *dst, unsigned dst_level, in lp_resource_copy()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c76 unsigned dst_level, unsigned dstx, unsigned dsty, in i915_surface_copy_render()
197 unsigned dst_level, unsigned dstx, unsigned dsty, in i915_surface_copy_blitter()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c34 unsigned dst_level, in virgl_copy_region_with_blit()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c544 unsigned dst_level, in r300_resource_copy_region()
723 unsigned dst_level, in r300_simple_msaa_resolve()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c652 unsigned dst_level, in iris_copy_region()
758 unsigned dst_level, in iris_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c153 unsigned dst_level, unsigned dstx, unsigned dsty, in etna_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c570 unsigned dst_level = j % (tdst.last_level + 1); in si_test_image_copy_region() local
786 unsigned dst_level = rand() % (tdst.last_level + 1); in si_test_blit() local
Dsi_blit.c898 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, in si_resource_copy_region()
991 struct pipe_resource *dst, unsigned dst_level, unsigned dst_z, in si_do_CB_resolve()
Dsi_texture.c53unsigned dst_level, unsigned dst_sample, unsigned dstx, unsigned dsty, in si_copy_region_with_blit()
114 unsigned dst_level = dst->nr_samples > 1 ? 0 : transfer->level; in si_copy_from_staging_texture() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c144 struct pipe_resource *dstres, unsigned dst_level, in nv30_resource_copy_region()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1774 unsigned dst_level, in util_blitter_copy_texture()
2334 unsigned dst_level = src_level + 1; in util_blitter_generate_mipmap() local
2660 unsigned dst_level, in util_blitter_custom_resolve_color()
2877 unsigned dst_level, in util_blitter_stencil_fallback()
Du_surface.c204 unsigned dst_level, in util_resource_copy_region()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp744 unsigned dst_level = DstSubResource % (dst_resource->last_level + 1); in ResourceCopyRegion() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c152 struct nv50_miptree *dst, unsigned dst_level, in nv50_2d_texture_do_copy()
197 struct pipe_resource *dst, unsigned dst_level, in nv50_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c49 unsigned dst_level, unsigned dstx, in r600_prepare_for_dma_blit()
102 unsigned dst_level, in r600_copy_region_with_blit()
Dr600_blit.c667 unsigned dst_level, in r600_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c162 struct nv50_miptree *dst, unsigned dst_level, in nvc0_2d_texture_do_copy()
206 struct pipe_resource *dst, unsigned dst_level, in nvc0_resource_copy_region()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c315 const uint32_t dst_level = region->dstSubresource.mipLevel; in copy_image() local
1369 uint32_t dst_level, uint32_t dst_base_layer, in anv_image_msaa_resolve()

12