Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c554 unsigned src_width0 = r300_resource(src)->tex.width0; in r300_resource_copy_region() local
624 src_width0 = align(src_width0, 4); in r300_resource_copy_region()
635 src_width0 = src_width0 / 2; in r300_resource_copy_region()
679 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0); in r300_resource_copy_region()
686 src_view, src_box, src_width0, src_height0, in r300_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c676 unsigned dst_width, dst_height, src_width0, src_height0, src_widthFL, src_heightFL; in r600_resource_copy_region() local
702 src_width0 = src->width0; in r600_resource_copy_region()
722 src_width0 = util_format_get_nblocksx(src->format, src_width0); in r600_resource_copy_region()
746 src_width0 = util_format_get_nblocksx(src->format, src_width0); in r600_resource_copy_region()
794 src_width0, src_height0, in r600_resource_copy_region()
807 src_view, src_box, src_width0, src_height0, in r600_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c81 unsigned src_width0 = src->width0; in i915_surface_copy_render() local
113 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0, in i915_surface_copy_render()
120 src_box, src_width0, src_height0, PIPE_MASK_RGBAZS, in i915_surface_copy_render()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c888 unsigned src_width0, unsigned src_height0, in get_texcoords() argument
899 out->texcoord.x1 = x1 / (float)u_minify(src_width0, level); in get_texcoords()
901 out->texcoord.x2 = x2 / (float)u_minify(src_width0, level); in get_texcoords()
1814 unsigned src_width0, unsigned src_height0, in blitter_draw_tex() argument
1822 get_texcoords(src, src_width0, src_height0, in blitter_draw_tex()
1853 unsigned src_width0, in do_blits() argument
1894 src, src_width0, src_height0, srcbox->x, srcbox->y, in do_blits()
1954 src, src_width0, src_height0, in do_blits()
1969 src, src_width0, src_height0, in do_blits()
1985 src, src_width0, src_height0, in do_blits()
[all …]
Du_blitter.h271 unsigned src_width0, unsigned src_height0,