Home
last modified time | relevance | path

Searched refs:OP_LINTERP (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp123 case OP_LINTERP: in isBarrierRequired()
Dnv50_ir_target_nvc0.cpp144 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
528 case OP_LINTERP: in getLatency()
Dnv50_ir_print.cpp580 if (op == OP_LINTERP || op == OP_PINTERP) in print()
Dnv50_ir_build_util.cpp153 operation op = OP_LINTERP; in mkInterp()
Dnv50_ir.h112 OP_LINTERP, enumerator
Dnv50_ir_from_tgsi.cpp1744 ? OP_PINTERP : OP_LINTERP; in translateInterpMode()
2137 insn->op = OP_LINTERP; in loadProjTexCoords()
2867 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP()
2885 op = OP_LINTERP; in handleINTERP()
Dnv50_ir_emit_nv50.cpp1881 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2402 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2600 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3286 case OP_LINTERP: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp2758 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()
Dnv50_ir_peephole.cpp2986 insn->op != OP_LINTERP && // probably just nve4 in visit()