Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c266 struct lp_type type4; in lp_build_swizzle_scalar_aos() local
284 type4 = type; in lp_build_swizzle_scalar_aos()
285 type4.floating = FALSE; in lp_build_swizzle_scalar_aos()
286 type4.width *= 4; in lp_build_swizzle_scalar_aos()
287 type4.length /= 4; in lp_build_swizzle_scalar_aos()
289 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), ""); in lp_build_swizzle_scalar_aos()
301 … tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), ""); in lp_build_swizzle_scalar_aos()
303 …tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), ""… in lp_build_swizzle_scalar_aos()
468 struct lp_type type4; in lp_build_swizzle_aos() local
487 type4 = type; in lp_build_swizzle_aos()
[all …]
Dlp_bld_sample_soa.c2893 struct lp_type type4 = type; in lp_build_sample_soa_code() local
2898 type4.length = 4; in lp_build_sample_soa_code()
2916 bld4.vector_width = lp_type_width(type4); in lp_build_sample_soa_code()
2920 bld4.coord_type = type4; in lp_build_sample_soa_code()
2921 bld4.int_coord_type = lp_int_type(type4); in lp_build_sample_soa_code()
2934 bld4.num_mips = type4.length; in lp_build_sample_soa_code()
2935 bld4.num_lods = type4.length; in lp_build_sample_soa_code()
2941 bld4.num_mips = type4.length; in lp_build_sample_soa_code()
2942 bld4.num_lods = type4.length; in lp_build_sample_soa_code()
2946 bld4.num_lods = type4.length; in lp_build_sample_soa_code()
[all …]
Dlp_bld_sample.c1242 struct lp_type type4; in lp_build_mipmap_level_sizes() local
1244 type4 = bld->int_coord_bld.type; in lp_build_mipmap_level_sizes()
1245 type4.length = 4; in lp_build_mipmap_level_sizes()
1247 lp_build_context_init(&bld4, bld->gallivm, type4); in lp_build_mipmap_level_sizes()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1708 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1726 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
2043 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2044 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
2049 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2051 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
[all …]
/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/clang/test/Index/
Dannotate-nested-name-specifier.cpp110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4; typedef