Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp2305 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX() local
2395 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF() local
2433 TexInstruction *texi = new_TexInstruction(func, OP_TXF); in handleFBFETCH() local
3768 TexInstruction *texi = new_TexInstruction(func, OP_SUQ); in handleInstruction() local
Dnv50_ir_lowering_nvc0.cpp395 Instruction *usei, const Instruction *texi) in addTexUse()
435 Instruction *texi, std::list<TexUse> &uses) in findFirstUses()
447 const Instruction *texi, std::list<TexUse> &uses, in findFirstUsesBB()
Dnv50_ir_from_nir.cpp1700 TexInstruction *texi = mkTex(OP_TXF, TEX_TARGET_2D_MS_ARRAY, 0, 0, defs, srcs); in visit() local
2264 TexInstruction *texi = mkTex(getOperation(op), target.getEnum(), location, 0, defs, srcs); in visit() local
3033 TexInstruction *texi = mkTex(op, target.getEnum(), r, s, defs, srcs); in visit() local