Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gk110.cpp1210 isNextIndependentTex(const TexInstruction *i) in isNextIndependentTex() function
1273 code[1] |= isNextIndependentTex(i) ? 0x1 : 0x2; // t : p mode in emitTEX()
Dnv50_ir_emit_nvc0.cpp1276 isNextIndependentTex(const TexInstruction *i) in isNextIndependentTex() function
1290 if (isNextIndependentTex(i)) in emitTEX()