Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp205 static inline tcu::UVec4 getCompExpBits (const tcu::Vec4& v) in getCompExpBits() function
343 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold()
344 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThreshold()
357 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThresholdWarning()
358 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThresholdWarning()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp175 static inline tcu::UVec4 getCompExpBits (const tcu::Vec4& v) in getCompExpBits() function
299 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold()
300 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThreshold()