Searched refs:src_vec_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos_array.c | 61 LLVMTypeRef src_vec_type; local in function:lp_build_fetch_rgba_aos_array 71 src_vec_type = lp_build_vec_type(gallivm, src_type); 82 ptr = LLVMBuildPointerCast(builder, ptr, LLVMPointerType(src_vec_type, 0), ""); 89 src_vec_type = lp_build_vec_type(gallivm, src_type); 91 res = LLVMBuildFPTrunc(builder, res, src_vec_type, "");
|
| H A D | lp_bld_gather.c | 287 LLVMTypeRef src_type, src_vec_type; local in function:lp_build_gather_avx2 298 src_vec_type = LLVMVectorType(src_type, length); 334 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); 338 res = lp_build_intrinsic(builder, intrinsic, src_vec_type, args, 4, 0); 370 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); 371 LLVMValueRef mask = LLVMConstAllOnes(src_vec_type); 372 mask = LLVMConstBitCast(mask, src_vec_type); 377 res = lp_build_intrinsic(builder, intrinsic, src_vec_type, args, 5, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos_array.c | 61 LLVMTypeRef src_vec_type; local in function:lp_build_fetch_rgba_aos_array 71 src_vec_type = lp_build_vec_type(gallivm, src_type); 82 ptr = LLVMBuildPointerCast(builder, ptr, LLVMPointerType(src_vec_type, 0), ""); 89 src_vec_type = lp_build_vec_type(gallivm, src_type); 91 res = LLVMBuildFPTrunc(builder, res, src_vec_type, "");
|
| H A D | lp_bld_gather.c | 287 LLVMTypeRef src_type, src_vec_type; local in function:lp_build_gather_avx2 298 src_vec_type = LLVMVectorType(src_type, length); 334 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); 338 res = lp_build_intrinsic(builder, intrinsic, src_vec_type, args, 4, 0); 370 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); 371 LLVMValueRef mask = LLVMConstAllOnes(src_vec_type); 372 mask = LLVMConstBitCast(mask, src_vec_type); 377 res = lp_build_intrinsic(builder, intrinsic, src_vec_type, args, 5, 0);
|
Completed in 7 milliseconds