Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp202 int getNumAllocatedUniformScalars (void) const { return m_numAllocatedUniformScalars; } in getNumAllocatedUniformScalars() function in rsg::VariableManager
DrsgExpression.cpp1004 …bool uniformOk = state.getVariableManager().getNumAllocatedUniformScalars() + numScalars <= state.… in allocateNewVariable()