HomeSort by relevance Sort by last modified time
    Searched refs:dstMods (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 155 opInfo[i].dstMods = 0;
191 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
195 opInfo[OP_MUL].dstMods = NV50_IR_MOD_SAT;
506 return opInfo[insn->op].dstMods & NV50_IR_MOD_SAT;
nv50_ir_target.h 194 uint8_t dstMods;
nv50_ir_target_nvc0.cpp 203 opInfo[i].dstMods = 0;
237 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
491 if (!(opInfo[insn->op].dstMods & NV50_IR_MOD_SAT))

Completed in 200 milliseconds