Lines Matching defs:basicType

533 	const glu::DataType					basicType		= outputType.getBasicType();
534 const int numComps = glu::getDataTypeNumComponents(basicType);
537 switch (glu::getDataTypeScalarType(basicType))
647 const glu::DataType basicType = symbol.varType.getBasicType();
648 const int vecSize = glu::getDataTypeScalarSize(basicType);
649 const VkFormat format = getAttributeFormat(basicType);
653 if (glu::isDataTypeFloatOrVec(basicType))
655 else if (glu::isDataTypeIntOrIVec(basicType))
657 else if (glu::isDataTypeUintOrUVec(basicType))
659 else if (glu::isDataTypeMatrix(basicType))
661 int numRows = glu::getDataTypeMatrixNumRows(basicType);
662 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
1597 const glu::DataType basicType = symbol.varType.getBasicType();
1600 if (glu::isDataTypeScalarOrVector(basicType))
1602 const deUint32 alignment = getVecStd430ByteAlignment(basicType);
1603 const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType) * (int)sizeof(deUint32);
1613 else if (glu::isDataTypeMatrix(basicType))
1615 const int numVecs = glu::getDataTypeMatrixNumColumns(basicType);
1616 const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType));
1702 const glu::DataType basicType = varType.getBasicType();
1703 const bool isMatrix = glu::isDataTypeMatrix(basicType);
1704 const int scalarSize = glu::getDataTypeScalarSize(basicType);
1705 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1729 const glu::DataType basicType = varType.getBasicType();
1730 const bool isMatrix = glu::isDataTypeMatrix(basicType);
1731 const int scalarSize = glu::getDataTypeScalarSize(basicType);
1732 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;