Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h918 TXQ_DIMS, /* x, y, z, levels */ enumerator
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.cpp2318 if (query == TXQ_DIMS) in handleTXQ()
3562 handleTXQ(dst0, TXQ_DIMS, 1); in handleInstruction()
Dnv50_ir_emit_gk110.cpp1390 case TXQ_DIMS: code[0] |= 0x01 << 25; break; in emitTXQ()
Dnv50_ir_emit_nvc0.cpp1395 case TXQ_DIMS: code[1] |= 0 << 22; break; in emitTXQ()
Dnv50_ir_emit_gm107.cpp2801 case TXQ_DIMS : type = 0x01; break; in emitTXQ()