/external/deqp/modules/gles3/functional/ |
H A D | es3fFboColorbufferTests.cpp | 59 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f)) function in namespace:deqp::gles3::Functional 169 Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); 872 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); 938 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); 1000 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax);
|
H A D | es3fShaderCommonFunctionTests.cpp | 74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) function in namespace:deqp::gles3::Functional 87 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);
|
H A D | es3fTextureSpecificationTests.cpp | 98 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f)) function in namespace:deqp::gles3::Functional 672 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 673 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 731 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 732 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 772 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 773 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 812 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 813 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 870 Vec4 gMin = randomVector< [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 78 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f)) function in namespace:deqp::gles31::Functional 340 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 341 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 380 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); 381 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
|
H A D | es31fShaderCommonFunctionTests.cpp | 78 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) function in namespace:deqp::gles31::Functional 91 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 82 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) function in namespace:vkt::shaderexecutor::__anon3877 95 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 78 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f)) function in namespace:deqp::gles2::Functional 640 Vec4 gMin = randomVector<4>(rnd); 641 Vec4 gMax = randomVector<4>(rnd); 689 Vec4 gMin = randomVector<4>(rnd); 690 Vec4 gMax = randomVector<4>(rnd); 738 Vec4 gMin = randomVector<4>(rnd); 739 Vec4 gMax = randomVector<4>(rnd); 793 Vec4 gMin = randomVector<4>(rnd); 794 Vec4 gMax = randomVector<4>(rnd); 935 Vec4 gMin = randomVector< [all...] |