Searched refs:new_TexInstruction (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h63 #define new_TexInstruction(f, args...) \ macro
H A Dnv50_ir_build_util.cpp250 TexInstruction *tex = new_TexInstruction(func, op);
H A Dnv50_ir_from_tgsi.cpp2108 TexInstruction *tex = new_TexInstruction(func, OP_TXQ);
2175 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP());
2257 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP());
2292 TexInstruction *texi = new_TexInstruction(func, OP_TXF);
3635 TexInstruction *texi = new_TexInstruction(func, OP_SUQ);
H A Dnv50_ir.cpp925 new_TexInstruction(pol.context(), op));

Completed in 129 milliseconds