Lines Matching refs:result
128 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP)));
134 string("result = ") + expr + ";\n";
490 UVec2 result (~0u, ~0u);
492 void* outputs[] = { result.getPtr() };
504 if (result != reference)
508 << ": got " << result
518 if (result.x() != 1u)
522 << ": got " << result.x()
735 const Vec2 result = resultImg.getPixel(x, y).swizzle(0,1);
736 const bool levelOk = result.x() == 0.0f;
737 const bool lodOk = de::inRange(result.y(), lodBounds.x(), lodBounds.y());
745 << ": got " << result