Searched refs:i32_type (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c73 struct lp_type i32_type,
85 struct lp_type f32_type = lp_type_float_vec(32, 32 * i32_type.length);
93 lp_build_context_init(&i32_bld, gallivm, i32_type);
95 i32_smallexpmask = lp_build_const_int_vec(gallivm, i32_type,
97 i32_floatexpmask = lp_build_const_int_vec(gallivm, i32_type, 0xff << 23);
118 i32_roundmask = lp_build_const_int_vec(gallivm, i32_type,
130 magic = lp_build_const_int_vec(gallivm, i32_type,
136 small_max = lp_build_const_int_vec(gallivm, i32_type,
163 is_nan = lp_build_compare(gallivm, i32_type, PIPE_FUNC_GREATER,
165 is_inf = lp_build_compare(gallivm, i32_type, PIPE_FUNC_EQUA
72 lp_build_float_to_smallfloat(struct gallivm_state * gallivm,struct lp_type i32_type,LLVMValueRef src,unsigned mantissa_bits,unsigned exponent_bits,unsigned mantissa_start,boolean has_sign) argument
245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); local in function:lp_build_float_to_r11g11b10
293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); local in function:lp_build_smallfloat_to_float
431 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); local in function:lp_build_rgb9_to_float_helper
469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); local in function:lp_build_rgb9e5_to_float
[all...]
H A Dlp_bld_format.h189 struct lp_type i32_type,
H A Dlp_bld_gather.c312 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); local in function:lp_build_gather_avx2
313 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length);
322 LLVMValueRef scale = LLVMConstInt(i32_type, src_width/8, 0);
332 LLVMValueRef alignment = LLVMConstInt(i32_type, src_width/8, 0);
H A Dlp_bld_swizzle.c62 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); local in function:lp_build_broadcast
63 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length);
67 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
H A Dlp_bld_conv.c100 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); local in function:lp_build_half_to_float
101 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type);
143 struct lp_type i32_type = lp_type_int_vec(32, 32 * length); local in function:lp_build_float_to_half
177 result = lp_build_float_to_smallfloat(gallivm, i32_type, src, 10, 5, 0, true);
H A Dlp_bld_format_s3tc.c1180 struct lp_type i32_type = lp_wider_type(i16_type); local in function:lp_build_lerp23_single
1199 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c73 struct lp_type i32_type,
85 struct lp_type f32_type = lp_type_float_vec(32, 32 * i32_type.length);
93 lp_build_context_init(&i32_bld, gallivm, i32_type);
95 i32_smallexpmask = lp_build_const_int_vec(gallivm, i32_type,
97 i32_floatexpmask = lp_build_const_int_vec(gallivm, i32_type, 0xff << 23);
118 i32_roundmask = lp_build_const_int_vec(gallivm, i32_type,
130 magic = lp_build_const_int_vec(gallivm, i32_type,
136 small_max = lp_build_const_int_vec(gallivm, i32_type,
163 is_nan = lp_build_compare(gallivm, i32_type, PIPE_FUNC_GREATER,
165 is_inf = lp_build_compare(gallivm, i32_type, PIPE_FUNC_EQUA
72 lp_build_float_to_smallfloat(struct gallivm_state * gallivm,struct lp_type i32_type,LLVMValueRef src,unsigned mantissa_bits,unsigned exponent_bits,unsigned mantissa_start,boolean has_sign) argument
245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); local in function:lp_build_float_to_r11g11b10
293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); local in function:lp_build_smallfloat_to_float
431 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); local in function:lp_build_rgb9_to_float_helper
469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); local in function:lp_build_rgb9e5_to_float
[all...]
H A Dlp_bld_gather.c312 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); local in function:lp_build_gather_avx2
313 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length);
322 LLVMValueRef scale = LLVMConstInt(i32_type, src_width/8, 0);
332 LLVMValueRef alignment = LLVMConstInt(i32_type, src_width/8, 0);
H A Dlp_bld_format.h212 struct lp_type i32_type,
H A Dlp_bld_swizzle.c63 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); local in function:lp_build_broadcast
64 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length);
68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
H A Dlp_bld_conv.c108 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); local in function:lp_build_half_to_float
109 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type);
167 struct lp_type i32_type = lp_type_int_vec(32, 32 * length); local in function:lp_build_float_to_half
202 result = lp_build_float_to_smallfloat(gallivm, i32_type, src, 10, 5, 0, true);
H A Dlp_bld_format_s3tc.c1220 struct lp_type i32_type = lp_wider_type(i16_type); local in function:lp_build_lerp23_single
1239 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1150 struct lp_type i32_type = lp_int_type(vs_type); local in function:generate_clipmask
1170 mask = lp_build_const_int_vec(gallivm, i32_type, 0);
1171 temp = lp_build_const_int_vec(gallivm, i32_type, 0);
1173 shift = lp_build_const_int_vec(gallivm, i32_type, 1); /* 1 1 1 1 */
1234 temp = lp_build_const_int_vec(gallivm, i32_type, 16);
1280 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1313 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1328 temp = lp_build_const_int_vec(gallivm, i32_type,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1522 struct lp_type i32_type = lp_int_type(vs_type); local in function:generate_clipmask
1542 mask = lp_build_const_int_vec(gallivm, i32_type, 0);
1543 temp = lp_build_const_int_vec(gallivm, i32_type, 0);
1545 shift = lp_build_const_int_vec(gallivm, i32_type, 1); /* 1 1 1 1 */
1606 temp = lp_build_const_int_vec(gallivm, i32_type, 16);
1652 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1685 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1700 temp = lp_build_const_int_vec(gallivm, i32_type,

Completed in 32 milliseconds