Home
last modified time | relevance | path

Searched refs:dst_level (Results 1 – 25 of 67) sorted by relevance

123

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c267 unsigned dst_level, in blit() argument
281 blit.dst.level = dst_level; in blit()
294 unsigned dst_level, in swizzled_copy() argument
345 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz, in swizzled_copy()
413 unsigned dst_level, in handle_complex_copy() argument
443 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
450 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
467 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0, in handle_complex_copy()
476 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
491 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp, in handle_complex_copy()
[all …]
/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
572 max_width = MIN2(u_minify(tsrc.width0, src_level), u_minify(tdst.width0, dst_level)); in si_test_image_copy_region()
573 max_height = MIN2(u_minify(tsrc.height0, src_level), u_minify(tdst.height0, dst_level)); in si_test_image_copy_region()
574 max_depth = MIN2(util_num_layers(&tsrc, src_level), util_num_layers(&tdst, dst_level)); in si_test_image_copy_region()
579 dstz = rand() % (util_num_layers(&tdst, dst_level) - depth + 1); in si_test_image_copy_region()
590 dstx = rand() % (u_minify(tdst.width0, dst_level) - width + 1); in si_test_image_copy_region()
591 dsty = rand() % (u_minify(tdst.height0, dst_level) - height + 1); in si_test_image_copy_region()
605 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, src, src_level, &box); in si_test_image_copy_region()
612 util_copy_box(dst_cpu[dst_level].ptr, tdst.format, dst_cpu[dst_level].stride, in si_test_image_copy_region()
613 dst_cpu[dst_level].layer_stride, dstx, dsty, dstz, in si_test_image_copy_region()
[all …]
Dsi_compute_blit.c607 bool si_compute_copy_image(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_level, in si_compute_copy_image() argument
615 si_use_compute_copy_for_float_formats(sctx, dst, dst_level); in si_compute_copy_image()
627 vi_dcc_enabled(sdst, dst_level)) || in si_compute_copy_image()
640 !vi_dcc_enabled(sdst, dst_level) && in si_compute_copy_image()
732 image[1].u.tex.level = dst_level; in si_compute_copy_image()
734 image[1].u.tex.last_layer = util_max_layer(dst, dst_level); in si_compute_copy_image()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c47 unsigned dst_level, in build_blit_info() argument
66 blit->dst.level = dst_level; in build_blit_info()
119 unsigned dst_level, unsigned dst_layer_face, in copy_region_vgpu10() argument
131 dstSubResource = dst_layer_face * (dst_tex->last_level + 1) + dst_level; in copy_region_vgpu10()
140 svga_define_texture_level(dtex, dst_layer_face, dst_level); in copy_region_vgpu10()
152 struct pipe_resource *dst_tex, unsigned dst_level, in copy_region_fallback() argument
160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
893 unsigned dst_level, in svga_resource_copy_region() argument
932 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
938 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c678 unsigned dst_level, in crocus_copy_region() argument
693 dst_level, dstx, dsty, dstz, in crocus_copy_region()
732 dst, dst_aux_usage, dst_level, true); in crocus_copy_region()
737 crocus_resource_prepare_access(ice, dst_res, dst_level, 1, in crocus_copy_region()
747 &dst_surf, dst_level, dstz + slice, in crocus_copy_region()
753 crocus_resource_finish_write(ice, dst_res, dst_level, dstz, in crocus_copy_region()
769 unsigned dst_level, in crocus_resource_copy_region() argument
788 util_resource_copy_region(ctx, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region()
792 crocus_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region()
802 crocus_copy_region(&ice->blorp, batch, &s_dst_res->base.b, dst_level, dstx, in crocus_resource_copy_region()
Dcrocus_blt.c236 unsigned dst_level, in crocus_emit_blt() argument
278 crocus_resource_get_image_offset(dst, dst_level, dst_z, &dst_image_x, in crocus_emit_blt()
392 unsigned dst_level, in crocus_copy_region_blt() argument
403 dst_level, in crocus_copy_region_blt()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c652 unsigned dst_level, in iris_copy_region() argument
672 get_copy_region_aux_settings(ice, batch, dst_res, dst_level, in iris_copy_region()
716 dst, dst_aux_usage, dst_level, true); in iris_copy_region()
721 iris_resource_prepare_access(ice, dst_res, dst_level, 1, in iris_copy_region()
734 &dst_surf, dst_level, dstz + slice, in iris_copy_region()
740 iris_resource_finish_write(ice, dst_res, dst_level, dstz, in iris_copy_region()
758 unsigned dst_level, in iris_resource_copy_region() argument
767 iris_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in iris_resource_copy_region()
776 iris_copy_region(&ice->blorp, batch, &s_dst_res->base.b, dst_level, dstx, in iris_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c318 unsigned dst_level, unsigned dstx, unsigned dsty, in fd_blitter_pipe_copy_region() argument
337 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz, in fd_blitter_pipe_copy_region()
350 unsigned dst_level, unsigned dstx, unsigned dsty, in fd_resource_copy_region() argument
372 info.dst.level = dst_level; in fd_resource_copy_region()
395 if (fd_blitter_pipe_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, src, in fd_resource_copy_region()
401 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in fd_resource_copy_region()
Dfreedreno_blitter.h43 struct pipe_resource *dst, unsigned dst_level,
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp267 unsigned dst_level, in copy_subregion_no_barriers() argument
325 …dst_loc.SubresourceIndex = get_subresource_id(dst->base.b.target, dst_level, dst_subres_stride, ds… in copy_subregion_no_barriers()
368 unsigned dst_level, in copy_resource_y_flipped_no_barriers() argument
381 util_format_name(dst->base.b.format), dst_level, in copy_resource_y_flipped_no_barriers()
396 copy_subregion_no_barriers(ctx, dst, dst_level, in copy_resource_y_flipped_no_barriers()
405 unsigned dst_level, in d3d12_direct_copy() argument
416 …unsigned dst_subres = get_subresource_id(dst->base.b.target, dst_level, dst->base.b.last_level + 1, in d3d12_direct_copy()
445 copy_subregion_no_barriers(ctx, dst, dst_level, in d3d12_direct_copy()
450 copy_resource_y_flipped_no_barriers(ctx, dst, dst_level, pdst_box, in d3d12_direct_copy()
970 unsigned dst_level, in d3d12_resource_copy_region() argument
[all …]
Dd3d12_blit.h37 unsigned dst_level,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c76 unsigned dst_level, unsigned dstx, unsigned dsty, in i915_surface_copy_render() argument
103 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render()
125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_render()
197 unsigned dst_level, unsigned dstx, unsigned dsty, in i915_surface_copy_blitter() argument
203 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_blitter()
218 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz); in i915_surface_copy_blitter()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c41 struct pipe_resource *dst, unsigned dst_level, in lp_resource_copy_ms() argument
86 struct pipe_resource *dst, unsigned dst_level, in lp_resource_copy() argument
92 dst, dst_level, in lp_resource_copy()
108 lp_resource_copy_ms(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
112 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c153 unsigned dst_level, unsigned dstx, unsigned dsty, in etna_resource_copy_region() argument
162 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz, in etna_resource_copy_region()
165 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h241 unsigned dst_level,
381 unsigned dst_level,
397 unsigned dst_level,
Du_surface.c204 unsigned dst_level, in util_resource_copy_region() argument
284 assert(dst_box.x + dst_box.width <= (int)u_minify(dst->width0, dst_level)); in util_resource_copy_region()
285 assert(dst_box.y + dst_box.height <= (int)u_minify(dst->height0, dst_level)); in util_resource_copy_region()
304 dst_level, in util_resource_copy_region()
335 dst_level, in util_resource_copy_region()
Du_surface.h79 unsigned dst_level,
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c544 unsigned dst_level, in r300_resource_copy_region() argument
566 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
580 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r300_resource_copy_region()
665 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
723 unsigned dst_level, in r300_simple_msaa_resolve() argument
738 surf_tmpl.u.tex.level = dst_level; in r300_simple_msaa_resolve()
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c651 unsigned dst_level, nir_deref_instr *dst, in emit_split_copies() argument
657 while ((dst_p = dst_path->path[dst_level + 1])) { in emit_split_copies()
662 dst_level++; in emit_split_copies()
680 if ((dst_info && dst_info->levels[dst_level].split) || in emit_split_copies()
685 assert(glsl_get_length(dst_path->path[dst_level]->type) == in emit_split_copies()
687 unsigned len = glsl_get_length(dst_path->path[dst_level]->type); in emit_split_copies()
689 emit_split_copies(b, dst_info, dst_path, dst_level + 1, in emit_split_copies()
696 emit_split_copies(b, dst_info, dst_path, dst_level + 1, in emit_split_copies()
/third_party/mesa3d/src/intel/blorp/
Dblorp.h160 unsigned dst_level, unsigned dst_layer,
174 unsigned dst_level, unsigned dst_layer,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2980 void FunctionalTest::getCleanRegions(const testCase& test_case, GLuint dst_level, GLuint out_region… in getCleanRegions() argument
2989 …calculateDimmensions(test_case.m_dst.m_target, dst_level, test_case.m_dst.m_width, test_case.m_dst… in getCleanRegions()
3002 const GLuint img_w = dst_widths[dst_level]; in getCleanRegions()
3003 const GLuint img_h = dst_heights[dst_level]; in getCleanRegions()
3257 for (GLuint dst_level = 0; dst_level < dst_n_levels; ++dst_level) in prepareTestCases() local
3312 dst_level, dst_internal_format, dst_format, dst_type }, in prepareTestCases()
3431 const GLuint dst_level = test_case.m_dst.m_level; in verify() local
3454 …calculateDimmensions(test_case.m_dst.m_target, dst_level, test_case.m_dst.m_width, test_case.m_dst… in verify()
3508 if (dst_level == level) in verify()
3534 getPixels(m_dst_tex_name, test_case.m_dst, dst_level, &dst_level_data[0]); in verify()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2852 unsigned dst_level, in r600_dma_copy_tile() argument
2872 dst_mode = rdst->surface.u.legacy.level[dst_level].mode; in r600_dma_copy_tile()
2896 addr = (uint64_t)rdst->surface.u.legacy.level[dst_level].offset_256B * 256; in r600_dma_copy_tile()
2897 addr += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in r600_dma_copy_tile()
2902 …slice_tile_max = (rdst->surface.u.legacy.level[dst_level].nblk_x * rdst->surface.u.legacy.level[ds… in r600_dma_copy_tile()
2909 height = u_minify(rdst->resource.b.b.height0, dst_level); in r600_dma_copy_tile()
2914 base = (uint64_t)rdst->surface.u.legacy.level[dst_level].offset_256B * 256; in r600_dma_copy_tile()
2955 unsigned dst_level, in r600_dma_copy() argument
2982 !r600_prepare_for_dma_blit(&rctx->b, rdst, dst_level, dstx, dsty, in r600_dma_copy()
2992 dst_pitch = rdst->surface.u.legacy.level[dst_level].nblk_x * rdst->surface.bpe; in r600_dma_copy()
[all …]
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c315 const uint32_t dst_level = region->dstSubresource.mipLevel; in copy_image() local
357 dst_surf.aux_usage, dst_level, in copy_image()
362 &dst_surf, dst_level, dst_base_layer + i, in copy_image()
375 &dst_shadow_surf, dst_level, dst_base_layer + i, in copy_image()
393 dst_surf.aux_usage, dst_level, in copy_image()
398 &dst_surf, dst_level, dst_base_layer + i, in copy_image()
410 &dst_shadow_surf, dst_level, dst_base_layer + i, in copy_image()
1369 uint32_t dst_level, uint32_t dst_base_layer, in anv_image_msaa_resolve() argument
1402 dst_level, dst_base_layer, layer_count); in anv_image_msaa_resolve()
1421 &dst_surf, dst_level, dst_base_layer + l, in anv_image_msaa_resolve()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c34 unsigned dst_level, in virgl_copy_region_with_blit() argument
49 blit.dst.level = dst_level; in virgl_copy_region_with_blit()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.h73 struct pipe_resource *dst, unsigned dst_level,

123