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.cpp216 inline nv50_ir::operation getOP() const { in getOP() function in tgsi::Instruction
2375 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX()
2459 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTXF()
3205 operation op = tgsi.getOP(); in handleInstruction()