Searched refs:sub_h (Results 1 – 3 of 3) sorted by relevance
211 unsigned sub_h = h > max_h ? max_h : h; in nv04_surface_copy_swizzle() local223 for (y = 0; y < h; y += sub_h) { in nv04_surface_copy_swizzle()224 sub_h = MIN2(sub_h, h - y); in nv04_surface_copy_swizzle()250 PUSH_DATA (push, sub_h << 16 | sub_w); in nv04_surface_copy_swizzle()252 PUSH_DATA (push, sub_h << 16 | sub_w); in nv04_surface_copy_swizzle()257 PUSH_DATA (push, align(sub_h, 2) << 16 | align(sub_w, 2)); in nv04_surface_copy_swizzle()
24 define <4 x half> @sub_h(<4 x half> %a, <4 x half> %b) {26 ; CHECK-LABEL: sub_h:
43 define <8 x half> @sub_h(<8 x half> %a, <8 x half> %b) {45 ; CHECK-LABEL: sub_h: