Searched refs:isDataTypeVector (Results 1 – 20 of 20) 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()
289 inline bool isDataTypeVector (DataType dataType) { in isDataTypeVector() function
1659 if (isDataTypeVector(dataType)) in dumpValue()1701 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()
2126 (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()
1905 (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()
1463 DE_ASSERT(isDataTypeVector(otherType)); in init()
2637 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
1011 if (isDataTypeVector(dataType)) in dumpValues()1051 else if (isDataTypeVector(dataType)) in dumpValues()
493 if (glu::isDataTypeVector(basicType)) in computeRelaxedBlockBaseAlignment()609 …glu::isDataTypeVector(basicType) && (getDataTypeByteSize(basicType) <= 16 ? curOffset / 16 != (cur… in computeReferenceLayout()
408 if (glu::isDataTypeVector(basicType)) in computeRelaxedBlockBaseAlignment()522 …glu::isDataTypeVector(basicType) && (getDataTypeByteSize(basicType) <= 16 ? curOffset / 16 != (cur… in computeReferenceLayout()
1319 return (isDataTypeMatrix(type) ? "[0][0]" : isDataTypeVector(type) ? "[0]" : ""); in getFirstDataElementSubscriptString()
1725 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()
104 if(glu::isDataTypeVector(symIter->varType.getBasicType())) in packFloat16Bit()