Lines Matching refs:value
57 * @param expected_binding Expected binding value
78 * @param expected_binding Expected binding value
3077 /** Get expected value, blue color as vec4
11293 TCU_FAIL("Wrong binding value");
13139 TCU_FAIL("Wrong binding value");
13831 /** Get string representing expected value of sum for current test case
13839 GLfloat value = 0.0f;
13846 value = (GLfloat)(test_case.m_n_cols * test_case.m_n_rows);
13854 value = (GLfloat)(test_case.m_n_cols * test_case.m_n_rows) * 4.0f;
13858 value = 4.0f;
13861 value = 8.0f;
13865 value = 12.0f;
13869 value = 16.0f;
13873 value = 28.0f;
13877 value = 32.0f;
13881 value = 48.0f;
13887 value *= m_value;
13892 sprintf(&expected_value[0], "%f", value);
15557 /** Get string representing value that should be placed at token EXPECTED_VALUE
15561 * @return String with value
15597 GLfloat value = 0.125f * (GLfloat)count;
15598 sprintf(&expected_value[0], "%f", value);
15603 GLint value = -1 * (GLint)count;
15604 sprintf(&expected_value[0], "%d", value);
15609 GLuint value = 1 * (GLuint)count;
15610 sprintf(&expected_value[0], "%d", value);
15681 const GLchar* value = 0;
15686 value = "0.125";
15689 value = "1";
15692 value = "-1";
15702 result.append(value);
16547 static const GLchar* function = "bool check_values(in Structure structure, in float value)\n"
16549 " const vec2 xx = vec2(value, value);\n"
16550 " const vec3 xxx = vec3(value, value, value);\n"
16551 " const vec4 xxxx = vec4(value, value, value, value);\n"