OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COND_NEVER
(Results
1 - 2
of
2
) 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
Completed in 567 milliseconds