Home
last modified time | relevance | path

Searched refs:isDataTypeVector (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp253 DE_ASSERT(isDataTypeVector(parentType.getBasicType())); in removeTraversed()
298 else if (isDataTypeVector(basicType)) in findNext()
362 if (!isDataTypeVector(basicType)) in isValidTypePath()
DgluVarTypeUtil.cpp145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType())) in parseTypePath()
DgluShaderUtil.hpp214 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2,… in isDataTypeVector() function
DgluShaderLibrary.cpp1682 if (isDataTypeVector(dataType)) in dumpValue()
1724 else if (isDataTypeVector(dataType)) in dumpValue()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp326 …(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
327 …e)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
Des2fShaderMatrixTests.cpp811 DE_ASSERT(isDataTypeVector(otherType)); in init()
Des2fUniformApiTests.cpp2136 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp131 …paqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBa… in isIllegalVertexOutput()
177 …paqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBa… in isIllegalFragmentOutput()
Des31fProgramInterfaceDefinitionUtil.cpp403 else if (glu::isDataTypeVector(varType.getBasicType())) in writeVariableReadAccumulateExpression()
572 …else if (glu::isDataTypeVector(varType.getBasicType()) || glu::isDataTypeMatrix(varType.getBasicTy… in writeVariableWriteExpression()
1020 else if (glu::isDataTypeVector(type)) in getNumDataTypeVectors()
Des31fUniformLocationTests.cpp138 if (glu::isDataTypeVector(type.getBasicType())) in getFirstComponentName()
Des31fProgramUniformTests.cpp1915 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp402 …(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
403 …e)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
Des3fShaderMatrixTests.cpp1477 DE_ASSERT(isDataTypeVector(otherType)); in init()
Des3fUniformApiTests.cpp2647 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1739 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()