Searched refs:COND_ALWAYS (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsAttributeLocationTests.cpp | 136 if (iter->getCondition() != Cond::COND_NEVER && iter->getCondition() != Cond::COND_ALWAYS) in generateConditionUniformDefinitions() 195 else if (iter->getCondition() == Cond::COND_ALWAYS) in generateOutputCode() 668 DE_ASSERT(cond == COND_ALWAYS || cond == COND_NEVER); in Cond() 822 …attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize… in iterate() 854 …Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize)); in iterate() 955 …attributes.push_back(Attribute(m_type, "a_1", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize… in iterate() 1088 attributes.push_back(Attribute(m_type, "a_0", 3, Cond::COND_ALWAYS, m_arraySize)); in iterate() 1118 …attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), loc, Cond::COND_ALWAYS, m_arraySi… in iterate() 1149 …attributes.push_back(Attribute(m_type, "a_1", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize… in iterate() 1180 attributes.push_back(Attribute(m_type, "a_0", 3, Cond::COND_ALWAYS, m_arraySize)); in iterate() [all …]
|
D | glsAttributeLocationTests.hpp | 65 COND_ALWAYS, enumerator 99 const Cond& cond = Cond::COND_ALWAYS,
|