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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 28 static const uint8_t ccRev[8] = { 0, 4, 2, 6, 1, 5, 3, 7 };
30 return static_cast<CondCode>(ccRev[cc & 7] | (cc & ~7));
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 28 static const uint8_t ccRev[8] = { 0, 4, 2, 6, 1, 5, 3, 7 };
30 return static_cast<CondCode>(ccRev[cc & 7] | (cc & ~7));

Completed in 38 milliseconds