Home
last modified time | relevance | path

Searched refs:dst_width0 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c545 unsigned dst_width0 = r300_resource(dst)->tex.width0; in r300_resource_copy_region() local
611 dst_width0 = align(dst_width0, 4); in r300_resource_copy_region()
623 dst_width0 = dst_width0 / 2; in r300_resource_copy_region()
665 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); in r300_resource_copy_region()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c87 unsigned dst_width0 = dst->width0; in i915_surface_copy_render() local
115 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); in i915_surface_copy_render()