Searched refs:sub_h (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 211 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/ |
D | fp16-v4-instructions.ll | 24 define <4 x half> @sub_h(<4 x half> %a, <4 x half> %b) { 26 ; CHECK-LABEL: sub_h:
|
D | fp16-v8-instructions.ll | 43 define <8 x half> @sub_h(<8 x half> %a, <8 x half> %b) { 45 ; CHECK-LABEL: sub_h:
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7293 const upb_handlers *sub_h; in find_methods() local 7295 (sub_h = upb_handlers_getsubhandlers(h, f)) != NULL) { in find_methods() 7298 find_methods(c, sub_h); in find_methods()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7972 const upb_handlers *sub_h; in find_methods() local 7974 (sub_h = upb_handlers_getsubhandlers(h, f)) != NULL) { in find_methods() 7977 find_methods(c, sub_h); in find_methods()
|