Searched refs:liveOnly (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 2682 emitField(0x31, 1, insn->tex.liveOnly); in emitTEX() 2707 emitField(0x31, 1, insn->tex.liveOnly); in emitTLD() 2737 emitField(0x31, 1, insn->tex.liveOnly); in emitTLD4() 2760 emitField(0x31, 1, insn->tex.liveOnly); in emitTXD() 2783 emitField(0x31, 1, insn->tex.liveOnly); in emitTMML() 2820 emitField(0x31, 1, insn->tex.liveOnly); in emitTXQ()
|
D | nv50_ir.h | 1024 bool liveOnly; // only execute on live pixels of a quad (optimization) member
|
D | nv50_ir_emit_gk110.cpp | 1246 if (i->tex.liveOnly) in emitTEXCSAA() 1319 if (i->tex.liveOnly) in emitTEX()
|
D | nv50_ir_emit_nvc0.cpp | 1290 if (i->tex.liveOnly) in emitTEXCSAA() 1317 if (i->tex.liveOnly) in emitTEX()
|
D | nv50_ir_emit_nv50.cpp | 1662 if (i->tex.liveOnly) in emitTEX()
|