Searched refs:NV50_IR_INTERP_LINEAR (Results 1 – 8 of 8) sorted by relevance
/external/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 | 935 case NV50_IR_INTERP_LINEAR : in gv100_interpApply() 954 case NV50_IR_INTERP_LINEAR : in emitIPA()
|
D | nv50_ir.h | 585 #define NV50_IR_INTERP_LINEAR (0 << 0) macro
|
D | nv50_ir_lowering_nvc0.cpp | 2884 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, in handleRDSV() 2888 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 3143 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset() 3150 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset()
|
D | nv50_ir_lowering_nv50.cpp | 1167 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV()
|
D | nv50_ir_from_tgsi.cpp | 2268 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords() 3038 mode = NV50_IR_INTERP_LINEAR; in handleINTERP()
|
D | nv50_ir_emit_gm107.cpp | 2588 case NV50_IR_INTERP_LINEAR : ipam = 0; break; in emitIPA()
|
D | nv50_ir_from_nir.cpp | 1732 mode |= NV50_IR_INTERP_LINEAR; in visit()
|