Searched refs:arrayElementCount (Results 1 – 2 of 2) sorted by relevance
833 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local841 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() local907 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() local949 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() local984 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; in iterate()[all …]
537 const unsigned int arrayElementCount = packedVarying.getBasicTypeElementCount(); in insertVaryingIntoRegisterMap() local538 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insertVaryingIntoRegisterMap()