Lines Matching refs:TEST_F

170 TEST_F(ValidateArithmetics, F32Success) {
185 TEST_F(ValidateArithmetics, F64Success) {
200 TEST_F(ValidateArithmetics, Int32Success) {
218 TEST_F(ValidateArithmetics, Int64Success) {
236 TEST_F(ValidateArithmetics, F32Vec2Success) {
251 TEST_F(ValidateArithmetics, F64Vec2Success) {
266 TEST_F(ValidateArithmetics, U32Vec2Success) {
281 TEST_F(ValidateArithmetics, FNegateTypeIdU32) {
294 TEST_F(ValidateArithmetics, FNegateTypeIdVec2U32) {
307 TEST_F(ValidateArithmetics, FNegateWrongOperand) {
319 TEST_F(ValidateArithmetics, FMulTypeIdU32) {
332 TEST_F(ValidateArithmetics, FMulTypeIdVec2U32) {
345 TEST_F(ValidateArithmetics, FMulWrongOperand1) {
357 TEST_F(ValidateArithmetics, FMulWrongOperand2) {
369 TEST_F(ValidateArithmetics, FMulWrongVectorOperand1) {
381 TEST_F(ValidateArithmetics, FMulWrongVectorOperand2) {
393 TEST_F(ValidateArithmetics, IMulFloatTypeId) {
405 TEST_F(ValidateArithmetics, IMulFloatOperand1) {
417 TEST_F(ValidateArithmetics, IMulFloatOperand2) {
429 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand1) {
442 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand2) {
455 TEST_F(ValidateArithmetics, IMulWrongBitWidthVector) {
468 TEST_F(ValidateArithmetics, IMulVectorScalarOperand1) {
481 TEST_F(ValidateArithmetics, IMulVectorScalarOperand2) {
494 TEST_F(ValidateArithmetics, IMulScalarVectorOperand1) {
507 TEST_F(ValidateArithmetics, IMulScalarVectorOperand2) {
520 TEST_F(ValidateArithmetics, SNegateFloat) {
532 TEST_F(ValidateArithmetics, UDivFloatType) {
545 TEST_F(ValidateArithmetics, UDivSignedIntType) {
558 TEST_F(ValidateArithmetics, UDivWrongOperand1) {
570 TEST_F(ValidateArithmetics, UDivWrongOperand2) {
582 TEST_F(ValidateArithmetics, DotSuccess) {
591 TEST_F(ValidateArithmetics, DotWrongTypeId) {
602 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand1) {
614 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand2) {
626 TEST_F(ValidateArithmetics, DotWrongComponentOperand1) {
638 TEST_F(ValidateArithmetics, DotWrongComponentOperand2) {
650 TEST_F(ValidateArithmetics, DotDifferentVectorSize) {
663 TEST_F(ValidateArithmetics, VectorTimesScalarSuccess) {
672 TEST_F(ValidateArithmetics, VectorTimesScalarWrongTypeId) {
684 TEST_F(ValidateArithmetics, VectorTimesScalarWrongVector) {
697 TEST_F(ValidateArithmetics, VectorTimesScalarWrongScalar) {
710 TEST_F(ValidateArithmetics, MatrixTimesScalarSuccess) {
719 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongTypeId) {
731 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongMatrix) {
744 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongScalar) {
757 TEST_F(ValidateArithmetics, VectorTimesMatrix2x22Success) {
766 TEST_F(ValidateArithmetics, VectorTimesMatrix3x32Success) {
775 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongTypeId) {
787 TEST_F(ValidateArithmetics, VectorTimesMatrixNotFloatVector) {
799 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongVectorComponent) {
813 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrix) {
825 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrixComponent) {
839 TEST_F(ValidateArithmetics, VectorTimesMatrix2eq2x23Fail) {
853 TEST_F(ValidateArithmetics, VectorTimesMatrix2x32Fail) {
867 TEST_F(ValidateArithmetics, MatrixTimesVector22x2Success) {
876 TEST_F(ValidateArithmetics, MatrixTimesVector23x3Success) {
885 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongTypeId) {
897 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrix) {
909 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrixCol) {
923 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongVector) {
935 TEST_F(ValidateArithmetics, MatrixTimesVectorDifferentComponents) {
947 TEST_F(ValidateArithmetics, MatrixTimesVector22x3Fail) {
961 TEST_F(ValidateArithmetics, MatrixTimesMatrix22x22Success) {
970 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x32Success) {
979 TEST_F(ValidateArithmetics, MatrixTimesMatrix33x33Success) {
988 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongTypeId) {
1001 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongLeftOperand) {
1014 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongRightOperand) {
1027 TEST_F(ValidateArithmetics, MatrixTimesMatrix32x23Fail) {
1041 TEST_F(ValidateArithmetics, MatrixTimesMatrixDifferentComponents) {
1054 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x23Fail) {
1067 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x22Fail) {
1080 TEST_F(ValidateArithmetics, OuterProduct2x2Success) {
1089 TEST_F(ValidateArithmetics, OuterProduct3x2Success) {
1098 TEST_F(ValidateArithmetics, OuterProduct2x3Success) {
1107 TEST_F(ValidateArithmetics, OuterProductWrongTypeId) {
1119 TEST_F(ValidateArithmetics, OuterProductWrongLeftOperand) {
1132 TEST_F(ValidateArithmetics, OuterProductRightOperandNotFloatVector) {
1144 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongComponent) {
1156 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongDimension) {
1231 TEST_F(ValidateArithmetics, CoopMatSuccess) {
1255 TEST_F(ValidateArithmetics, CoopMatFMulFail) {
1268 TEST_F(ValidateArithmetics, CoopMatMatrixTimesScalarMismatchFail) {
1281 TEST_F(ValidateArithmetics, CoopMatScopeFail) {
1301 TEST_F(ValidateArithmetics, CoopMatDimFail) {
1313 TEST_F(ValidateArithmetics, CoopMatComponentTypeNotScalarNumeric) {
1325 TEST_F(ValidateArithmetics, CoopMatScopeNotConstantInt) {
1338 TEST_F(ValidateArithmetics, CoopMatRowsNotConstantInt) {
1351 TEST_F(ValidateArithmetics, CoopMatColumnsNotConstantInt) {
1364 TEST_F(ValidateArithmetics, IAddCarrySuccess) {
1374 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotStruct) {
1385 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotTwoMembers) {
1397 TEST_F(ValidateArithmetics, IAddCarryResultTypeMemberNotUnsignedInt) {
1410 TEST_F(ValidateArithmetics, IAddCarryWrongLeftOperand) {
1422 TEST_F(ValidateArithmetics, IAddCarryWrongRightOperand) {
1434 TEST_F(ValidateArithmetics, OpSMulExtendedSuccess) {
1446 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMemberNotInt) {
1459 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMembersNotIdentical) {
1540 TEST_F(ValidateArithmetics, CoopMatKHRSuccess) {
1567 TEST_F(ValidateArithmetics, CoopMatMatrixKHRTimesScalarMismatchFail) {
1580 TEST_F(ValidateArithmetics, CoopMatKHRScopeFail) {
1598 TEST_F(ValidateArithmetics, CoopMatKHRDimFail) {