Home
last modified time | relevance | path

Searched refs:OP_TXL (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp1365 case OP_TXL: in emitTEX()
1385 if (i->op == OP_TXB || i->op == OP_TXL || i->op == OP_TXF) in emitTEX()
1648 case OP_TXL: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp586 if (i->op == OP_TXB || i->op == OP_TXL) in handleTEX()
1046 case OP_TXL: in visit()
Dnv50_ir.h115 OP_TXL, // texure lod enumerator
Dnv50_ir_from_sm4.cpp425 case SM4_OPCODE_SAMPLE_L: return OP_TXL; in cvtOpcode()
Dnv50_ir_ra.cpp960 case OP_TXL: in doCoalesce()
Dnv50_ir_from_tgsi.cpp1560 if (texi->op == OP_TXL || texi->op == OP_TXB) in handleTEX()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1007 case OP_TXL: code[1] = 0x86000000; break; in emitTEX()
1053 if (i->op == OP_TXL) in emitTEX()
1692 case OP_TXL: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp1062 case OP_TXL: in visit()