Lines Matching refs:value
269 return tcu::TestStatus::fail("gl_SampleID does not have correct value");
289 << "Expecting value N at sample index N of a multisample texture.\n"
441 << "Verifying gl_SamplePosition value with multisample targets:\n"
738 << "Verifying gl_SampleMaskIn value with pSampleMask state. gl_SampleMaskIn does not contain any bits set that are have been killed by pSampleMask state. Expecting:\n"
2075 const deInt32& value = bufferContents[sampleIndex];
2077 if (value != 0 && value != 1)
2081 msg << "Found garbage value " << value << " in buffer position " << sampleIndex << " (x=" << x << ", y=" << y << ", sample=" << s << ")";
2086 if (value != expected)
2089 msg << "Read " << value << " while expecting " << expected << " in buffer position " << sampleIndex << " (x=" << x << ", y=" << y << ", sample=" << s << ")";