Searched refs:NV50_IR_INTERP_LINEAR (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_common.cpp | 66 mode = NV50_IR_INTERP_LINEAR; in translateInterpMode()
|
D | nv50_ir_emit_gv100.cpp | 976 case NV50_IR_INTERP_LINEAR : in gv100_interpApply() 995 case NV50_IR_INTERP_LINEAR : in emitIPA()
|
D | nv50_ir.h | 611 #define NV50_IR_INTERP_LINEAR (0 << 0) macro
|
D | nv50_ir_lowering_nvc0.cpp | 2973 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, in handleRDSV() 2977 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 3232 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset() 3239 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset()
|
D | nv50_ir_from_tgsi.cpp | 2292 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords() 3089 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 | 1740 mode |= NV50_IR_INTERP_LINEAR; in visit()
|