Searched defs:int_vec_type (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c85 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 Dlp_bld_type.h160 LLVMTypeRef int_vec_type; member in struct:lp_build_context
H A Dlp_bld_conv.c101 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 Dlp_bld_tgsi.h260 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
H A Dlp_bld_arit.c1835 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 Dlp_bld_ir_common.h54 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
H A Dlp_bld_logic.c86 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 Dlp_bld_type.h160 LLVMTypeRef int_vec_type; member in struct:lp_build_context
H A Dlp_bld_conv.c109 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 Dlp_bld_arit.c1836 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 Dlp_state_fs.c313 LLVMTypeRef vec_type, int_vec_type; local in function:generate_fs_loop
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c585 LLVMTypeRef vec_type, int_vec_type; local in function:generate_fs_loop
[all...]

Completed in 25 milliseconds