Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1948 rr::GenericVec4 nonEffectiveColors; in init() local
1955 nonEffectiveColors = rr::GenericVec4(tcu::Vec4(maxChannelValue * 0.8f)); in init()
1959 nonEffectiveColors = rr::GenericVec4(tcu::Vec4(maxChannelValue * 0.8f).cast<deInt32>()); in init()
1963 nonEffectiveColors = rr::GenericVec4(tcu::Vec4(maxChannelValue * 0.8f).cast<deUint32>()); in init()
1972 iteration.borderColor = selectComponents(effectiveColors, nonEffectiveColors, channelMask); in init()