Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp10995 …const Utils::_variable_type variable_types[] = { Utils::VARIABLE_TYPE_DMAT2, Utils::VARIABLE_TYP… in iterate() local
11002 const unsigned int n_variable_types = sizeof(variable_types) / sizeof(variable_types[0]); in iterate()
11006 const Utils::_variable_type variable_type = variable_types[n_variable_type]; in iterate()
11679 …const Utils::_variable_type variable_types[] = { Utils::VARIABLE_TYPE_DMAT2, Utils::VARIABLE_TYP… in iterate() local
11686 const unsigned int n_variable_types = sizeof(variable_types) / sizeof(variable_types[0]); in iterate()
11694 const Utils::_variable_type& variable_type = variable_types[n_variable_type]; in iterate()
Dgl4cShaderSubroutineTests.cpp2557 const Utils::_variable_type variable_types[] = { in iterate() local
2568 const unsigned int n_variable_types = sizeof(variable_types) / sizeof(variable_types[0]); in iterate()
2572 Utils::_variable_type current_variable_type = variable_types[n_variable_type]; in iterate()