Searched refs:generateRandomInputData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 149 static void generateRandomInputData(de::Random &rnd, glu::ShaderType shaderType, glu::DataType data… in generateRandomInputData() function 402 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 403 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 494 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 495 …generateRandomInputData(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 D | vktShaderIntegerFunctionTests.cpp | 130 static void generateRandomInputData(de::Random &rnd, glu::DataType dataType, glu::Precision precisi… in generateRandomInputData() function 450 … generateRandomInputData(rnd, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 451 … generateRandomInputData(rnd, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 557 … generateRandomInputData(rnd, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 558 … generateRandomInputData(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 …]
|