/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos_array.c | 71 src_vec_type = lp_build_vec_type(gallivm, src_type); 84 src_vec_type = lp_build_vec_type(gallivm, src_type);
|
lp_bld_swizzle.c | 131 lp_build_vec_type(gallivm, dst_type), 146 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)), 225 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), ""); 245 return LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type), ""); 381 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), ""); 382 res = LLVMBuildBitCast(builder, res, lp_build_vec_type(bld->gallivm, type4), ""); 425 lp_build_vec_type(bld->gallivm, type), ""); 528 double_type = lp_build_vec_type(gallivm, double_type_lp); 529 single_type = lp_build_vec_type(gallivm, single_type_lp);
|
lp_bld_format_soa.c | 163 lp_build_vec_type(gallivm, type), ""); 199 input = LLVMBuildSIToFP(builder, input, lp_build_vec_type(gallivm, type), ""); 219 input = LLVMBuildBitCast(builder, input, lp_build_vec_type(gallivm, type), ""); 232 input = LLVMBuildSIToFP(builder, input, lp_build_vec_type(gallivm, type), "");
|
lp_bld_intr.c | 178 lp_build_vec_type(gallivm, intrin_type), 210 lp_build_vec_type(gallivm, intrin_type), 217 lp_build_vec_type(gallivm, src_type),
|
lp_bld_pack.c | 310 dst_vec_type = lp_build_vec_type(gallivm, dst_type); 385 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, dst_type); 430 LLVMTypeRef intr_vec_type = lp_build_vec_type(gallivm, intr_type); 444 LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm, ndst_type); 445 LLVMTypeRef nintr_vec_type = lp_build_vec_type(gallivm, nintr_type); 752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type));
|
lp_bld_conv.c | 95 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); 96 LLVMTypeRef float_vec_type = lp_build_vec_type(gallivm, f32_type); 281 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); 568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); 658 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
|
lp_bld_logic.c | 120 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); 190 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); 426 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type);
|
lp_bld_arit.c | 325 return lp_build_intrinsic_binary(builder, intrinsic, lp_build_vec_type(bld->gallivm, bld->type), a, b); 521 lp_build_vec_type(gallivm, bld->type), 525 lp_build_vec_type(gallivm, bld->type), 532 lp_build_vec_type(gallivm, bld->type), 596 return lp_build_intrinsic_binary(builder, intrinsic, lp_build_vec_type(bld->gallivm, bld->type), a, b); 817 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, bld->type), ""); 1098 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); [all...] |
lp_bld_const.c | 227 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); 242 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
|
lp_bld_sample.c | [all...] |
lp_bld_type.c | 62 lp_build_vec_type(struct gallivm_state *gallivm,struct lp_type type) function
|
lp_bld_type.h | 148 /** Same as lp_build_vec_type(type) */ 313 lp_build_vec_type(struct gallivm_state *gallivm, struct lp_type type);
|
lp_bld_sample_aos.c | 477 u8n_vec_type = lp_build_vec_type(bld->gallivm, u8n.type); 539 i32_vec_type = lp_build_vec_type(bld->gallivm, i32.type); 756 h16_vec_type = lp_build_vec_type(bld->gallivm, h16.type); 757 u8n_vec_type = lp_build_vec_type(bld->gallivm, u8n.type); [all...] |
lp_bld_format_aos.c | 412 lp_build_vec_type(gallivm, type), "");
|
lp_bld_tgsi_aos.c | 408 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 116 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, src_type), 0); 117 args[1] = LLVMPointerType(lp_build_vec_type(gallivm, dst_type), 0);
|
lp_test_arit.c | 256 LLVMTypeRef vf32t = lp_build_vec_type(gallivm, type);
|
lp_state_fs.c | 166 lp_build_vec_type(gallivm, mask_type), 289 vec_type = lp_build_vec_type(gallivm, type); 517 vec_type = lp_build_vec_type(gallivm, type); 542 lp_build_vec_type(gallivm, 720 vec_type = lp_build_vec_type(gallivm, type); 854 blend_vec_type = lp_build_vec_type(gallivm, blend_type); [all...] |
lp_test_format.c | 99 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, type), 0);
|
lp_bld_depth.c | 452 lp_build_vec_type(gallivm, type), ""); 462 lp_build_vec_type(gallivm, type), "");
|
lp_bld_interp.c | 762 lp_build_vec_type(gallivm, type), 766 lp_build_vec_type(gallivm, type),
|
lp_state_setup.c | 461 LLVMTypeRef float_vec_type = lp_build_vec_type(gallivm, type);
|
lp_test_blend.c | 174 vec_type = lp_build_vec_type(gallivm, type);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 584 LLVMTypeRef data_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, lp_float32_vec4_type()), 0); 804 LLVMTypeRef vs_type_llvm = lp_build_vec_type(gallivm, vs_type); [all...] |