Home
last modified time | relevance | path

Searched refs:getVarType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp103 VarType getVarType (const VarType& type, Iterator begin, Iterator end);
106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarT… in getVarType() function
143 VarType getType (void) const { return getVarType(m_type, m_path); } in getType()
173 …VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end());… in getType()
227 DE_ASSERT(IsExpanded()(getVarType(*m_type, m_path))); in operator ++()
243 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1); in removeTraversed()
286 VarType curType = getVarType(*m_type, m_path); in findNext()
374 VarType getVarType (const VarType& type, Iterator begin, Iterator end) in getVarType() function
DgluVarTypeUtil.cpp107 VarType curType = getVarType(type, path); in parseTypePath()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp278 numComponents = glu::getVarType(varying.type, varPath).getScalarSize(); in isProgramSupported()
349 glu::VarType attribType = glu::getVarType(type, vecIter.getPath()); in genShaderSources()
392 glu::VarType subType = glu::getVarType(type, vecIter.getPath()); in genShaderSources()
501 output.type = glu::getVarType(varying.type, varPath); in computeTransformFeedbackOutputs()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp327 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in genShaderSources()
562 const glu::VarType type = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in render()
Des31fSSBOLayoutCase.cpp1056 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()
1097 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1245 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()
1286 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()