Home
last modified time | relevance | path

Searched defs: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
899 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
937 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
976 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1094 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1126 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1182 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1222 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1291 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
1332 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DVaryingPacking.cpp537 const unsigned int arrayElementCount = packedVarying.getBasicTypeElementCount(); in insertVaryingIntoRegisterMap() local