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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 43 const bool highResult = mul->subOp == NV50_IR_SUBOP_MUL_HIGH;
77 if (highResult) {
100 for (int j = 2; j <= (highResult ? 5 : 4); ++j)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 43 const bool highResult = mul->subOp == NV50_IR_SUBOP_MUL_HIGH;
77 if (highResult) {
100 for (int j = 2; j <= (highResult ? 5 : 4); ++j)

Completed in 125 milliseconds