Searched refs:isDataTypeVector (Results 1 – 15 of 15) sorted by relevance
253 DE_ASSERT(isDataTypeVector(parentType.getBasicType())); in removeTraversed()298 else if (isDataTypeVector(basicType)) in findNext()362 if (!isDataTypeVector(basicType)) in isValidTypePath()
145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType())) in parseTypePath()
214 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2,… in isDataTypeVector() function
1682 if (isDataTypeVector(dataType)) in dumpValue()1724 else if (isDataTypeVector(dataType)) in dumpValue()
326 …(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()
811 DE_ASSERT(isDataTypeVector(otherType)); in init()
2136 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
131 …paqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBa… in isIllegalVertexOutput()177 …paqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBa… in isIllegalFragmentOutput()
403 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()
138 if (glu::isDataTypeVector(type.getBasicType())) in getFirstComponentName()
1915 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
402 …(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()
1477 DE_ASSERT(isDataTypeVector(otherType)); in init()
2647 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
1739 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()