Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c557 unsigned dst_height0 = r300_resource(dst)->tex.height0; in r300_resource_copy_region() local
623 dst_height0 = align(dst_height0, 4); in r300_resource_copy_region()
648 dst_height0 = dst_height0 / 4; in r300_resource_copy_region()
678 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); in r300_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c84 unsigned dst_height0 = dst->height0; in i915_surface_copy_render() local
112 dst_height0); in i915_surface_copy_render()