Searched refs:arrayElementCount (Results 1 – 2 of 2) sorted by relevance
844 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local852 …for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (a… in iterate()908 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local916 … loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLo… in iterate()946 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local958 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()986 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local994 … loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLo… in iterate()1109 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local1116 …for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (a… in iterate()[all …]
492 const unsigned int arrayElementCount = packedVarying.getBasicTypeElementCount(); in insertVaryingIntoRegisterMap() local493 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insertVaryingIntoRegisterMap()