Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c108 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_extract_broadcast() local
115 assert(LLVMTypeOf(index) == i32t); in lp_build_extract_broadcast()
143 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast()
293 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_aos() local
311 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos()
315 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos()
322 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos()
328 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos()
568 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_pack_aos_scalars() local
569 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars()
[all …]
Dlp_bld_format_aos.c522 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local
550 arg_types[2] = i32t; in lp_build_fetch_rgba_aos()
551 arg_types[3] = i32t; in lp_build_fetch_rgba_aos()
565 tmp_ptr = lp_build_alloca(gallivm, i32t, ""); in lp_build_fetch_rgba_aos()
567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
627 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local
654 arg_types[2] = i32t; in lp_build_fetch_rgba_aos()
655 arg_types[3] = i32t; in lp_build_fetch_rgba_aos()
Dlp_bld_sample.c197 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_rho() local
198 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_rho()
199 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); in lp_build_rho()
200 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0); in lp_build_rho()
846 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_extract_image_sizes() local
852 LLVMConstInt(i32t, 0, 0)); in lp_build_extract_image_sizes()
858 LLVMConstInt(i32t, 1, 0)); in lp_build_extract_image_sizes()
864 LLVMConstInt(i32t, 2, 0)); in lp_build_extract_image_sizes()
Dlp_bld_sample_soa.c1247 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_sample_soa() local
1314 tex_width, LLVMConstInt(i32t, 0, 0), ""); in lp_build_sample_soa()
1317 tex_height, LLVMConstInt(i32t, 1, 0), ""); in lp_build_sample_soa()
1320 tex_depth, LLVMConstInt(i32t, 2, 0), ""); in lp_build_sample_soa()
Dlp_bld_arit.c1295 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_round_sse41() local
1308 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_round_sse41()
1328 args[2] = LLVMConstInt(i32t, mode, 0); in lp_build_round_sse41()
1368 LLVMConstInt(i32t, mode, 0)); in lp_build_round_sse41()
1381 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_iround_nearest_sse2() local
1398 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_iround_nearest_sse2()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c122 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in generate_quad_mask() local
159 LLVMConstInt(i32t, shift, 0), in generate_quad_mask()
171 bits[4*i + 0] = LLVMConstInt(i32t, 1 << (j + 0), 0); in generate_quad_mask()
172 bits[4*i + 1] = LLVMConstInt(i32t, 1 << (j + 1), 0); in generate_quad_mask()
173 bits[4*i + 2] = LLVMConstInt(i32t, 1 << (j + 4), 0); in generate_quad_mask()
174 bits[4*i + 3] = LLVMConstInt(i32t, 1 << (j + 5), 0); in generate_quad_mask()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c69 LLVMTypeRef i32t = in emit_swizzle() local
72 swizzles[0] = LLVMConstInt(i32t, swizzle_x, 0); in emit_swizzle()
73 swizzles[1] = LLVMConstInt(i32t, swizzle_y, 0); in emit_swizzle()
74 swizzles[2] = LLVMConstInt(i32t, swizzle_z, 0); in emit_swizzle()
75 swizzles[3] = LLVMConstInt(i32t, swizzle_w, 0); in emit_swizzle()