Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h63 #define new_TexInstruction(f, args...) \ macro
Dnv50_ir_build_util.cpp250 TexInstruction *tex = new_TexInstruction(func, op); in mkTex()
Dnv50_ir_from_tgsi.cpp2238 TexInstruction *tex = new_TexInstruction(func, OP_TXQ); in handleTXQ()
2305 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX()
2395 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF()
2433 TexInstruction *texi = new_TexInstruction(func, OP_TXF); in handleFBFETCH()
3768 TexInstruction *texi = new_TexInstruction(func, OP_SUQ); in handleInstruction()
Dnv50_ir.cpp932 new_TexInstruction(pol.context(), op)); in clone()
Dnv50_ir_lowering_nvc0.cpp1850 TexInstruction *tex = new_TexInstruction(func, OP_TXQ); in loadMsAdjInfo32()