Searched refs:derivAll (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 2917 emitField(0x23, 1, insn->tex.derivAll); in emitTEX() 2931 assert(!insn->tex.derivAll); in emitTEXS() 3016 emitField(0x23, 1, insn->tex.derivAll); in emitTLD4() 3062 emitField(0x23, 1, insn->tex.derivAll); in emitTMML()
|
D | nv50_ir_emit_gv100.cpp | 1253 emitField(77, 1, insn->tex.derivAll); // .NDV in emitTEX() 1345 emitField(77, 1, insn->tex.derivAll); in emitTMML()
|
D | nv50_ir.h | 1109 bool derivAll; member
|
D | nv50_ir_emit_nv50.cpp | 1742 if (i->tex.derivAll) in emitTEX()
|
D | nv50_ir_emit_gk110.cpp | 1354 if (i->op != OP_TXD && i->tex.derivAll) in emitTEX()
|
D | nv50_ir_ra.cpp | 2208 tex->tex.derivAll) in isScalarTexGM107()
|
D | nv50_ir_emit_nvc0.cpp | 1353 if (i->op != OP_TXD && i->tex.derivAll) in emitTEX()
|
D | nv50_ir_lowering_nv50.cpp | 1009 i->tex.derivAll = true; in handleTXD()
|
D | nv50_ir_lowering_nvc0.cpp | 1330 txd->tex.derivAll = true; in handleTXD()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1555 - gm107/ir: disable TEXS for tex with derivAll set
|