Home
last modified time | relevance | path

Searched refs:src_width0 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c545 unsigned src_width0 = r300_resource(src)->tex.width0; in r300_resource_copy_region() local
615 src_width0 = align(src_width0, 4); in r300_resource_copy_region()
626 src_width0 = src_width0 / 2; in r300_resource_copy_region()
670 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0); in r300_resource_copy_region()
677 src_view, src_box, src_width0, src_height0, in r300_resource_copy_region()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c683 unsigned dst_width, dst_height, src_width0, src_height0, src_widthFL, src_heightFL; in r600_resource_copy_region() local
709 src_width0 = src->width0; in r600_resource_copy_region()
729 src_width0 = util_format_get_nblocksx(src->format, src_width0); in r600_resource_copy_region()
753 src_width0 = util_format_get_nblocksx(src->format, src_width0); in r600_resource_copy_region()
801 src_width0, src_height0, in r600_resource_copy_region()
814 src_view, src_box, src_width0, src_height0, in r600_resource_copy_region()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c85 unsigned src_width0 = src->width0; in i915_surface_copy_render() local
116 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0); in i915_surface_copy_render()
122 src_view, src_box, src_width0, src_height0, in i915_surface_copy_render()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c859 unsigned dst_width, dst_height, src_width0, src_height0; in si_resource_copy_region() local
892 src_width0 = src->width0; in si_resource_copy_region()
911 src_width0 = util_format_get_nblocksx(src->format, src_width0); in si_resource_copy_region()
933 src_width0 = util_format_get_nblocksx(src->format, src_width0); in si_resource_copy_region()
990 si_create_sampler_view_custom(ctx, src, &src_templ, src_width0, src_height0, src_force_level); in si_resource_copy_region()
997 util_blitter_blit_generic(sctx->blitter, dst_view, &dstbox, src_view, src_box, src_width0, in si_resource_copy_region()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c848 unsigned src_width0, unsigned src_height0, in get_texcoords() argument
859 out->texcoord.x1 = x1 / (float)u_minify(src_width0, level); in get_texcoords()
861 out->texcoord.x2 = x2 / (float)u_minify(src_width0, level); in get_texcoords()
1739 unsigned src_width0, unsigned src_height0, in blitter_draw_tex() argument
1747 get_texcoords(src, src_width0, src_height0, in blitter_draw_tex()
1778 unsigned src_width0, in do_blits() argument
1814 src, src_width0, src_height0, srcbox->x, srcbox->y, in do_blits()
1871 src, src_width0, src_height0, in do_blits()
1884 src, src_width0, src_height0, in do_blits()
1910 unsigned src_width0, unsigned src_height0, in util_blitter_blit_generic() argument
[all …]
Du_blitter.h270 unsigned src_width0, unsigned src_height0,