Home
last modified time | relevance | path

Searched defs:texi (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp2375 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX() local
2459 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF() local
2497 TexInstruction *texi = new_TexInstruction(func, OP_TXF); in handleFBFETCH() local
3836 TexInstruction *texi = new_TexInstruction(func, OP_SUQ); in handleInstruction() local
Dnv50_ir_lowering_nvc0.cpp346 Instruction *usei, const Instruction *texi) in addTexUse()
386 Instruction *texi, std::list<TexUse> &uses) in findFirstUses()
398 const Instruction *texi, std::list<TexUse> &uses, in findFirstUsesBB()