Searched refs:getVarType (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 103 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
|
D | gluVarTypeUtil.cpp | 107 VarType curType = getVarType(type, path); in parseTypePath()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 278 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/ |
D | es31fUniformLocationTests.cpp | 327 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()
|
D | es31fSSBOLayoutCase.cpp | 1056 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/ |
D | vktSSBOLayoutCase.cpp | 1245 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()
|