Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
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
/external/angle/src/libANGLE/
DVaryingPacking.cpp537 const unsigned int arrayElementCount = packedVarying.getBasicTypeElementCount(); in insertVaryingIntoRegisterMap() local