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.c543 unsigned src_width0 = r300_resource(src)->tex.width0; in r300_resource_copy_region() local
613 src_width0 = align(src_width0, 4); in r300_resource_copy_region()
624 src_width0 = src_width0 / 2; in r300_resource_copy_region()
666 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0); in r300_resource_copy_region()
673 src_view, src_box, src_width0, src_height0, in r300_resource_copy_region()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c681 unsigned dst_width, dst_height, src_width0, src_height0, src_widthFL, src_heightFL; in r600_resource_copy_region() local
707 src_width0 = src->width0; in r600_resource_copy_region()
727 src_width0 = util_format_get_nblocksx(src->format, src_width0); in r600_resource_copy_region()
751 src_width0 = util_format_get_nblocksx(src->format, src_width0); in r600_resource_copy_region()
799 src_width0, src_height0, in r600_resource_copy_region()
812 src_view, src_box, src_width0, src_height0, in r600_resource_copy_region()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c883 unsigned dst_width, dst_height, src_width0, src_height0; in si_resource_copy_region() local
904 src_width0 = src->width0; in si_resource_copy_region()
924 src_width0 = util_format_get_nblocksx(src->format, src_width0); in si_resource_copy_region()
946 src_width0 = util_format_get_nblocksx(src->format, src_width0); in si_resource_copy_region()
1035 src_width0, src_height0, in si_resource_copy_region()
1044 src_view, src_box, src_width0, src_height0, in si_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/auxiliary/util/
Du_blitter.c781 unsigned src_width0, unsigned src_height0, in get_texcoords() argument
792 out->texcoord.x1 = x1 / (float)u_minify(src_width0, level); in get_texcoords()
794 out->texcoord.x2 = x2 / (float)u_minify(src_width0, level); in get_texcoords()
1620 unsigned src_width0, unsigned src_height0, in blitter_draw_tex() argument
1628 get_texcoords(src, src_width0, src_height0, in blitter_draw_tex()
1659 unsigned src_width0, in do_blits() argument
1695 src, src_width0, src_height0, srcbox->x, srcbox->y, in do_blits()
1744 src, src_width0, src_height0, in do_blits()
1757 src, src_width0, src_height0, in do_blits()
1783 unsigned src_width0, unsigned src_height0, in util_blitter_blit_generic() argument
[all …]
Du_blitter.h259 unsigned src_width0, unsigned src_height0,