OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOC_UNDEF
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsAttributeLocationTests.cpp
70
return (iter == bindings.end() ? (deInt32)Attribute::
LOC_UNDEF
: iter->second);
82
if (location != Attribute::
LOC_UNDEF
)
117
if (iter->getLayoutLocation() != Attribute::
LOC_UNDEF
)
492
<< (attrib.getLayoutLocation() != Attribute::
LOC_UNDEF
? ", Layout location " + de::toString(attrib.getLayoutLocation()) : "")
609
const deInt32 expectedLocation = (attrib.getLayoutLocation() != Attribute::
LOC_UNDEF
? attrib.getLayoutLocation() : getBoundLocation(bindings, attrib.getName()));
616
<< (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::
LOC_UNDEF
? ", expected " + de::toString(expectedLocation) : "")
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);
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))
[
all
...]
glsAttributeLocationTests.hpp
87
LOC_UNDEF
= -1
98
deInt32 layoutLocation =
LOC_UNDEF
,
Completed in 465 milliseconds