HomeSort by relevance Sort by last modified time
    Searched refs:OP_TXD (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gk110.cpp 1271 case OP_TXD:
1289 case OP_TXD:
1328 case OP_TXD: break;
1343 if (i->op != OP_TXD && i->tex.derivAll)
    [all...]
nv50_ir_lowering_nvc0.cpp 915 if (i->op != OP_TXD || chipset < NVISA_GM107_CHIPSET) {
925 i->op == OP_TXD || chipset < NVISA_GM107_CHIPSET)) {
    [all...]
nv50_ir_lowering_nv50.cpp 730 if (i->tex.target.isCube() && i->op != OP_TXD) {
    [all...]
nv50_ir.h 121 OP_TXD, // texture derivatives
    [all...]
nv50_ir.cpp 929 if (op == OP_TXD) {
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_ra.cpp 1112 case OP_TXD:
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]

Completed in 71 milliseconds