Home
last modified time | relevance | path

Searched refs:isVariableType (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
57 const glu::VarType* getVariableType (void) const { DE_ASSERT(isVariableType()); return m_data.type; } in getVariableType()
H A Des31fProgramInterfaceQueryTestCase.cpp152 else if (path[pathNdx].isVariableType()) in getMatrixOrderFromPath()
251 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL); in validate()
453 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable()
530 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable()
987 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
H A Des31fProgramInterfaceDefinition.cpp653 if (!path.back().isVariableType())

Completed in 5 milliseconds