Home
last modified time | relevance | path

Searched refs:new_TexInstruction (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp248 TexInstruction *tex = new_TexInstruction(func, op); in mkTex()
Dnv50_ir_util.h63 #define new_TexInstruction(f, args...) \ macro
Dnv50_ir_from_sm4.cpp1526 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()
Dnv50_ir_from_tgsi.cpp1488 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()
Dnv50_ir.cpp897 new_TexInstruction(pol.context(), op)); in clone()