Searched refs:new_TexInstruction (Results 1 – 5 of 5) sorted by relevance
248 TexInstruction *tex = new_TexInstruction(func, op); in mkTex()
63 #define new_TexInstruction(f, args...) \ macro
1526 TexInstruction *texi = new_TexInstruction(func, OP_TXQ); in handleQUERY()1546 TexInstruction *texi = new_TexInstruction(func, OP_TXF); in handleLOAD()1574 TexInstruction *texi = new_TexInstruction(func, opr); in handleSAMPLE()
1488 TexInstruction *tex = new_TexInstruction(func, OP_TXQ); in handleTXQ()1553 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX()1628 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF()
897 new_TexInstruction(pol.context(), op)); in clone()