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.h106 bool handleTXQ(TexInstruction *);
Dnv50_ir_lowering_nv50.cpp640 bool handleTXQ(TexInstruction *);
1032 NV50LoweringPreSSA::handleTXQ(TexInstruction *i) in handleTXQ() function in nv50_ir::NV50LoweringPreSSA
1407 return handleTXQ(i->asTex()); in visit()
Dnv50_ir_from_tgsi.cpp1707 void handleTXQ(Value *dst0[4], enum TexQuery, int R);
2306 Converter::handleTXQ(Value *dst0[4], enum TexQuery query, int R) in handleTXQ() function in __anon70d097b80111::Converter
3562 handleTXQ(dst0, TXQ_DIMS, 1); in handleInstruction()
3569 handleTXQ(dst0, TXQ_TYPE, 0); in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp1260 NVC0LoweringPass::handleTXQ(TexInstruction *txq) in handleTXQ() function in nv50_ir::NVC0LoweringPass
2867 return handleTXQ(i->asTex()); in visit()