Searched refs:nir_build_alu (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_builder_opcodes.h31 return nir_build_alu(build, nir_op_b2f16, src0, NULL, NULL, NULL);
36 return nir_build_alu(build, nir_op_b2f32, src0, NULL, NULL, NULL);
41 return nir_build_alu(build, nir_op_b2f64, src0, NULL, NULL, NULL);
46 return nir_build_alu(build, nir_op_b2i1, src0, NULL, NULL, NULL);
51 return nir_build_alu(build, nir_op_b2i16, src0, NULL, NULL, NULL);
56 return nir_build_alu(build, nir_op_b2i32, src0, NULL, NULL, NULL);
61 return nir_build_alu(build, nir_op_b2i64, src0, NULL, NULL, NULL);
66 return nir_build_alu(build, nir_op_b2i8, src0, NULL, NULL, NULL);
71 return nir_build_alu(build, nir_op_b32all_fequal2, src0, src1, NULL, NULL);
76 return nir_build_alu(buil
[all...]
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h31 return nir_build_alu(build, nir_op_amul, src0, src1, NULL, NULL);
36 return nir_build_alu(build, nir_op_b16all_fequal16, src0, src1, NULL, NULL);
41 return nir_build_alu(build, nir_op_b16all_fequal2, src0, src1, NULL, NULL);
46 return nir_build_alu(build, nir_op_b16all_fequal3, src0, src1, NULL, NULL);
51 return nir_build_alu(build, nir_op_b16all_fequal4, src0, src1, NULL, NULL);
56 return nir_build_alu(build, nir_op_b16all_fequal5, src0, src1, NULL, NULL);
61 return nir_build_alu(build, nir_op_b16all_fequal8, src0, src1, NULL, NULL);
66 return nir_build_alu(build, nir_op_b16all_iequal16, src0, src1, NULL, NULL);
71 return nir_build_alu(build, nir_op_b16all_iequal2, src0, src1, NULL, NULL);
76 return nir_build_alu(buil
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_bit_size.c44 return nir_build_alu(bld, opcode, src, NULL, NULL, NULL);
68 nir_build_alu(bld, op, srcs[0], srcs[1], srcs[2], srcs[3]);
H A Dnir_opt_comparison_pre.c169 ? nir_build_alu(bld, orig_cmp->op, zero, fadd, NULL, NULL)
170 : nir_build_alu(bld, orig_cmp->op, fadd, zero, NULL, NULL);
H A Dnir_lower_alu_to_scalar.c66 last = nir_build_alu(builder, merge_op,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c59 nir_ssa_def *tmp = nir_build_alu(b, op1, src, NULL, NULL, NULL);
60 nir_ssa_def *res = nir_build_alu(b, op2, tmp, NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c59 nir_ssa_def *tmp = nir_build_alu(b, op1, src, NULL, NULL, NULL);
60 nir_ssa_def *res = nir_build_alu(b, op2, tmp, NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h77 nir_build_alu(b, low_conv, src, NULL, NULL, NULL);
79 nir_build_alu(b, high_conv, lower_prec, NULL, NULL, NULL);
88 nir_build_alu(b, low_conv, src, NULL, NULL, NULL);
90 nir_build_alu(b, high_conv, lower_prec, NULL, NULL, NULL);
485 return nir_build_alu(b, op, src, NULL, NULL, NULL);
511 dest = nir_build_alu(b, op, dest, NULL, NULL, NULL);
H A Dnir_lower_alu.c144 nir_ssa_def *src0_32 = nir_build_alu(b, upcast_op, src0, NULL, NULL, NULL);
145 nir_ssa_def *src1_32 = nir_build_alu(b, upcast_op, src1, NULL, NULL, NULL);
148 lowered = nir_build_alu(b, downscast_op, dest_shifted, NULL, NULL, NULL);
H A Dnir_opt_comparison_pre.c165 ? nir_build_alu(bld, orig_cmp->op, zero, fadd, NULL, NULL)
166 : nir_build_alu(bld, orig_cmp->op, fadd, zero, NULL, NULL);
H A Dnir_lower_bool_to_bitsize.c70 nir_build_alu(b, convert_op, alu->src[i].src.ssa, NULL, NULL, NULL);
381 nir_build_alu(b, convert_op, phi_src->src.ssa, NULL, NULL, NULL);
H A Dnir_opt_phi_precision.c240 nir_ssa_def *new_src = nir_build_alu(b, op, old_src, NULL, NULL, NULL);
431 nir_ssa_def *def = nir_build_alu(b, op, &new_phi->dest.ssa, NULL, NULL, NULL);
H A Dnir_opt_uniform_atomics.c186 nir_ssa_def *res = nir_build_alu(b, op, *scan, data, NULL, NULL);
228 return nir_build_alu(b, op, result, scan, NULL, NULL);
H A Dnir_lower_alu_to_scalar.c88 last = nir_build_alu(builder, merge_op,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dnir_lower_dynamic_bo_access.c68 return nir_build_alu(b, nir_op_bcsel, nir_build_alu(b, nir_op_ilt, index, nir_imm_int(b, mid), NULL, NULL),
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp73 b, res_deref, nir_build_alu(b, op, src0, src1, src2, src3), 0x1);
80 b, res_deref, nir_build_alu(b, op, src0, src1, src2, src3), 0x1);
H A Dssa_def_bits_used_tests.cpp61 nir_ssa_def *def = nir_build_alu(&bld, op, src0, src1, NULL, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c422 val->ssa->def = nir_build_alu(&b->nb, op, src[0],
439 val->ssa->def = nir_build_alu(&b->nb, op, src[0],
536 nir_build_alu(&b->nb, op, src[0], src[1], NULL, NULL),
558 nir_build_alu(&b->nb, op, src[0], src[1], NULL, NULL),
573 val->ssa->def = nir_build_alu(&b->nb, op, src[0], src[1], NULL, NULL);
608 val->ssa->def = nir_build_alu(&b->nb, op, src[0], src[1], src[2], src[3]);
649 val->ssa->def = nir_build_alu(&b->nb, op, src[0], src[1], src[2], src[3]);
H A Dvtn_opencl.c111 return nir_build_alu(&b->nb, nir_alu_op_for_opencl_opcode(b, opcode),
H A Dvtn_glsl450.c575 eta = nir_build_alu(nb, conversion_op, eta, NULL, NULL, NULL);
683 nir_build_alu(&b->nb,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir_lower_scalar.c69 last = nir_build_alu(builder, merge_op,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp70 return nir_build_alu(b, nir_op_umad24, op1, op2, op3, NULL);
85 nir_ssa_def *addr = nir_build_alu(b, nir_op_umul24,
347 nir_build_alu(b, nir_op_umul24,
489 auto out_addr0 = nir_build_alu(b, nir_op_umad24,
H A Dsfn_nir_lower_64bit.cpp474 auto cmp0 = nir_build_alu(b, op1, src[0][0], src[0][1], nullptr, nullptr);
475 auto cmp1 = nir_build_alu(b, op2, src[1][0], src[1][1], nullptr, nullptr);
476 return nir_build_alu(b, reduction, cmp0, cmp1, nullptr, nullptr);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c657 nir_build_alu(&b->nb, op, src[0], src[1], NULL, NULL));
718 dest->def = nir_build_alu(&b->nb, op, src[0], NULL, NULL, NULL);
731 dest->def = nir_build_alu(&b->nb, op, src[0], NULL, NULL, NULL);
770 dest->def = nir_build_alu(&b->nb, op, src[0], src[1], src[2], src[3]);
832 dest->def = nir_build_alu(&b->nb, op, src[0], src[1], src[2], src[3]);
1011 nir_build_alu(&b->nb, src0_conversion_op,
1015 nir_build_alu(&b->nb, src1_conversion_op,
H A Dvtn_glsl450.c478 eta = nir_build_alu(nb, conversion_op, eta, NULL, NULL, NULL);
615 dest->def = nir_build_alu(&b->nb, op, src[0], src[1], src[2], NULL);

Completed in 52 milliseconds

12