Lines Matching defs:value

1227 /** Fill texture with value 128
1372 // texelFetch with invalid lod plane results undefined value
1402 * R32UI_MULTISAMPLE case. This value exceeds the required
1403 * min-max value (1 in OpenGL ES 3.2) and is not supported
1851 * where x may be 0, 1 or the biggest representable integer value.
1891 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLuint)drawn_red
1892 << ". Expected value: " << (GLuint)expected_red << " at offset: " << i
1924 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLint)drawn_red << ", "
1925 << (GLint)drawn_green << ". Expected value: " << (GLint)expected_red << ", "
1941 const GLfloat value = static_cast<GLfloat>(i) / n_pixels;
1942 pixels[idx + 0] = value;
1943 pixels[idx + 1] = value;
1944 pixels[idx + 2] = value;
1945 pixels[idx + 3] = value;
1977 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red << ", " << drawn_green
1978 << ", " << drawn_blue << ", " << drawn_alpha << ". Expected value: " << expected_red
2009 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
2010 << ". Expected value: " << expected_red << " at offset: " << i
2094 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
2095 << ". Expected value: " << expected_red << " at offset: " << i
2143 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLuint)drawn_red
2144 << ". Expected value: " << (GLuint)expected_red << " at offset: " << i
2176 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLint)drawn_red << ", "
2177 << (GLint)drawn_green << ". Expected value: " << (GLint)expected_red << ", "
2195 const GLfloat value = static_cast<GLfloat>(i) / n_pixels;
2196 pixels[idx + 0] = value;
2197 pixels[idx + 1] = value;
2198 pixels[idx + 2] = value;
2199 pixels[idx + 3] = value;
2223 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red << ", " << drawn_green
2224 << ", " << drawn_blue << ", " << drawn_alpha << ". Expected value: " << expected_red
2254 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
2255 << ". Expected value: " << expected_red << " at offset: " << i
2344 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
2345 << ". Expected value: " << expected_red << " at offset: " << i
2410 // texelFetch with invalid lod plane results undefined value
2433 * R32UI_MULTISAMPLE case. This value exceeds the required
2434 * min-max value (1 in OpenGL ES 3.2) and is not supported
2728 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLuint)drawn_red
2729 << ". Expected value: " << (GLuint)expected_red << " at offset: " << i
2761 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLint)drawn_red << ", "
2762 << (GLint)drawn_green << ". Expected value: " << (GLint)expected_red << ", "
2778 GLfloat value = static_cast<GLfloat>(i) / n_pixels;
2779 pixels[idx + 0] = value;
2780 pixels[idx + 1] = value;
2781 pixels[idx + 2] = value;
2782 pixels[idx + 3] = value;
2808 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red << ", " << drawn_green
2809 << ", " << drawn_blue << ", " << drawn_alpha << ". Expected value: " << expected_red
2840 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
2841 << ". Expected value: " << expected_red << " at offset: " << i
2923 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
2924 << ". Expected value: " << expected_red << " at offset: " << i
2975 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLuint)drawn_red
2976 << ". Expected value: " << (GLuint)expected_red << " at offset: " << i
3008 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << (GLint)drawn_red << ", "
3009 << (GLint)drawn_green << ". Expected value: " << (GLint)expected_red << ", "
3026 GLfloat value = static_cast<GLfloat>(i) / n_pixels;
3027 pixels[i * n_channels + 0] = value;
3028 pixels[i * n_channels + 1] = value;
3029 pixels[i * n_channels + 2] = value;
3030 pixels[i * n_channels + 3] = value;
3054 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red << ", " << drawn_green
3055 << ", " << drawn_blue << ", " << drawn_alpha << ". Expected value: " << expected_red
3086 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
3087 << ". Expected value: " << expected_red << " at offset: " << i
3171 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid value: " << drawn_red
3172 << ". Expected value: " << expected_red << " at offset: " << i
3367 /* Each out-of-range read can either be 0 or any value within
3406 * case it would have the original destination value) or it
3407 * could write any value within the buffer (so we need to check
3408 * against each possible source value).
3632 /* Each out-of-range read can either be 0 or any value within