Searched refs:COND_ALWAYS (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp136 if (iter->getCondition() != Cond::COND_NEVER && iter->getCondition() != Cond::COND_ALWAYS)
195 else if (iter->getCondition() == Cond::COND_ALWAYS)
668 DE_ASSERT(cond == COND_ALWAYS || cond == COND_NEVER);
822 attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
854 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
955 attributes.push_back(Attribute(m_type, "a_1", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
1088 attributes.push_back(Attribute(m_type, "a_0", 3, Cond::COND_ALWAYS, m_arraySize));
1118 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), loc, Cond::COND_ALWAYS, m_arraySize));
1149 attributes.push_back(Attribute(m_type, "a_1", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
1180 attributes.push_back(Attribute(m_type, "a_0", 3, Cond::COND_ALWAYS, m_arraySiz
[all...]
H A DglsAttributeLocationTests.hpp65 COND_ALWAYS, enumerator in enum:deqp::gls::AttributeLocationTestUtil::Cond::ConstCond
99 const Cond& cond = Cond::COND_ALWAYS,
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dtrace.c127 COND_ALWAYS = 0xe, enumerator in enum:__anon13345
376 if (cond != COND_ALWAYS || nr == 0)
427 if (cond == COND_ALWAYS)
485 if (BITS(inst1, 6, 9) == COND_ALWAYS)

Completed in 616 milliseconds