Searched refs:COND_NEVER (Results 1 – 2 of 2) sorted by relevance
136 if (iter->getCondition() != Cond::COND_NEVER && iter->getCondition() != Cond::COND_ALWAYS) in generateConditionUniformDefinitions()179 if (iter->getCondition() == Cond::COND_NEVER) in generateOutputCode()582 const bool isActive = attrib.getCondition() != Cond::COND_NEVER; in checkActiveAttribQuery()616 …<< (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", exp… in checkAttribLocationQuery()619 if (attrib.getCondition() == Cond::COND_NEVER && location != -1) in checkAttribLocationQuery()622 …if (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF && expec… in checkAttribLocationQuery()625 …isOk &= (attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || … in checkAttribLocationQuery()665 : m_negate (cond != COND_NEVER) in Cond()668 DE_ASSERT(cond == COND_ALWAYS || cond == COND_NEVER); in Cond()999 …tribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond::COND_NEVER)); in iterate()
66 COND_NEVER enumerator