Home
last modified time | relevance | path

Searched refs:sub_h (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c211 unsigned sub_h = h > max_h ? max_h : h; in nv04_surface_copy_swizzle() local
223 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()
/external/llvm/test/CodeGen/AArch64/
Dfp16-v4-instructions.ll24 define <4 x half> @sub_h(<4 x half> %a, <4 x half> %b) {
26 ; CHECK-LABEL: sub_h:
Dfp16-v8-instructions.ll43 define <8 x half> @sub_h(<8 x half> %a, <8 x half> %b) {
45 ; CHECK-LABEL: sub_h: