Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_gm107.cpp284 suq->tex.query = TXQ_DIMS; in handleSUQ()
Dnv50_ir.h971 TXQ_DIMS, /* x, y, z, levels */ enumerator
Dnv50_ir_emit_gv100.cpp1322 case TXQ_DIMS : type = 0x00; break; in emitTXQ()
Dnv50_ir_from_nir.cpp3049 texi->tex.query = TXQ_DIMS; in visit()
3057 texi->tex.query = TXQ_DIMS; in visit()
Dnv50_ir_lowering_nv50.cpp1035 if (i->tex.query == TXQ_DIMS) in handleTXQ()
Dnv50_ir_emit_nv50.cpp1675 assert(i->tex.query == TXQ_DIMS); in emitTXQ()
Dnv50_ir_from_tgsi.cpp2248 if (query == TXQ_DIMS) in handleTXQ()
3486 handleTXQ(dst0, TXQ_DIMS, 1); in handleInstruction()
Dnv50_ir_emit_gk110.cpp1394 case TXQ_DIMS: code[0] |= 0x01 << 25; break; in emitTXQ()
Dnv50_ir_emit_nvc0.cpp1401 case TXQ_DIMS: code[1] |= 0 << 22; break; in emitTXQ()
Dnv50_ir_emit_gm107.cpp3070 case TXQ_DIMS : type = 0x01; break; in emitTXQ()