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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 221 case OP_SET:
nv50_ir_target_nv50.cpp 99 { OP_SET, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
445 case OP_SET:
475 case OP_SET:
nv50_ir_target_nvc0.cpp 122 { OP_SET, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
448 case OP_SET:
577 case OP_SET:
604 case OP_SET:
nv50_ir_lowering_nvc0.cpp 209 bld.mkCmp(OP_SET, CC_LE, TYPE_U8, (pred = bld.getSSA(1, FILE_PREDICATE)),
312 case OP_SET:
    [all...]
nv50_ir_peephole.cpp 195 if (insn->op != OP_SET && insn->op != OP_SLCT && insn->op != OP_SUB)
199 // This is the special OP_SET used for alphatesting, we can't reverse its
201 if (insn->op == OP_SET && insn->subOp)
229 if (insn->op == OP_SET || insn->op == OP_SET_AND ||
967 newi = bld.mkCmp(OP_SET, CC_LT, TYPE_S32, i->getDef(0),
    [all...]
nv50_ir_lowering_nv50.cpp 536 bld.mkCmp(OP_SET, CC_GE, TYPE_U32, (s = bld.getSSA()), TYPE_U32, m, b);
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_emit_gm107.cpp 1163 if (insn->op != OP_SET) {
1211 if (insn->op != OP_SET) {
    [all...]
nv50_ir.h 79 OP_SET,
    [all...]
nv50_ir_emit_gk110.cpp 1169 if (i->op != OP_SET) {
    [all...]
nv50_ir_emit_nvc0.cpp 1193 if (i->op != OP_SET)
    [all...]
nv50_ir_emit_nv50.cpp     [all...]

Completed in 65 milliseconds