Searched refs:dst_width0 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 547 unsigned dst_width0 = r300_resource(dst)->tex.width0; in r300_resource_copy_region() local 613 dst_width0 = align(dst_width0, 4); in r300_resource_copy_region() 625 dst_width0 = dst_width0 / 2; in r300_resource_copy_region() 669 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/radeonsi/ |
D | si_blit.c | 913 unsigned dst_width0, dst_height0, src_force_level = 0; in si_resource_copy_region() local 944 dst_width0 = dst->width0; in si_resource_copy_region() 963 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0); in si_resource_copy_region() 986 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0); in si_resource_copy_region() 1038 dst_view = si_create_surface_custom(ctx, dst, &dst_templ, dst_width0, dst_height0, dst_width, in si_resource_copy_region()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 83 unsigned dst_width0 = dst->width0; in i915_surface_copy_render() local 111 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, in i915_surface_copy_render()
|