Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h63 #define new_TexInstruction(f, args...) \ macro
Dnv50_ir_build_util.cpp252 TexInstruction *tex = new_TexInstruction(func, op); in mkTex()
Dnv50_ir_from_tgsi.cpp2262 TexInstruction *tex = new_TexInstruction(func, OP_TXQ); in handleTXQ()
2329 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX()
2419 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF()
2457 TexInstruction *texi = new_TexInstruction(func, OP_TXF); in handleFBFETCH()
3829 TexInstruction *texi = new_TexInstruction(func, OP_SUQ); in handleInstruction()
Dnv50_ir.cpp934 new_TexInstruction(pol.context(), op)); in clone()
Dnv50_ir_lowering_nvc0.cpp1851 TexInstruction *tex = new_TexInstruction(func, OP_TXQ); in loadMsAdjInfo32()