Home
last modified time | relevance | path

Searched refs:i32t (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c99 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_extract_broadcast() local
106 assert(LLVMTypeOf(index) == i32t); in lp_build_extract_broadcast()
134 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast()
399 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_aos() local
419 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos()
423 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos()
430 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos()
436 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos()
770 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_pack_aos_scalars() local
771 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars()
[all …]
Dlp_bld_format_aos.c807 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local
835 arg_types[2] = i32t; in lp_build_fetch_rgba_aos()
836 arg_types[3] = i32t; in lp_build_fetch_rgba_aos()
852 tmp_ptr = lp_build_alloca(gallivm, i32t, ""); in lp_build_fetch_rgba_aos()
854 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
916 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local
943 arg_types[2] = i32t; in lp_build_fetch_rgba_aos()
944 arg_types[3] = i32t; in lp_build_fetch_rgba_aos()
Dlp_bld_sample.c252 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_pmin() local
253 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_pmin()
254 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); in lp_build_pmin()
351 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_rho() local
352 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_rho()
353 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); in lp_build_rho()
354 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0); in lp_build_rho()
1492 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_extract_image_sizes() local
1500 LLVMConstInt(i32t, 0, 0)); in lp_build_extract_image_sizes()
1506 LLVMConstInt(i32t, 1, 0)); in lp_build_extract_image_sizes()
[all …]
Dlp_bld_conv.c184 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half() local
194 src, LLVMConstInt(i32t, mode, 0)); in lp_build_float_to_half()
211 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half() local
222 LLVMValueRef index = LLVMConstInt(i32t, i, 0); in lp_build_float_to_half()
Dlp_bld_format_s3tc.c906 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in s3tc_dxt5_alpha_channel() local
968 alphac0 = LLVMBuildTrunc(builder, alphac0, i32t, ""); in s3tc_dxt5_alpha_channel()
1615 LLVMTypeRef i64t, i32t; in s3tc_decode_block_dxt5() local
1640 i32t = lp_build_vec_type(gallivm, type32); in s3tc_decode_block_dxt5()
1703 tmp0 = LLVMBuildBitCast(builder, tmp0, i32t, ""); in s3tc_decode_block_dxt5()
1704 tmp1 = LLVMBuildBitCast(builder, tmp1, i32t, ""); in s3tc_decode_block_dxt5()
1891 ares = LLVMBuildBitCast(builder, ares, i32t, ""); in s3tc_decode_block_dxt5()
1905 a[i] = LLVMBuildBitCast(builder, a[i], i32t, ""); in s3tc_decode_block_dxt5()
2054 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in compressed_fetch_cached() local
2077 ptr_addrtrunc = LLVMBuildPtrToInt(builder, base_ptr, i32t, ""); in compressed_fetch_cached()
Dlp_bld_sample_soa.c2090 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_sample_aniso() local
2091 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_sample_aniso()
2092 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); in lp_build_sample_aniso()
3286 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_sample_soa_code() local
3557 LLVMConstInt(i32t, 0, 0), ""); in lp_build_sample_soa_code()
3564 LLVMConstInt(i32t, 1, 0), ""); in lp_build_sample_soa_code()
3571 LLVMConstInt(i32t, 2, 0), ""); in lp_build_sample_soa_code()
Dlp_bld_arit.c1908 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_iround_nearest_sse2() local
1925 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_iround_nearest_sse2()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c230 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in generate_quad_mask() local
267 i32t, ""); in generate_quad_mask()
272 LLVMConstInt(i32t, shift, 0), in generate_quad_mask()
284 bits[4*i + 0] = LLVMConstInt(i32t, 1ULL << (j + 0), 0); in generate_quad_mask()
285 bits[4*i + 1] = LLVMConstInt(i32t, 1ULL << (j + 1), 0); in generate_quad_mask()
286 bits[4*i + 2] = LLVMConstInt(i32t, 1ULL << (j + 4), 0); in generate_quad_mask()
287 bits[4*i + 3] = LLVMConstInt(i32t, 1ULL << (j + 5), 0); in generate_quad_mask()