Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp209 inline nv50_ir::operation getOP() const { in getOP() function in tgsi::Instruction
2175 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX()
2257 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF()
2994 operation op = tgsi.getOP(); in handleInstruction()