Searched refs:lp_build_shl (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_bitarit.h | 60 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
|
| H A D | lp_bld_format_float.c | 225 res = lp_build_shl(&i32_bld, res, shift); 302 src = lp_build_shl(&i32_bld, src, shift); 388 sign = lp_build_shl(&i32_bld, src, shift); 496 scale = lp_build_shl(&i32_bld, scale, shift);
|
| H A D | lp_bld_bitarit.c | 174 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef 228 return lp_build_shl(bld, a, b);
|
| H A D | lp_bld_tgsi_action.c | 1858 emit_data->output[emit_data->chan] = lp_build_shl(uint_bld, emit_data->args[0], 2370 emit_data->output[emit_data->chan] = lp_build_shl(uint_bld, emit_data->args[0],
|
| H A D | lp_bld_sample.c | 1142 lf = lp_build_shl(bld, lf, const23);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_bitarit.h | 60 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
|
| H A D | lp_bld_format_float.c | 225 res = lp_build_shl(&i32_bld, res, shift); 302 src = lp_build_shl(&i32_bld, src, shift); 388 sign = lp_build_shl(&i32_bld, src, shift); 496 scale = lp_build_shl(&i32_bld, scale, shift);
|
| H A D | lp_bld_bitarit.c | 174 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef 228 return lp_build_shl(bld, a, b);
|
| H A D | lp_bld_tgsi_action.c | 1858 emit_data->output[emit_data->chan] = lp_build_shl(uint_bld, emit_data->args[0], 2370 emit_data->output[emit_data->chan] = lp_build_shl(uint_bld, emit_data->args[0], 2414 uint_bld, lp_build_shl(uint_bld, uint_bld->one, emit_data->args[3]), 2417 lp_build_shl(uint_bld, one_shl_bits_dec_one, emit_data->args[2]); 2419 lp_build_shl(uint_bld, emit_data->args[1], emit_data->args[2]); 2491 LLVMValueRef temp2 = lp_build_shl(uint_bld, emit_data->args[0], temp1); 2517 LLVMValueRef temp2 = lp_build_shl(uint_bld, emit_data->args[0], temp1);
|
| H A D | lp_bld_sample.c | 1279 lf = lp_build_shl(bld, lf, const23);
|
| H A D | lp_bld_nir.c | 923 result = lp_build_shl(int_bld, src[0], src[1]);
|
| H A D | lp_bld_sample_soa.c | 2141 LLVMValueRef scaling = lp_build_shl(&bld->leveli_bld, bld->leveli_bld.one, ilevel0);
|
Completed in 28 milliseconds