Lines Matching refs:array_length
5069 …se::getLastInputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length) in getLastInputLocation() argument
5100 if (0 == array_length) in getLastInputLocation()
5102 array_length += 1; in getLastInputLocation()
5122 const GLuint n_req_location = type.GetLocations(stage == Utils::Shader::VERTEX) * array_length; in getLastInputLocation()
5135 …e::getLastOutputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length) in getLastOutputLocation() argument
5161 if (0 == array_length) in getLastOutputLocation()
5163 array_length += 1; in getLastOutputLocation()
5183 const GLuint n_req_location = type.GetLocations() * array_length; in getLastOutputLocation()
12343 const GLuint array_length = 1; in test() local
12346 const GLuint last_in_loc = getLastInputLocation(stage, type, array_length); in test()
12398 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length); in test()
12713 const GLuint array_length = 1u; in test() local
12716 const GLuint last_in_loc = getLastInputLocation(stage, type, array_length); in test()
12758 array_length /* n_array_elements */, 0u /* stride */, 0u /* offset */, in test()
12764 array_length /* n_array_elements */, 0u /* stride */, type_size /* offset */, in test()
12769 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length); in test()
12774 array_length /* n_array_elements */, 0u /* stride */, 0u /* offset */, in test()
12780 array_length /* n_array_elements */, 0u /* stride */, 0u /* offset */, in test()
14702 GLuint array_length = getArrayLength(); in test() local
14708 if (0 == array_length) in test()
14710 array_length += 1; in test()
14718 m_data.resize(array_length * data_size); in test()
14723 for (GLuint i = 0; i < array_length; ++i) in test()
14923 const GLuint array_length = getArrayLength(); in test() local
14930 const GLuint last_in_loc = getLastInputLocation(stage, vector_type, array_length); in test()
14943 last_out_loc = getLastOutputLocation(stage, vector_type, array_length); in test()
15090 const GLuint array_length = getArrayLength(); in test() local
15103 GL_FALSE /* normalized */, array_length /* n_array_elements */, 0u /* stride */, in test()
15110 GL_FALSE /* normalized */, array_length /* n_array_elements */, 0u /* stride */, in test()