Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsAttributeLocationTests.hpp93 NOT_ARRAY = -1 enumerator
100 int arraySize = NOT_ARRAY);
140 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
159 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
178 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
197 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
215 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
233 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
305 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
323 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY);
[all …]
DglsAttributeLocationTests.cpp123 …<< (iter->getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(iter->getArraySize()) + "]"… in generateAttributeDefinitions()
148 …const string variableName(attrib.getName() + (attrib.getArraySize() != Attribute::NOT_ARRAY ? "["… in generateToVec4Expression()
185 if (iter->getArraySize() == Attribute::NOT_ARRAY) in generateOutputCode()
197 if (iter->getArraySize() == Attribute::NOT_ARRAY) in generateOutputCode()
211 if (iter->getArraySize() == Attribute::NOT_ARRAY) in generateOutputCode()
547 if (attrib.getArraySize() == Attribute::NOT_ARRAY) in checkActiveAttribQuery()
643 …return type.getName() + (arraySize != Attribute::NOT_ARRAY ? "_array_" + de::toString(arraySize) :… in generateTestName()
844 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate()
908 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate()
946 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1); in iterate()
[all …]