Home
last modified time | relevance | path

Searched defs:randomScalar (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp327 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() function
328 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() function
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp69 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() function
70 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() function
71 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() function
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp73 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() function
74 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() function
75 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp78 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() function
79 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() function