Lines Matching refs:array_length
5134 …Location(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length, bool ignore_pr… in getLastInputLocation() argument
5170 if (0 == array_length) in getLastInputLocation()
5172 array_length += 1; in getLastInputLocation()
5200 const GLuint n_req_location = type.GetLocations(stage == Utils::Shader::VERTEX) * array_length; in getLastInputLocation()
5213 …Location(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length, bool ignore_ne… in getLastOutputLocation() argument
5244 if (0 == array_length) in getLastOutputLocation()
5246 array_length += 1; in getLastOutputLocation()
5275 const GLuint n_req_location = type.GetLocations() * array_length; in getLastOutputLocation()
6845 const GLuint array_length = std::max(1u, variable.m_descriptor.m_n_array_elements); in test() local
6846 for (GLuint loc = 0; loc < array_length; loc++) in test()
6875 const GLuint array_length = std::max(1u, variable.m_descriptor.m_n_array_elements); in test() local
6876 for (GLuint loc = 0; loc < array_length; loc++) in test()
12523 const GLuint array_length = 1; in test() local
12526 const GLuint last_in_loc = getLastInputLocation(stage, type, array_length, false); in test()
12578 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length, false); in test()
12893 const GLuint array_length = 1u; in test() local
12896 const GLuint last_in_loc = getLastInputLocation(stage, type, array_length, false); in test()
12938 array_length /* n_array_elements */, 0u /* stride */, 0u /* offset */, in test()
12944 array_length /* n_array_elements */, 0u /* stride */, type_size /* offset */, in test()
12949 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length, false); in test()
12954 array_length /* n_array_elements */, 0u /* stride */, 0u /* offset */, in test()
12960 array_length /* n_array_elements */, 0u /* stride */, 0u /* offset */, in test()
14855 GLuint array_length = getArrayLength(); in test() local
14861 if (0 == array_length) in test()
14863 array_length += 1; in test()
14871 m_data.resize(array_length * data_size); in test()
14876 for (GLuint i = 0; i < array_length; ++i) in test()
15076 const GLuint array_length = getArrayLength(); in test() local
15083 const GLuint last_in_loc = getLastInputLocation(stage, vector_type, array_length, false); in test()
15096 last_out_loc = getLastOutputLocation(stage, vector_type, array_length, false); in test()
15264 const GLuint array_length = getArrayLength(); in test() local
15277 GL_FALSE /* normalized */, array_length /* n_array_elements */, 0u /* stride */, in test()
15284 GL_FALSE /* normalized */, array_length /* n_array_elements */, 0u /* stride */, in test()