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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 62 void emitCondCode(CondCode cc, DataType ty, int pos);
197 void CodeEmitterNV50::emitCondCode(CondCode cc, DataType ty, int pos)
248 emitCondCode(i->cc, TYPE_NONE, 32 + 7);
1063 emitCondCode(i->asCmp()->setCond, i->sType, 32 + 14);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 58 void emitCondCode(CondCode cc, int pos);
190 void CodeEmitterNVC0::emitCondCode(CondCode cc, int pos)
913 emitCondCode(i->setCond, 32 + 23);
944 emitCondCode(cc, 32 + 23);
963 emitCondCode(i->flagsSrc >= 0 ? i->cc : CC_ALWAYS, 5);
    [all...]

Completed in 40 milliseconds