Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp149 static void generateRandomInputData(de::Random &rnd, glu::ShaderType shaderType, glu::DataType data… in generateRandomInputData() function
402generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues()
403generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues()
494generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues()
495generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues()
733 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
808 generateRandomInputData(rnd, m_shaderType, type, precision, inBase, numValues); in getInputValues()
809 generateRandomInputData(rnd, m_shaderType, type, precision, inInsert, numValues); in getInputValues()
870 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
920 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp130 static void generateRandomInputData(de::Random &rnd, glu::DataType dataType, glu::Precision precisi… in generateRandomInputData() function
450generateRandomInputData(rnd, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues()
451generateRandomInputData(rnd, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues()
557generateRandomInputData(rnd, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues()
558generateRandomInputData(rnd, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues()
841 generateRandomInputData(rnd, type, precision, inValue, numValues); in getInputValues()
920 generateRandomInputData(rnd, type, precision, inBase, numValues); in getInputValues()
921 generateRandomInputData(rnd, type, precision, inInsert, numValues); in getInputValues()
991 generateRandomInputData(rnd, type, precision, inValue, numValues); in getInputValues()
1053 generateRandomInputData(rnd, type, precision, inValue, numValues); in getInputValues()
[all …]