Home
last modified time | relevance | path

Searched refs:TXQ_DIMS (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_gm107.cpp303 suq->tex.query = TXQ_DIMS; in handleSUQ()
Dnv50_ir.h999 TXQ_DIMS, /* x, y, z, levels */ enumerator
Dnv50_ir_emit_gv100.cpp1389 case TXQ_DIMS : type = 0x00; break; in emitTXQ()
Dnv50_ir_from_nir.cpp3097 texi->tex.query = TXQ_DIMS; in visit()
3105 texi->tex.query = TXQ_DIMS; in visit()
Dnv50_ir_emit_nv50.cpp1753 assert(i->tex.query == TXQ_DIMS); in emitTXQ()
Dnv50_ir_from_tgsi.cpp2272 if (query == TXQ_DIMS) in handleTXQ()
3551 handleTXQ(dst0, TXQ_DIMS, 1); in handleInstruction()
Dnv50_ir_emit_gk110.cpp1401 case TXQ_DIMS: code[0] |= 0x01 << 25; break; in emitTXQ()
Dnv50_ir_emit_nvc0.cpp1408 case TXQ_DIMS: code[1] |= 0 << 22; break; in emitTXQ()
Dnv50_ir_lowering_nv50.cpp1089 if (i->tex.query == TXQ_DIMS) { in handleTXQ()
Dnv50_ir_emit_gm107.cpp3079 case TXQ_DIMS : type = 0x01; break; in emitTXQ()