Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp195 static bool inputTypeIsFloatType (Array::InputType type) in inputTypeIsFloatType() function
499 if (!inputTypeIsFloatType(m_inputType)) in glBind()
534 if (!inputTypeIsFloatType(m_inputType)) in glBind()
1981 …coordScale = (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(0.9… in iterate()
1994 …colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.… in iterate()
1996 …colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.… in iterate()
DglsDrawTest.cpp189 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) in inputTypeIsFloatType() function
1057 if (!inputTypeIsFloatType(m_inputType)) in bindAttribute()
3786 …attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (… in getCoordScale()
3826 …colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(… in getColorScale()
3830 …colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(… in getColorScale()