Lines Matching refs:DataType

81 	const glu::DataType		basicType		= varValue.type.getBasicType();
82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues)
350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
358 UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
371 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
425 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
454 UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
467 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
519 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
548 UmulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
561 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
611 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
638 ImulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
651 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
702 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
729 BitfieldExtractCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
742 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
764 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
792 BitfieldInsertCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
806 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
829 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
869 BitfieldReverseCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
880 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
889 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
915 BitCountCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize);
929 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
938 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
975 FindLSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize);
989 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
998 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1053 FindMSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize);
1067 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1076 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1115 const glu::DataType scalarTypes[] =
1123 const glu::DataType scalarType = scalarTypes[scalarTypeNdx];
1138 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));