Searched refs:generateRandomInputData (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData() function 419 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 420 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 513 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 514 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 759 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 823 generateRandomInputData(rnd, m_shaderType, type, precision, inBase, numValues); in getInputValues() 824 generateRandomInputData(rnd, m_shaderType, type, precision, inInsert, numValues); in getInputValues() 884 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 933 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData() function 510 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 511 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 618 …generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 619 …generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(ea… in getInputValues() 906 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 983 generateRandomInputData(rnd, m_shaderType, type, precision, inBase, numValues); in getInputValues() 984 generateRandomInputData(rnd, m_shaderType, type, precision, inInsert, numValues); in getInputValues() 1052 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 1112 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() [all …]
|