Lines Matching refs:arrayElementCount
833 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
841 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; in iterate()
842 loc -= (arrayElementCount * m_type.getLocationSize())) in iterate()
899 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
907 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; in iterate()
908 loc -= m_type.getLocationSize() * arrayElementCount) in iterate()
937 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
949 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
976 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
984 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; in iterate()
985 loc -= m_type.getLocationSize() * arrayElementCount) in iterate()
1094 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1101 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; in iterate()
1102 loc -= (arrayElementCount * m_type.getLocationSize())) in iterate()
1126 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1136 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1182 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1190 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; in iterate()
1191 loc -= (arrayElementCount * m_type.getLocationSize())) in iterate()
1222 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1234 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1291 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1304 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1332 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1345 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()