Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeRandom.hpp180 template<typename T> T randomScalar (de::Random& rnd, T minValue, T maxValue);
181 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() function
182 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() function
183 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp2480 deUint32 i = de::randomScalar<deUint32>(rnd, 0, DE_LENGTH_OF_ARRAY(blendOps) - 1); in createBlendOperationAdvancedTests()
2505 deUint32 i = de::randomScalar<deUint32>(rnd, 0, DE_LENGTH_OF_ARRAY(blendOps) - 1); in createBlendOperationAdvancedTests()
2507 i = de::randomScalar<deUint32>(rnd, 0, DE_LENGTH_OF_ARRAY(blendOps) - 1); in createBlendOperationAdvancedTests()
/external/deqp/framework/common/
DtcuVectorUtil.hpp378 res[ndx] = de::randomScalar<T>(rnd, minValue[ndx], maxValue[ndx]); in randomVector()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp91 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp82 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmVariablePointersTests.cpp86 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
DvktSpvAsmInstructionTests.cpp744 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
756 value = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp86 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()