HomeSort by relevance Sort by last modified time
    Searched refs:COND_NEVER (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 136 if (iter->getCondition() != Cond::COND_NEVER && iter->getCondition() != Cond::COND_ALWAYS)
179 if (iter->getCondition() == Cond::COND_NEVER)
582 const bool isActive = attrib.getCondition() != Cond::COND_NEVER;
616 << (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", expected " + de::toString(expectedLocation) : "")
619 if (attrib.getCondition() == Cond::COND_NEVER && location != -1)
622 if (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF && expectedLocation != location)
625 isOk &= (attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || expectedLocation == location);
665 : m_negate (cond != COND_NEVER)
668 DE_ASSERT(cond == COND_ALWAYS || cond == COND_NEVER);
999 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond::COND_NEVER));
    [all...]
glsAttributeLocationTests.hpp 66 COND_NEVER
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 238 COND_NEVER
    [all...]

Completed in 3139 milliseconds