/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) in generateRandomInputData() function 461 generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 462 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 569 generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 570 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 857 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 934 generateRandomInputData(rnd, m_shaderType, type, precision, inBase, numValues); in getInputValues() 935 generateRandomInputData(rnd, m_shaderType, type, precision, inInsert, numValues); in getInputValues() 1003 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 1063 generateRandomInputData(rn in getInputValues() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) in generateRandomInputData() function 391 generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 392 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 485 generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 486 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 731 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 805 generateRandomInputData(rnd, m_shaderType, type, precision, inBase, numValues); in getInputValues() 806 generateRandomInputData(rnd, m_shaderType, type, precision, inInsert, numValues); in getInputValues() 866 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 915 generateRandomInputData(rn in getInputValues() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) in generateRandomInputData() function 461 generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 462 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 569 generateRandomInputData(rnd, m_shaderType, type, precision, in0, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 570 generateRandomInputData(rnd, m_shaderType, type, precision, in1, numValues - DE_LENGTH_OF_ARRAY(easyCases)); in getInputValues() 857 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 934 generateRandomInputData(rnd, m_shaderType, type, precision, inBase, numValues); in getInputValues() 935 generateRandomInputData(rnd, m_shaderType, type, precision, inInsert, numValues); in getInputValues() 1003 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues() 1063 generateRandomInputData(rn in getInputValues() [all...] |