Lines Matching refs:value
346 * @return Requested value or VARAIBLE_TYPE_UNKNOWN if @param type was not recognized.
432 * @return Requested value or 0 if @param type was not recognized.
589 * @param type Base variable type to return corresponding GLenum value for.
591 * @return Corresponding GLenum value or GL_NONE if the input value was not
1218 /** Returns a string holding the value represented by user-provided variable, for which
4157 const glw::GLdouble value = element_ordinal;
4162 *value_dst = value;
4547 const glw::GLint value = image_data[offset];
4549 if (m_result_success != value)
4577 const glw::GLint value = feedback_data[i];
4579 if (m_result_success != value)
5037 * @return "Predefined" value
5189 const glw::GLdouble value = getExpectedValue(type_ordinal, element);
5195 /* Store value */
5196 *value_dst = value;
6041 /* Generate the value. Use magic numbers to generate a set of double-precision
7097 << "Invalid uniform value reported by glGetUniformdv() for uniform location ["
7113 << "Invalid uniform value reported by glGetUniformfv() for uniform location ["
7136 << "Invalid uniform value reported by glGetUniformiv() for uniform location ["
7152 << "Invalid uniform value reported by glGetUniformuiv() for uniform location ["
7164 } /* for (all uniform+value pairs) */
7190 /* Set up base value array (as per test spec) */
7326 TCU_FAIL("Unrecognized base value type");
7630 /* Declare main() and construct the value we will be casting from.
7825 * five base values. Each XFBed value can take up to 16 components (eg. mat4) and be
8000 << "Invalid boolean/integer value obtained when doing an "
8006 ", value: ["
8010 ", retrieved value: ["
8012 ", expected value: ["
8042 // than the negative value being passed.
8057 << "Invalid double-precision floating-point value obtained when doing an "
8063 ", value: ["
8067 ", retrieved value: ["
8069 ", expected value: ["
8103 << "Invalid single-precision floating-point value obtained when doing an "
8109 ", value: ["
8113 ", retrieved value: ["
8115 ", expected value: ["
8137 // It is undefined to convert a negative floating-point value to an uint.
8142 << "Invalid unsigned integer value obtained when doing an "
8148 ", value: ["
8152 ", retrieved value: ["
8154 ", expected value: ["
9605 /* Take input variables, add a predefined value and forward them to output variables */
9701 /* Take input variables, add a predefined value and forward them to output variables */
9778 /* Take input variables, add a predefined value and forward them to output variables */
10580 * as a constructor, assuming only one value is used to define new matrix's
11764 /* Verify the result value(s) */
11976 << "Invalid value was reported for matrix variable type, for which "
12813 * value should be verified.
12967 * Using an epsilon value for comparing floating points is error prone.
12969 * increasing the epsilon value to allow greater orders of magnitude
13802 * @param left Pointer to left value
13803 * @param right Pointer to right value
14885 glw::GLdouble value = double_argument_start[argument] + ((glw::GLdouble)component) / 8.0;
14890 if (0.5 == Math::fract(value))
14892 value += 0.01;
14899 argument_dst[component] = value;
14911 const glw::GLint value = int_argument_start + component;
14913 argument_dst[component] = value;
14925 const glw::GLuint value = uint_argument_start + component;
14927 argument_dst[component] = value;