Searched refs:NV50_IR_INTERP_LINEAR (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_common.cpp | 66 mode = NV50_IR_INTERP_LINEAR; in translateInterpMode()
|
D | nv50_ir_emit_gv100.cpp | 982 case NV50_IR_INTERP_LINEAR : in gv100_interpApply() 1001 case NV50_IR_INTERP_LINEAR : in emitIPA()
|
D | nv50_ir_lowering_nvc0.cpp | 2986 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, in handleRDSV() 2990 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 3245 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset() 3252 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset()
|
D | nv50_ir.h | 613 #define NV50_IR_INTERP_LINEAR (0 << 0) macro
|
D | nv50_ir_from_tgsi.cpp | 2292 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords() 3093 mode = NV50_IR_INTERP_LINEAR; in handleINTERP()
|
D | nv50_ir_lowering_nv50.cpp | 1285 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV()
|
D | nv50_ir_emit_gm107.cpp | 2597 case NV50_IR_INTERP_LINEAR : ipam = 0; break; in emitIPA()
|
D | nv50_ir_from_nir.cpp | 1758 mode |= NV50_IR_INTERP_LINEAR; in visit()
|