Home
last modified time | relevance | path

Searched refs:arrayElementCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp833 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()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/
H A DVaryingPacking.cpp537 const unsigned int arrayElementCount = packedVarying.getBasicTypeElementCount(); in insertVaryingIntoRegisterMap() local
538 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insertVaryingIntoRegisterMap()