Searched refs:highResult (Results 1 - 2 of 2) sorted by relevance

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

Completed in 339 milliseconds