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