| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_logic.c | 85 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local in function:lp_build_compare_ext 176 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local in function:lp_build_compare 268 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_select_bitwise [all...] |
| H A D | lp_bld_type.h | 160 LLVMTypeRef int_vec_type; member in struct:lp_build_context
|
| H A D | lp_bld_conv.c | 101 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local in function:lp_build_half_to_float 245 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local in function:lp_build_clamped_float_to_unsigned_norm 372 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local in function:lp_build_unsigned_norm_to_float
|
| H A D | lp_bld_tgsi.h | 260 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
|
| H A D | lp_bld_arit.c | 1835 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_abs 1957 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_set_sign 2174 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_trunc 2229 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_round 2282 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_floor 2357 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_ceil 2457 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_itrunc 2478 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_iround 2534 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_ifloor 2591 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_iceil 3506 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_log2_approx 3731 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local in function:lp_build_isnan 3751 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local in function:lp_build_isfinite [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_ir_common.h | 54 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
|
| H A D | lp_bld_logic.c | 86 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local in function:lp_build_compare_ext 177 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local in function:lp_build_compare 260 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_select_bitwise 366 LLVMTypeRef int_vec_type = LLVMVectorType(LLVMIntTypeInContext(lc, type.width), type.l local in function:lp_build_select [all...] |
| H A D | lp_bld_type.h | 160 LLVMTypeRef int_vec_type; member in struct:lp_build_context
|
| H A D | lp_bld_conv.c | 109 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local in function:lp_build_half_to_float 270 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local in function:lp_build_clamped_float_to_unsigned_norm 400 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local in function:lp_build_unsigned_norm_to_float
|
| H A D | lp_bld_arit.c | 1836 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_set_sign 2061 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_trunc 2120 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_round 2171 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_floor 2246 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_ceil 2346 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_itrunc 2367 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_iround 2423 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_ifloor 2480 LLVMTypeRef int_vec_type = bld->int_vec_type; local in function:lp_build_iceil 3428 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_log2_approx 3662 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local in function:lp_build_isnan 3682 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local in function:lp_build_isfinite [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 313 LLVMTypeRef vec_type, int_vec_type; local in function:generate_fs_loop
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 585 LLVMTypeRef vec_type, int_vec_type; local in function:generate_fs_loop [all...] |