Home
last modified time | relevance | path

Searched refs:handleTXQ (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h139 bool handleTXQ(TexInstruction *);
Dnv50_ir_lowering_nv50.cpp640 bool handleTXQ(TexInstruction *);
1032 NV50LoweringPreSSA::handleTXQ(TexInstruction *i) in handleTXQ() function in nv50_ir::NV50LoweringPreSSA
1410 return handleTXQ(i->asTex()); in visit()
Dnv50_ir_from_tgsi.cpp1673 void handleTXQ(Value *dst0[4], enum TexQuery, int R);
2236 Converter::handleTXQ(Value *dst0[4], enum TexQuery query, int R) in handleTXQ() function in __anon9347d7160211::Converter
3486 handleTXQ(dst0, TXQ_DIMS, 1); in handleInstruction()
3493 handleTXQ(dst0, TXQ_TYPE, 0); in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp1358 NVC0LoweringPass::handleTXQ(TexInstruction *txq) in handleTXQ() function in nv50_ir::NVC0LoweringPass
3228 return handleTXQ(i->asTex()); in visit()