Home
last modified time | relevance | path

Searched refs:hasLayoutLocation (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariable.cpp67 if (hasLayoutLocation()) in tokenizeDeclaration()
77 DE_ASSERT(!hasLayoutLocation()); in tokenizeDeclaration()
93 if (hasLayoutLocation()) in tokenizeDeclaration()
100 DE_ASSERT(!hasLayoutLocation()); in tokenizeDeclaration()
DrsgVariable.hpp61 bool hasLayoutLocation (void) const { return m_layoutLocation >= 0; } in hasLayoutLocation() function in rsg::Variable