Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_nv50.cpp125 void emitQUADOP(const Instruction *, uint8_t lane, uint8_t quOp);
834 CodeEmitterNV50::emitQUADOP(const Instruction *i, uint8_t lane, uint8_t quOp) in emitQUADOP() argument
839 code[0] |= (quOp & 0x03) << 20; in emitQUADOP()
840 code[1] |= (quOp & 0xfc) << 20; in emitQUADOP()