Home
last modified time | relevance | path

Searched refs:type4 (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c202 struct lp_type type4; in lp_build_swizzle_scalar_aos() local
220 type4 = type; in lp_build_swizzle_scalar_aos()
221 type4.floating = FALSE; in lp_build_swizzle_scalar_aos()
222 type4.width *= 4; in lp_build_swizzle_scalar_aos()
223 type4.length /= 4; in lp_build_swizzle_scalar_aos()
225 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), ""); in lp_build_swizzle_scalar_aos()
236 …tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), ""); in lp_build_swizzle_scalar_aos()
238 …tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), ""); in lp_build_swizzle_scalar_aos()
357 struct lp_type type4; in lp_build_swizzle_aos() local
376 type4 = type; in lp_build_swizzle_aos()
[all …]
Dlp_bld_sample_soa.c1426 struct lp_type type4 = type; in lp_build_sample_soa() local
1431 type4.length = 4; in lp_build_sample_soa()
1445 bld4.vector_width = lp_type_width(type4); in lp_build_sample_soa()
1449 bld4.coord_type = type4; in lp_build_sample_soa()
1450 bld4.int_coord_type = lp_int_type(type4); in lp_build_sample_soa()
1454 bld4.texel_type = type4; in lp_build_sample_soa()
1455 bld4.perquadf_type = type4; in lp_build_sample_soa()
1461 lp_build_context_init(&bld4.float_vec_bld, gallivm, type4); in lp_build_sample_soa()
1508 texelout[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads); in lp_build_sample_soa()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c202 struct lp_type type4; in lp_build_swizzle_scalar_aos() local
220 type4 = type; in lp_build_swizzle_scalar_aos()
221 type4.floating = FALSE; in lp_build_swizzle_scalar_aos()
222 type4.width *= 4; in lp_build_swizzle_scalar_aos()
223 type4.length /= 4; in lp_build_swizzle_scalar_aos()
225 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), ""); in lp_build_swizzle_scalar_aos()
236 …tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), ""); in lp_build_swizzle_scalar_aos()
238 …tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), ""); in lp_build_swizzle_scalar_aos()
357 struct lp_type type4; in lp_build_swizzle_aos() local
376 type4 = type; in lp_build_swizzle_aos()
[all …]
Dlp_bld_sample_soa.c1426 struct lp_type type4 = type; in lp_build_sample_soa() local
1431 type4.length = 4; in lp_build_sample_soa()
1445 bld4.vector_width = lp_type_width(type4); in lp_build_sample_soa()
1449 bld4.coord_type = type4; in lp_build_sample_soa()
1450 bld4.int_coord_type = lp_int_type(type4); in lp_build_sample_soa()
1454 bld4.texel_type = type4; in lp_build_sample_soa()
1455 bld4.perquadf_type = type4; in lp_build_sample_soa()
1461 lp_build_context_init(&bld4.float_vec_bld, gallivm, type4); in lp_build_sample_soa()
1508 texelout[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads); in lp_build_sample_soa()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dlinux_syscall_support.h838 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
839 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
846 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
848 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
864 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
866 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
1044 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1045 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1054 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1056 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dlinux_syscall_support.h850 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
851 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
858 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
860 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
876 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
878 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
1136 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1137 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1144 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
[all …]
/external/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/
Dunistd.h130 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
131 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
138 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/external/clang/test/SemaTemplate/
Dms-if-exists.cpp22 typedef T::X type4; in __if_exists() typedef
29 X<int>::type4 i4; // expected-error{{no type named 'type4' in 'X<int>'}}
/external/chromium_org/ipc/
Dipc_message_macros.h237 #define IPC_MESSAGE_CONTROL4(msg_class, type1, type2, type3, type4) \ argument
238 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 4, 0, (type1, type2, type3, type4), ())
240 #define IPC_MESSAGE_CONTROL5(msg_class, type1, type2, type3, type4, type5) \ argument
241 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 5, 0, (type1, type2, type3, type4, type5), ())
255 #define IPC_MESSAGE_ROUTED4(msg_class, type1, type2, type3, type4) \ argument
256 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 4, 0, (type1, type2, type3, type4), ())
258 #define IPC_MESSAGE_ROUTED5(msg_class, type1, type2, type3, type4, type5) \ argument
259 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 5, 0, (type1, type2, type3, type4, type5), ())
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4; typedef