HomeSort by relevance Sort by last modified time
    Searched refs:OP_FMA (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 434 if (i->op == OP_MAD || i->op == OP_FMA) {
460 if ((op == OP_MAD || op == OP_FMA) && (ty != TYPE_F32))
590 case OP_FMA:
nv50_ir_lowering_nvc0.cpp 490 i->op = OP_FMA;
491 if (i->op == OP_ADD || i->op == OP_MUL || i->op == OP_FMA ||
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 168 i->op = OP_FMA;
169 if (i->op == OP_ADD || i->op == OP_MUL || i->op == OP_FMA ||
nv50_ir.h 57 OP_FMA,
nv50_ir_peephole.cpp 399 case OP_FMA:
504 if (i->op == OP_MAD || i->op == OP_FMA) {
    [all...]
nv50_ir_emit_nv50.cpp     [all...]

Completed in 47 milliseconds