Searched refs:liveOnly (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 2599 emitField(0x31, 1, insn->tex.liveOnly); in emitTEX() 2624 emitField(0x31, 1, insn->tex.liveOnly); in emitTLD() 2654 emitField(0x31, 1, insn->tex.liveOnly); in emitTLD4() 2677 emitField(0x31, 1, insn->tex.liveOnly); in emitTXD() 2700 emitField(0x31, 1, insn->tex.liveOnly); in emitTMML() 2737 emitField(0x31, 1, insn->tex.liveOnly); in emitTXQ()
|
D | nv50_ir.h | 1013 bool liveOnly; // only execute on live pixels of a quad (optimization) member
|
D | nv50_ir_emit_gk110.cpp | 1202 if (i->tex.liveOnly) in emitTEXCSAA() 1275 if (i->tex.liveOnly) in emitTEX()
|
D | nv50_ir_emit_nvc0.cpp | 1268 if (i->tex.liveOnly) in emitTEXCSAA() 1295 if (i->tex.liveOnly) in emitTEX()
|
D | nv50_ir_emit_nv50.cpp | 1662 if (i->tex.liveOnly) in emitTEX()
|