Home
last modified time | relevance | path

Searched refs:FEATURE_UNIFORMFUNC_VALUE (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp812 FEATURE_UNIFORMFUNC_VALUE = 1<<1, enumerator
1370 const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uniform.type) && numValuesToAssign == 1; in assignUniforms()
1783 (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformAssignCase()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp918 FEATURE_UNIFORMFUNC_VALUE = 1<<1, enumerator
1085 static const deUint32 uniformFuncChoices[] = { 0, FEATURE_UNIFORMFUNC_VALUE }; in randomFeatures()
1867 const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uniform.type) && numValuesToAssign == 1; in assignUniforms()
2415 (valueToCheck == VALUETOCHECK_INITIAL ? FEATURE_UNIFORMVALUE_ZERO : 0) | (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformValueCase()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp757 FEATURE_UNIFORMFUNC_VALUE = 1<<1, enumerator
916 static const deUint32 uniformFuncChoices[] = { 0, FEATURE_UNIFORMFUNC_VALUE }; in randomFeatures()
1496 const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uniform.type) && numValuesToAssign == 1; in assignUniforms()
1913 (valueToCheck == VALUETOCHECK_INITIAL ? FEATURE_UNIFORMVALUE_ZERO : 0) | (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformValueCase()

Completed in 13 milliseconds