Home
last modified time | relevance | path

Searched refs:negated_value (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp9697 static bool verifyFloat(GLint original_value, GLint positive_value, GLint negated_value) in verifyFloat() argument
9710 const T* negated_elements = (T*)&negated_value; in verifyFloat()
9750 static bool verifyFloatSignedNorm(GLint original_value, GLint positive_value, GLint negated_value) in verifyFloatSignedNorm() argument
9760 const T* negated_elements = (T*)&negated_value; in verifyFloatSignedNorm()
9791 static bool verifyInteger(GLint original_value, GLint positive_value, GLint negated_value) in verifyInteger() argument
9799 Integer<T, R, 0> negated_red(negated_value); in verifyInteger()
9802 Integer<T, G, R> negated_green(negated_value); in verifyInteger()
9805 Integer<T, B, R + G> negated_blue(negated_value); in verifyInteger()
9808 Integer<T, A, R + G + B> negated_alpha(negated_value); in verifyInteger()
9829 static bool verifyInteger(GLint original_value, GLint positive_value, GLint negated_value) in verifyInteger() argument
[all …]