Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp120 void emitQUADOP(const Instruction *, uint8_t lane, uint8_t quOp);
779 CodeEmitterNV50::emitQUADOP(const Instruction *i, uint8_t lane, uint8_t quOp) in emitQUADOP() argument
784 code[0] |= (quOp & 0x03) << 20; in emitQUADOP()
785 code[1] |= (quOp & 0xfc) << 20; in emitQUADOP()