Searched refs:i32_type (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 73 struct lp_type i32_type, in lp_build_float_to_smallfloat() argument 85 struct lp_type f32_type = lp_type_float_vec(32, 32 * i32_type.length); in lp_build_float_to_smallfloat() 93 lp_build_context_init(&i32_bld, gallivm, i32_type); in lp_build_float_to_smallfloat() 95 i32_smallexpmask = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 97 i32_floatexpmask = lp_build_const_int_vec(gallivm, i32_type, 0xff << 23); in lp_build_float_to_smallfloat() 118 i32_roundmask = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 130 magic = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 136 small_max = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 163 is_nan = lp_build_compare(gallivm, i32_type, PIPE_FUNC_GREATER, in lp_build_float_to_smallfloat() 165 is_inf = lp_build_compare(gallivm, i32_type, PIPE_FUNC_EQUAL, in lp_build_float_to_smallfloat() [all …]
|
D | lp_bld_gather.c | 312 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2() local 313 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_gather_avx2() 322 LLVMValueRef scale = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() 332 LLVMValueRef alignment = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2()
|
D | lp_bld_swizzle.c | 63 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_broadcast() local 64 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_broadcast() 68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), ""); in lp_build_broadcast()
|
D | lp_bld_conv.c | 108 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_half_to_float() local 109 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); in lp_build_half_to_float() 167 struct lp_type i32_type = lp_type_int_vec(32, 32 * length); in lp_build_float_to_half() local 202 result = lp_build_float_to_smallfloat(gallivm, i32_type, src, 10, 5, 0, true); in lp_build_float_to_half()
|
D | lp_bld_format.h | 212 struct lp_type i32_type,
|
D | lp_bld_format_s3tc.c | 1220 struct lp_type i32_type = lp_wider_type(i16_type); in lp_build_lerp23_single() local 1239 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0); in lp_build_lerp23_single()
|
/third_party/skia/third_party/externals/tint/src/ |
D | BUILD.gn | 395 "sem/i32_type.h", 551 "sem/i32_type.cc", 552 "sem/i32_type.h",
|
D | CMakeLists.txt | 365 sem/i32_type.cc 366 sem/i32_type.h
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1522 struct lp_type i32_type = lp_int_type(vs_type); in generate_clipmask() local 1542 mask = lp_build_const_int_vec(gallivm, i32_type, 0); in generate_clipmask() 1543 temp = lp_build_const_int_vec(gallivm, i32_type, 0); in generate_clipmask() 1545 shift = lp_build_const_int_vec(gallivm, i32_type, 1); /* 1 1 1 1 */ in generate_clipmask() 1606 temp = lp_build_const_int_vec(gallivm, i32_type, 16); in generate_clipmask() 1652 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx); in generate_clipmask() 1685 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx); in generate_clipmask() 1700 temp = lp_build_const_int_vec(gallivm, i32_type, in generate_clipmask()
|