Lines Matching defs:result
1947 bool result = testTextureSize();
1952 if (!result)
1953 return tcu::TestStatus::fail("Got unexpected result");
2003 const tcu::TextureLevel& result = getResultImage();
2004 tcu::IVec4 output = result.getAccess().getPixelInt(0, 0);
2119 // which invokes OpImageQuerySize against the image and checks the result.
2178 bool result = testSize(m_iterations[sampleIdx], testSizes[dimIdx]);
2183 if (!result)
2184 return tcu::TestStatus::fail("Got unexpected result");
2204 const tcu::TextureLevel& result = getResultImage();
2205 tcu::IVec4 output = result.getAccess().getPixelInt(0, 0);
2319 // which invokes OpImageQuerySamples against the image and checks the result.
2326 // The result is the number of samples.
2393 const tcu::TextureLevel& result = getResultImage();
2394 tcu::IVec4 output = result.getAccess().getPixelInt(0, 0);
2410 return tcu::TestStatus::fail("Got unexpected result");
2554 bool result = testTextureLevels();
2559 if (!result)
2560 return tcu::TestStatus::fail("Got unexpected result");
2593 const tcu::TextureLevel& result = getResultImage();
2594 tcu::IVec4 output = result.getAccess().getPixelInt(0, 0);
2778 // setup same texture coordinates that will result in pmax
2779 // beeing 0 and as a result lambda being -inf; on most
2813 const tcu::TextureLevel& result = getResultImage();
2814 const tcu::Vec4 output = result.getAccess().getPixel(0, 0);
2829 return tcu::TestStatus::fail("Got unexpected result");