/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.c | 98 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_extract_broadcast() local 105 assert(LLVMTypeOf(index) == i32t); in lp_build_extract_broadcast() 133 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast() 398 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_aos() local 416 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos() 420 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos() 427 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos() 433 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos() 739 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_pack_aos_scalars() local 740 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars() [all …]
|
D | lp_bld_format_cached.c | 153 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in update_cached_block() local 181 arg_types[2] = i32t; in update_cached_block() 182 arg_types[3] = i32t; in update_cached_block() 218 args[2] = LLVMConstInt(i32t, i, 0); in update_cached_block() 219 args[3] = LLVMConstInt(i32t, j, 0); in update_cached_block() 259 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_cached_texels() local 287 ptr_addrtrunc = LLVMBuildPtrToInt(builder, base_ptr, i32t, ""); in lp_build_fetch_cached_texels() 312 color = LLVMGetUndef(LLVMVectorType(i32t, n)); in lp_build_fetch_cached_texels()
|
D | lp_bld_format_aos.c | 772 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local 800 arg_types[2] = i32t; in lp_build_fetch_rgba_aos() 801 arg_types[3] = i32t; in lp_build_fetch_rgba_aos() 815 tmp_ptr = lp_build_alloca(gallivm, i32t, ""); in lp_build_fetch_rgba_aos() 817 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos() 877 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local 904 arg_types[2] = i32t; in lp_build_fetch_rgba_aos() 905 arg_types[3] = i32t; in lp_build_fetch_rgba_aos()
|
D | lp_bld_conv.c | 160 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half() local 170 src, LLVMConstInt(i32t, mode, 0)); in lp_build_float_to_half() 186 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half() local 197 LLVMValueRef index = LLVMConstInt(i32t, i, 0); in lp_build_float_to_half()
|
D | lp_bld_sample.c | 226 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_rho() local 227 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_rho() 228 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); in lp_build_rho() 229 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0); in lp_build_rho() 1355 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_extract_image_sizes() local 1363 LLVMConstInt(i32t, 0, 0)); in lp_build_extract_image_sizes() 1369 LLVMConstInt(i32t, 1, 0)); in lp_build_extract_image_sizes() 1375 LLVMConstInt(i32t, 2, 0)); in lp_build_extract_image_sizes()
|
D | lp_bld_sample_soa.c | 2758 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_sample_soa_code() local 3038 LLVMConstInt(i32t, 0, 0), ""); in lp_build_sample_soa_code() 3045 LLVMConstInt(i32t, 1, 0), ""); in lp_build_sample_soa_code() 3052 LLVMConstInt(i32t, 2, 0), ""); in lp_build_sample_soa_code()
|
D | lp_bld_arit.c | 1980 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_iround_nearest_sse2() local 1997 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); in lp_build_iround_nearest_sse2()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 129 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in generate_quad_mask() local 166 LLVMConstInt(i32t, shift, 0), in generate_quad_mask() 178 bits[4*i + 0] = LLVMConstInt(i32t, 1ULL << (j + 0), 0); in generate_quad_mask() 179 bits[4*i + 1] = LLVMConstInt(i32t, 1ULL << (j + 1), 0); in generate_quad_mask() 180 bits[4*i + 2] = LLVMConstInt(i32t, 1ULL << (j + 4), 0); in generate_quad_mask() 181 bits[4*i + 3] = LLVMConstInt(i32t, 1ULL << (j + 5), 0); in generate_quad_mask()
|