Home
last modified time | relevance | path

Searched refs:TEST_F (Results 1 - 25 of 1449) sorted by relevance

12345678910>>...58

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_error_msg_test.cc40 TEST_F(ParserImplErrorTest, AdditiveInvalidExpr) { in TEST_F() function
47 TEST_F(ParserImplErrorTest, AndInvalidExpr) { in TEST_F() function
54 TEST_F(ParserImplErrorTest, AliasDeclInvalidDeco) { in TEST_F() function
61 TEST_F(ParserImplErrorTest, IndexExprInvalidExpr) { in TEST_F() function
68 TEST_F(ParserImplErrorTest, IndexExprMissingRBracket) { in TEST_F() function
75 TEST_F(ParserImplErrorTest, AssignmentStmtMissingAssignment) { in TEST_F() function
82 TEST_F(ParserImplErrorTest, AssignmentStmtMissingAssignment2) { in TEST_F() function
89 TEST_F(ParserImplErrorTest, AssignmentStmtMissingSemicolon) { in TEST_F() function
96 TEST_F(ParserImplErrorTest, AssignmentStmtInvalidLHS_IntrinsicFunctionName) { in TEST_F() function
103 TEST_F(ParserImplErrorTes function
110 TEST_F(ParserImplErrorTest, BitcastExprMissingLessThan) { TEST_F() function
117 TEST_F(ParserImplErrorTest, BitcastExprMissingGreaterThan) { TEST_F() function
124 TEST_F(ParserImplErrorTest, BitcastExprMissingType) { TEST_F() function
131 TEST_F(ParserImplErrorTest, BreakStmtMissingSemicolon) { TEST_F() function
138 TEST_F(ParserImplErrorTest, CallExprMissingRParen) { TEST_F() function
145 TEST_F(ParserImplErrorTest, CallStmtMissingRParen) { TEST_F() function
152 TEST_F(ParserImplErrorTest, CallStmtInvalidArgument0) { TEST_F() function
159 TEST_F(ParserImplErrorTest, CallStmtInvalidArgument1) { TEST_F() function
166 TEST_F(ParserImplErrorTest, CallStmtMissingSemicolon) { TEST_F() function
173 TEST_F(ParserImplErrorTest, ConstructorExprMissingLParen) { TEST_F() function
180 TEST_F(ParserImplErrorTest, ConstructorExprMissingRParen) { TEST_F() function
187 TEST_F(ParserImplErrorTest, ConstVarStmtInvalid) { TEST_F() function
194 TEST_F(ParserImplErrorTest, ConstVarStmtMissingAssignment) { TEST_F() function
201 TEST_F(ParserImplErrorTest, ConstVarStmtMissingConstructor) { TEST_F() function
208 TEST_F(ParserImplErrorTest, ContinueStmtMissingSemicolon) { TEST_F() function
215 TEST_F(ParserImplErrorTest, DiscardStmtMissingSemicolon) { TEST_F() function
222 TEST_F(ParserImplErrorTest, EqualityInvalidExpr) { TEST_F() function
229 TEST_F(ParserImplErrorTest, ForLoopInitializerMissingSemicolon) { TEST_F() function
236 TEST_F(ParserImplErrorTest, ForLoopInitializerMissingVar) { TEST_F() function
243 TEST_F(ParserImplErrorTest, ForLoopConditionMissingSemicolon) { TEST_F() function
250 TEST_F(ParserImplErrorTest, ForLoopMissingLParen) { TEST_F() function
257 TEST_F(ParserImplErrorTest, ForLoopMissingRParen) { TEST_F() function
264 TEST_F(ParserImplErrorTest, ForLoopMissingLBrace) { TEST_F() function
271 TEST_F(ParserImplErrorTest, ForLoopMissingRBrace) { TEST_F() function
278 TEST_F(ParserImplErrorTest, FunctionDeclDecoMissingEnd) { TEST_F() function
285 TEST_F(ParserImplErrorTest, FunctionDeclDecoStageMissingLParen) { TEST_F() function
292 TEST_F(ParserImplErrorTest, FunctionDeclDecoStageMissingRParen) { TEST_F() function
299 TEST_F(ParserImplErrorTest, FunctionDeclDecoStageInvalid) { TEST_F() function
306 TEST_F(ParserImplErrorTest, FunctionDeclDecoStageTypeInvalid) { TEST_F() function
313 TEST_F(ParserImplErrorTest, FunctionDeclDecoWorkgroupSizeMissingLParen) { TEST_F() function
320 TEST_F(ParserImplErrorTest, FunctionDeclDecoWorkgroupSizeMissingRParen) { TEST_F() function
327 TEST_F(ParserImplErrorTest, FunctionDeclDecoWorkgroupSizeXInvalid) { TEST_F() function
334 TEST_F(ParserImplErrorTest, FunctionDeclDecoWorkgroupSizeYInvalid) { TEST_F() function
341 TEST_F(ParserImplErrorTest, FunctionDeclDecoWorkgroupSizeZInvalid) { TEST_F() function
348 TEST_F(ParserImplErrorTest, FunctionDeclMissingIdentifier) { TEST_F() function
355 TEST_F(ParserImplErrorTest, FunctionDeclMissingLParen) { TEST_F() function
362 TEST_F(ParserImplErrorTest, FunctionDeclMissingRParen) { TEST_F() function
369 TEST_F(ParserImplErrorTest, FunctionDeclMissingArrow) { TEST_F() function
376 TEST_F(ParserImplErrorTest, FunctionDeclInvalidReturnType) { TEST_F() function
383 TEST_F(ParserImplErrorTest, FunctionDeclParamMissingColon) { TEST_F() function
390 TEST_F(ParserImplErrorTest, FunctionDeclParamInvalidType) { TEST_F() function
397 TEST_F(ParserImplErrorTest, FunctionDeclParamMissing) { TEST_F() function
404 TEST_F(ParserImplErrorTest, FunctionDeclMissingLBrace) { TEST_F() function
411 TEST_F(ParserImplErrorTest, FunctionDeclMissingRBrace) { TEST_F() function
418 TEST_F(ParserImplErrorTest, FunctionScopeUnusedDecl) { TEST_F() function
425 TEST_F(ParserImplErrorTest, FunctionMissingOpenLine) { TEST_F() function
439 TEST_F(ParserImplErrorTest, GlobalDeclConstInvalidIdentifier) { TEST_F() function
446 TEST_F(ParserImplErrorTest, GlobalDeclConstMissingSemicolon) { TEST_F() function
453 TEST_F(ParserImplErrorTest, GlobalDeclConstMissingLParen) { TEST_F() function
460 TEST_F(ParserImplErrorTest, GlobalDeclConstMissingRParen) { TEST_F() function
467 TEST_F(ParserImplErrorTest, GlobalDeclConstBadConstLiteral) { TEST_F() function
474 TEST_F(ParserImplErrorTest, GlobalDeclConstBadConstLiteralSpaceLessThan) { TEST_F() function
481 TEST_F(ParserImplErrorTest, GlobalDeclConstNotConstExpr) { TEST_F() function
490 TEST_F(ParserImplErrorTest, GlobalDeclConstExprMaxDepth) { TEST_F() function
517 TEST_F(ParserImplErrorTest, GlobalDeclConstExprMissingLParen) { TEST_F() function
524 TEST_F(ParserImplErrorTest, GlobalDeclConstExprMissingRParen) { TEST_F() function
531 TEST_F(ParserImplErrorTest, GlobalDeclInvalidDeco) { TEST_F() function
538 TEST_F(ParserImplErrorTest, GlobalDeclSampledTextureMissingLessThan) { TEST_F() function
545 TEST_F(ParserImplErrorTest, GlobalDeclSampledTextureMissingGreaterThan) { TEST_F() function
552 TEST_F(ParserImplErrorTest, GlobalDeclSampledTextureInvalidSubtype) { TEST_F() function
559 TEST_F(ParserImplErrorTest, GlobalDeclMultisampledTextureMissingLessThan) { TEST_F() function
566 TEST_F(ParserImplErrorTest, GlobalDeclMultisampledTextureMissingGreaterThan) { TEST_F() function
573 TEST_F(ParserImplErrorTest, GlobalDeclMultisampledTextureInvalidSubtype) { TEST_F() function
580 TEST_F(ParserImplErrorTest, GlobalDeclStorageTextureMissingLessThan) { TEST_F() function
587 TEST_F(ParserImplErrorTest, GlobalDeclStorageTextureMissingGreaterThan) { TEST_F() function
594 TEST_F(ParserImplErrorTest, GlobalDeclStorageTextureMissingSubtype) { TEST_F() function
601 TEST_F(ParserImplErrorTest, GlobalDeclStorageTextureMissingInvalidSubtype) { TEST_F() function
608 TEST_F(ParserImplErrorTest, GlobalDeclStructDecoMissingStruct) { TEST_F() function
615 TEST_F(ParserImplErrorTest, GlobalDeclStructDecoMissingEnd) { TEST_F() function
622 TEST_F(ParserImplErrorTest, GlobalDeclStructDeclMissingIdentifier) { TEST_F() function
629 TEST_F(ParserImplErrorTest, GlobalDeclStructDeclMissingSemicolon) { TEST_F() function
636 TEST_F(ParserImplErrorTest, GlobalDeclStructDeclMissingLBrace) { TEST_F() function
643 TEST_F(ParserImplErrorTest, GlobalDeclStructDeclMissingRBrace) { TEST_F() function
650 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberDecoEmpty) { TEST_F() function
657 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberDecoMissingEnd) { TEST_F() function
664 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberInvalidIdentifier) { TEST_F() function
671 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberMissingSemicolon) { TEST_F() function
678 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberAlignMissingLParen) { TEST_F() function
685 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberAlignMissingRParen) { TEST_F() function
692 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberAlignInvaldValue) { TEST_F() function
700 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberAlignNegativeValue) { TEST_F() function
707 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberSizeMissingLParen) { TEST_F() function
714 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberSizeMissingRParen) { TEST_F() function
721 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberSizeInvaldValue) { TEST_F() function
729 TEST_F(ParserImplErrorTest, GlobalDeclStructMemberSizeNegativeValue) { TEST_F() function
736 TEST_F(ParserImplErrorTest, GlobalDeclTypeAliasMissingIdentifier) { TEST_F() function
743 TEST_F(ParserImplErrorTest, GlobalDeclTypeAliasInvalidType) { TEST_F() function
750 TEST_F(ParserImplErrorTest, GlobalDeclTypeAliasMissingAssignment) { TEST_F() function
757 TEST_F(ParserImplErrorTest, GlobalDeclTypeAliasMissingSemicolon) { TEST_F() function
764 TEST_F(ParserImplErrorTest, GlobalDeclTypeDecoInvalid) { TEST_F() function
771 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayMissingLessThan) { TEST_F() function
778 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayMissingGreaterThan) { TEST_F() function
785 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayDecoNotArray) { TEST_F() function
792 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayDecoMissingEnd) { TEST_F() function
799 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayDecoStrideMissingLParen) { TEST_F() function
806 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayDecoStrideMissingRParen) { TEST_F() function
813 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayDecoStrideInvalid) { TEST_F() function
821 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayDecoStrideNegative) { TEST_F() function
828 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayMissingType) { TEST_F() function
835 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayMissingSize) { TEST_F() function
842 TEST_F(ParserImplErrorTest, GlobalDeclVarArrayInvalidSize) { TEST_F() function
849 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoListEmpty) { TEST_F() function
856 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoListInvalid) { TEST_F() function
863 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoListMissingComma) { TEST_F() function
870 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoListMissingEnd) { TEST_F() function
877 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoLocationMissingLParen) { TEST_F() function
884 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoLocationMissingRParen) { TEST_F() function
891 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoLocationInvalidValue) { TEST_F() function
899 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBuiltinMissingLParen) { TEST_F() function
906 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBuiltinMissingRParen) { TEST_F() function
913 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBuiltinInvalidIdentifer) { TEST_F() function
920 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBuiltinInvalidValue) { TEST_F() function
927 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBindingMissingLParen) { TEST_F() function
934 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBindingMissingRParen) { TEST_F() function
941 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBindingInvalidValue) { TEST_F() function
949 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoGroupMissingLParen) { TEST_F() function
956 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoGroupMissingRParen) { TEST_F() function
963 TEST_F(ParserImplErrorTest, GlobalDeclVarDecoBindingGroupValue) { TEST_F() function
971 TEST_F(ParserImplErrorTest, GlobalDeclVarInvalidIdentifier) { TEST_F() function
978 TEST_F(ParserImplErrorTest, GlobalDeclVarMatrixMissingLessThan) { TEST_F() function
985 TEST_F(ParserImplErrorTest, GlobalDeclVarMatrixMissingGreaterThan) { TEST_F() function
992 TEST_F(ParserImplErrorTest, GlobalDeclVarMatrixMissingType) { TEST_F() function
999 TEST_F(ParserImplErrorTest, GlobalDeclVarMissingSemicolon) { TEST_F() function
1006 TEST_F(ParserImplErrorTest, GlobalDeclVarPtrMissingLessThan) { TEST_F() function
1013 TEST_F(ParserImplErrorTest, GlobalDeclVarPtrMissingGreaterThan) { TEST_F() function
1020 TEST_F(ParserImplErrorTest, GlobalDeclVarPtrMissingComma) { TEST_F() function
1027 TEST_F(ParserImplErrorTest, GlobalDeclVarPtrMissingStorageClass) { TEST_F() function
1034 TEST_F(ParserImplErrorTest, GlobalDeclVarPtrMissingType) { TEST_F() function
1041 TEST_F(ParserImplErrorTest, GlobalDeclVarAtomicMissingLessThan) { TEST_F() function
1048 TEST_F(ParserImplErrorTest, GlobalDeclVarAtomicMissingGreaterThan) { TEST_F() function
1055 TEST_F(ParserImplErrorTest, GlobalDeclVarStorageDeclInvalidClass) { TEST_F() function
1062 TEST_F(ParserImplErrorTest, GlobalDeclVarStorageDeclMissingGThan) { TEST_F() function
1069 TEST_F(ParserImplErrorTest, GlobalDeclVarVectorMissingLessThan) { TEST_F() function
1076 TEST_F(ParserImplErrorTest, GlobalDeclVarVectorMissingGreaterThan) { TEST_F() function
1083 TEST_F(ParserImplErrorTest, GlobalDeclVarVectorMissingType) { TEST_F() function
1090 TEST_F(ParserImplErrorTest, IfStmtMissingLParen) { TEST_F() function
1097 TEST_F(ParserImplErrorTest, IfStmtMissingRParen) { TEST_F() function
1104 TEST_F(ParserImplErrorTest, IfStmtInvalidCond) { TEST_F() function
1111 TEST_F(ParserImplErrorTest, LogicalAndInvalidExpr) { TEST_F() function
1118 TEST_F(ParserImplErrorTest, LogicalOrInvalidExpr) { TEST_F() function
1125 TEST_F(ParserImplErrorTest, LoopMissingLBrace) { TEST_F() function
1132 TEST_F(ParserImplErrorTest, LoopMissingRBrace) { TEST_F() function
1139 TEST_F(ParserImplErrorTest, MaxErrorsReached) { TEST_F() function
1159 TEST_F(ParserImplErrorTest, MemberExprMissingIdentifier) { TEST_F() function
1166 TEST_F(ParserImplErrorTest, MultiplicativeInvalidExpr) { TEST_F() function
1173 TEST_F(ParserImplErrorTest, OrInvalidExpr) { TEST_F() function
1180 TEST_F(ParserImplErrorTest, RelationalInvalidExpr) { TEST_F() function
1187 TEST_F(ParserImplErrorTest, ReturnStmtMissingSemicolon) { TEST_F() function
1194 TEST_F(ParserImplErrorTest, ShiftInvalidExpr) { TEST_F() function
1201 TEST_F(ParserImplErrorTest, SwitchStmtMissingLBrace) { TEST_F() function
1208 TEST_F(ParserImplErrorTest, SwitchStmtMissingRBrace) { TEST_F() function
1215 TEST_F(ParserImplErrorTest, SwitchStmtInvalidCase) { TEST_F() function
1222 TEST_F(ParserImplErrorTest, SwitchStmtInvalidCase2) { TEST_F() function
1230 TEST_F(ParserImplErrorTest, SwitchStmtCaseMissingColon) { TEST_F() function
1237 TEST_F(ParserImplErrorTest, SwitchStmtCaseMissingLBrace) { TEST_F() function
1244 TEST_F(ParserImplErrorTest, SwitchStmtCaseMissingRBrace) { TEST_F() function
1251 TEST_F(ParserImplErrorTest, SwitchStmtCaseFallthroughMissingSemicolon) { TEST_F() function
1258 TEST_F(ParserImplErrorTest, VarStmtMissingSemicolon) { TEST_F() function
1265 TEST_F(ParserImplErrorTest, VarStmtInvalidAssignment) { TEST_F() function
1272 TEST_F(ParserImplErrorTest, UnaryInvalidExpr) { TEST_F() function
1279 TEST_F(ParserImplErrorTest, UnexpectedToken) { TEST_F() function
1286 TEST_F(ParserImplErrorTest, XorInvalidExpr) { TEST_F() function
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DShaderValidation_test.cpp125 TEST_F(FragmentShaderValidationTest, FunctionParameterMismatch) in TEST_F() function
143 TEST_F(FragmentShaderValidationTest, RedeclaringFunctionAsVariable) in TEST_F() function
161 TEST_F(FragmentShaderValidationTest, RedeclaringFunctionAsStruct) in TEST_F() function
179 TEST_F(FragmentShaderValidationTest, RedeclaringFunctionWithDifferentQualifiers) in TEST_F() function
197 TEST_F(FragmentShaderValidationTest, CompareStructsContainingArrays) in TEST_F() function
215 TEST_F(FragmentShaderValidationTest, AssignStructsContainingArrays) in TEST_F() function
235 TEST_F(FragmentShaderValidationTest, CompareStructsContainingSamplers) in TEST_F() function
254 TEST_F(FragmentShaderValidationTest, AssignStructsContainingSamplers) in TEST_F() function
275 TEST_F(FragmentShaderValidationTest, ArrayWithNoSizeInInitializerList) in TEST_F() function
290 TEST_F(FragmentShaderValidationTes function
312 TEST_F(FragmentShaderValidationTest, ConstStructNotInitialized) TEST_F() function
337 TEST_F(FragmentShaderValidationTest, ConstArrayNotInitialized) TEST_F() function
354 TEST_F(FragmentShaderValidationTest, BlockLayoutQualifierOnRegularUniform) TEST_F() function
371 TEST_F(FragmentShaderValidationTest, BlockLayoutQualifierOnUniformWithEmptyDecl) TEST_F() function
390 TEST_F(FragmentShaderValidationTest, ArraysOfArrays1) TEST_F() function
407 TEST_F(FragmentShaderValidationTest, ArraysOfArrays2) TEST_F() function
424 TEST_F(FragmentShaderValidationTest, ArraysOfArraysInStruct) TEST_F() function
443 TEST_F(FragmentShaderValidationTest, TEST_F() function
461 TEST_F(FragmentShaderValidationTest, TEST_F() function
479 TEST_F(FragmentShaderValidationTest, UninitializedImplicitArraySize) TEST_F() function
497 TEST_F(FragmentShaderValidationTest, TernaryOperatorNotConstantExpression) TEST_F() function
515 TEST_F(FragmentShaderValidationTest, TernaryOperatorOnArrays) TEST_F() function
534 TEST_F(FragmentShaderValidationTest, TernaryOperatorOnStructs) TEST_F() function
555 TEST_F(FragmentShaderValidationTest, AssignArrayLengthToUnsigned) TEST_F() function
574 TEST_F(FragmentShaderValidationTest, AssignVaryingToGlobal) TEST_F() function
591 TEST_F(FragmentShaderValidationTest, AssignUniformToGlobalESSL3) TEST_F() function
611 TEST_F(FragmentShaderValidationTest, AssignUniformToGlobalESSL1) TEST_F() function
628 TEST_F(FragmentShaderValidationTest, AssignFunctionCallToGlobal) TEST_F() function
645 TEST_F(FragmentShaderValidationTest, AssignAssignmentToGlobal) TEST_F() function
662 TEST_F(FragmentShaderValidationTest, AssignIncrementToGlobal) TEST_F() function
679 TEST_F(FragmentShaderValidationTest, AssignTexture2DToGlobal) TEST_F() function
696 TEST_F(FragmentShaderValidationTest, AssignNonConstGlobalToGlobal) TEST_F() function
715 TEST_F(FragmentShaderValidationTest, AssignConstGlobalToGlobal) TEST_F() function
733 TEST_F(FragmentShaderValidationTest, WriteBothFragDataAndFragColor) TEST_F() function
750 TEST_F(FragmentShaderValidationTest, VersionOnSecondLine) TEST_F() function
767 TEST_F(FragmentShaderValidationTest, LayoutQualifierInCondition) TEST_F() function
788 TEST_F(FragmentShaderValidationTest, LayoutQualifierInFunctionReturnType) TEST_F() function
809 TEST_F(FragmentShaderValidationTest, TwoOutputsNoLayoutQualifiers) TEST_F() function
828 TEST_F(FragmentShaderValidationTest, TwoOutputsFirstLayoutQualifier) TEST_F() function
847 TEST_F(FragmentShaderValidationTest, TwoOutputsSecondLayoutQualifier) TEST_F() function
866 TEST_F(FragmentShaderValidationTest, UniformArray) TEST_F() function
883 TEST_F(FragmentShaderValidationTest, FragmentInputArrayOfStructs) TEST_F() function
905 TEST_F(VertexShaderValidationTest, VertexShaderInputArray) TEST_F() function
922 TEST_F(VertexShaderValidationTest, VertexShaderInputArrayType) TEST_F() function
938 TEST_F(FragmentShaderValidationTest, FragmentShaderInputStructWithBool) TEST_F() function
958 TEST_F(FragmentShaderValidationTest, FragmentShaderInputStructWithInt) TEST_F() function
978 TEST_F(FragmentShaderValidationTest, ShaderSelectingFieldOfVectorIndexedFromArray) TEST_F() function
998 TEST_F(FragmentShaderValidationTest, ArrayValueFromFunctionParameterAsParameter) TEST_F() function
1022 TEST_F(FragmentShaderValidationTest, OutOfRangeIntegerLiteral) TEST_F() function
1040 TEST_F(FragmentShaderValidationTest, FieldSelectionFromVectorArrayConstructorIsConst) TEST_F() function
1059 TEST_F(FragmentShaderValidationTest, FieldSelectionFromStructArrayConstructorIsConst) TEST_F() function
1078 TEST_F(FragmentShaderValidationTest, ArraySymbolIsConst) TEST_F() function
1098 TEST_F(FragmentShaderValidationTest, BuiltInFunctionAppliedToArrayConstructorIsConst) TEST_F() function
1117 TEST_F(FragmentShaderValidationTest, TEST_F() function
1137 TEST_F(FragmentShaderValidationTest, TEST_F() function
1157 TEST_F(FragmentShaderValidationTest, TernaryOperatorAppliedToArrayConstructorIsConst) TEST_F() function
1176 TEST_F(FragmentShaderValidationTest, TernaryOperatorNonConstantOperand) TEST_F() function
1193 TEST_F(FragmentShaderValidationTest, SamplerInConstructorArguments) TEST_F() function
1210 TEST_F(FragmentShaderValidationTest, VoidInConstructorArguments) TEST_F() function
1227 TEST_F(FragmentShaderValidationTest, SingleStructArrayConstructor) TEST_F() function
1247 TEST_F(FragmentShaderValidationTest, EmptyArrayConstructor) TEST_F() function
1267 TEST_F(FragmentShaderValidationTest, DynamicallyIndexedFragmentOutput) TEST_F() function
1286 TEST_F(FragmentShaderValidationTest, DynamicallyIndexedUniformBuffer) TEST_F() function
1310 TEST_F(FragmentShaderValidationTest, DynamicallyIndexedStorageBuffer) TEST_F() function
1334 TEST_F(FragmentShaderValidationTest, DynamicallyIndexedSampler) TEST_F() function
1354 TEST_F(FragmentShaderValidationTest, DynamicallyIndexedImage) TEST_F() function
1374 TEST_F(FragmentShaderValidationTest, StructConstructorWithStructDefinition) TEST_F() function
1392 TEST_F(WebGL2FragmentShaderValidationTest, IndexFragDataWithNonConstant) TEST_F() function
1411 TEST_F(WebGL2FragmentShaderValidationTest, AssignUniformToGlobalESSL1) TEST_F() function
1435 TEST_F(WebGL2FragmentShaderValidationTest, DeferGlobalVariableInitWithEmptyMain) TEST_F() function
1450 TEST_F(FragmentShaderValidationTest, TextureOffsetNonConst) TEST_F() function
1471 TEST_F(FragmentShaderValidationTest, TextureProjOffsetNonConst) TEST_F() function
1492 TEST_F(FragmentShaderValidationTest, TextureLodOffsetOutOfRange) TEST_F() function
1512 TEST_F(FragmentShaderValidationTest, DefaultPrecisionUint) TEST_F() function
1531 TEST_F(FragmentShaderValidationTest, NoPrecisionSampler3D) TEST_F() function
1551 TEST_F(WebGL1FragmentShaderValidationTest, NonConstantLoopIndex) TEST_F() function
1571 TEST_F(WebGL1FragmentShaderValidationTest, AssignUniformToGlobalESSL1) TEST_F() function
1595 TEST_F(WebGL1FragmentShaderValidationTest, DeferGlobalVariableInitWithEmptyMain) TEST_F() function
1610 TEST_F(FragmentShaderValidationTest, NonIntegerIndex) TEST_F() function
1628 TEST_F(FragmentShaderValidationTest, DuplicatePrototypeESSL1) TEST_F() function
1647 TEST_F(FragmentShaderValidationTest, DuplicatePrototypeESSL3) TEST_F() function
1668 TEST_F(FragmentShaderValidationTest, LocalFunctionPrototype) TEST_F() function
1687 TEST_F(FragmentShaderValidationTest, ESSL300FragmentInvariantAll) TEST_F() function
1705 TEST_F(FragmentShaderValidationTest, ESSL100BuiltInFunctionOverload) TEST_F() function
1724 TEST_F(FragmentShaderValidationTest, ESSL300BuiltInFunctionOverload) TEST_F() function
1745 TEST_F(FragmentShaderValidationTest, CompoundMultiplyMatrixIdenticalNonSquareDimensions) TEST_F() function
1764 TEST_F(FragmentShaderValidationTest, CompoundMultiplyMatrixValidNonSquareDimensions) TEST_F() function
1783 TEST_F(FragmentShaderValidationTest, OutOfBoundsVectorSwizzle) TEST_F() function
1796 TEST_F(FragmentShaderValidationTest, DefineWithSemicolon) TEST_F() function
1808 TEST_F(FragmentShaderValidationTest, LineDirectiveUndefinedShift) TEST_F() function
1818 TEST_F(FragmentShaderValidationTest, LineDirectiveNegativeShift) TEST_F() function
1828 TEST_F(FragmentShaderValidationTest, MaxImageUnitsInES3Shader) TEST_F() function
1845 TEST_F(FragmentShaderValidationTest, StructCompoundAssignStruct) TEST_F() function
1864 TEST_F(FragmentShaderValidationTest, StructEqDifferentStruct) TEST_F() function
1885 TEST_F(ComputeShaderValidationTest, Version100) TEST_F() function
1898 TEST_F(ComputeShaderValidationTest, Version300) TEST_F() function
1914 TEST_F(ComputeShaderValidationTest, NoWorkGroupSizeSpecified) TEST_F() function
1928 TEST_F(ComputeShaderValidationTest, NoVariableDeclrationAfterWorkGroupSize) TEST_F() function
1947 TEST_F(ComputeShaderValidationTest, WorkGroupSizeTooSmallXdimension) TEST_F() function
1963 TEST_F(ComputeShaderValidationTest, WorkGroupSizeTooSmallZDimension) TEST_F() function
1979 TEST_F(ComputeShaderValidationTest, WorkGroupSizeTooBigXDimension) TEST_F() function
1995 TEST_F(ComputeShaderValidationTest, WorkGroupSizeTooBigYDimension) TEST_F() function
2011 TEST_F(ComputeShaderValidationTest, WorkGroupSizeTooBigZDimension) TEST_F() function
2026 TEST_F(ComputeShaderValidationTest, WorkGroupSizeMacro) TEST_F() function
2042 TEST_F(ComputeShaderValidationTest, WorkGroupSizeUnsignedInteger) TEST_F() function
2057 TEST_F(ComputeShaderValidationTest, WorkGroupSizeHexadecimal) TEST_F() function
2073 TEST_F(ComputeShaderValidationTest, WorkGroupSizeMinusOneHexadecimal) TEST_F() function
2088 TEST_F(ComputeShaderValidationTest, WorkGroupSizeOctal) TEST_F() function
2103 TEST_F(ComputeShaderValidationTest, WorkGroupSizeNegativeHexadecimal) TEST_F() function
2119 TEST_F(ComputeShaderValidationTest, DifferingLayoutQualifiers) TEST_F() function
2135 TEST_F(ComputeShaderValidationTest, MultipleInputVariablesDifferingLocalSize) TEST_F() function
2152 TEST_F(ComputeShaderValidationTest, MultipleInputVariablesDifferingLocalSize2) TEST_F() function
2169 TEST_F(ComputeShaderValidationTest, MultipleInputVariablesSameLocalSize) TEST_F() function
2187 TEST_F(ComputeShaderValidationTest, MultipleInputVariablesSameLocalSize2) TEST_F() function
2205 TEST_F(ComputeShaderValidationTest, MultipleInputVariablesSameLocalSize3) TEST_F() function
2222 TEST_F(ComputeShaderValidationTest, RowMajorInComputeInputLayout) TEST_F() function
2238 TEST_F(ComputeShaderValidationTest, UniformComputeInputLayout) TEST_F() function
2254 TEST_F(ComputeShaderValidationTest, UniformBufferComputeInputLayout) TEST_F() function
2270 TEST_F(ComputeShaderValidationTest, StructComputeInputLayout) TEST_F() function
2286 TEST_F(ComputeShaderValidationTest, StructBodyComputeInputLayout) TEST_F() function
2304 TEST_F(ComputeShaderValidationTest, TypeComputeInputLayout) TEST_F() function
2320 TEST_F(ComputeShaderValidationTest, InvalidOutStorageQualifier) TEST_F() function
2337 TEST_F(ComputeShaderValidationTest, InvalidOutStorageQualifier2) TEST_F() function
2354 TEST_F(ComputeShaderValidationTest, InvalidInStorageQualifier) TEST_F() function
2372 TEST_F(ComputeShaderValidationTest, InvalidInStorageQualifier2) TEST_F() function
2388 TEST_F(VertexShaderValidationTest, InvalidUseOfLocalSizeX) TEST_F() function
2406 TEST_F(FragmentShaderValidationTest, InvalidUseOfLocalSizeX) TEST_F() function
2424 TEST_F(GeometryShaderValidationTest, InvalidUseOfLocalSizeX) TEST_F() function
2473 TEST_F(ComputeShaderValidationTest, InvalidUsageOfWorkGroupSize) TEST_F() function
2489 TEST_F(ComputeShaderValidationTest, CorrectUsageOfComputeBuiltins) TEST_F() function
2512 TEST_F(ComputeShaderValidationTest, SpecialVariableNumWorkGroups) TEST_F() function
2528 TEST_F(ComputeShaderValidationTest, SpecialVariableWorkGroupID) TEST_F() function
2544 TEST_F(ComputeShaderValidationTest, SpecialVariableLocalInvocationID) TEST_F() function
2560 TEST_F(ComputeShaderValidationTest, SpecialVariableGlobalInvocationID) TEST_F() function
2576 TEST_F(ComputeShaderValidationTest, SpecialVariableLocalInvocationIndex) TEST_F() function
2592 TEST_F(ComputeShaderValidationTest, SpecialVariableWorkGroupSize) TEST_F() function
2608 TEST_F(FragmentShaderValidationTest, SamplerUnaryOperator) TEST_F() function
2625 TEST_F(ComputeShaderValidationTest, InvariantBlockSize) TEST_F() function
2640 TEST_F(FragmentShaderValidationTest, InvariantNonOuput) TEST_F() function
2656 TEST_F(FragmentShaderValidationTest, InvariantNonOuputEmptyDeclaration) TEST_F() function
2672 TEST_F(FragmentShaderValidationTest, InvariantDeclarationWithStorageQualifier) TEST_F() function
2689 TEST_F(FragmentShaderValidationTest, InvariantDeclarationWithPrecisionQualifier) TEST_F() function
2706 TEST_F(FragmentShaderValidationTest, InvariantDeclarationWithLayoutQualifier) TEST_F() function
2724 TEST_F(FragmentShaderValidationTest, VariableDeclarationWithInvariantAndLayoutQualifierESSL300) TEST_F() function
2741 TEST_F(FragmentShaderValidationTest, ShiftBy32) TEST_F() function
2767 TEST_F(FragmentShaderValidationTest, ShiftByNegative) TEST_F() function
2791 TEST_F(FragmentShaderValidationTest, EmptyDeclarationAsLoopInit) TEST_F() function
2812 TEST_F(FragmentShaderValidationTest, ImageR32FNoMemoryQualifier) TEST_F() function
2832 TEST_F(FragmentShaderValidationTest, ImageRGBA32FWithIncorrectMemoryQualifier) TEST_F() function
2851 TEST_F(FragmentShaderValidationTest, StoreInReadOnlyImage) TEST_F() function
2871 TEST_F(FragmentShaderValidationTest, LoadFromWriteOnlyImage) TEST_F() function
2892 TEST_F(FragmentShaderValidationTest, StoreInReadOnlyImageArray) TEST_F() function
2915 TEST_F(FragmentShaderValidationTest, StoreInReadOnlyImageInStruct) TEST_F() function
2936 TEST_F(FragmentShaderValidationTest, ValidImage3D) TEST_F() function
2955 TEST_F(FragmentShaderValidationTest, ValidImageCube) TEST_F() function
2974 TEST_F(FragmentShaderValidationTest, ValidImage2DArray) TEST_F() function
2994 TEST_F(FragmentShaderValidationTest, ImageLValueFunctionDefinitionInOut) TEST_F() function
3012 TEST_F(FragmentShaderValidationTest, ImageAssignment) TEST_F() function
3032 TEST_F(FragmentShaderValidationTest, ReadOnlyQualifierMissingInFunctionArgument) TEST_F() function
3053 TEST_F(FragmentShaderValidationTest, ReadOnlyQualifierMissingInFunctionArgumentArray) TEST_F() function
3076 TEST_F(FragmentShaderValidationTest, ReadOnlyQualifierMissingInFunctionArgumentStruct) TEST_F() function
3098 TEST_F(FragmentShaderValidationTest, WriteOnlyQualifierMissingInFunctionArgument) TEST_F() function
3119 TEST_F(FragmentShaderValidationTest, DiscardWriteonlyInFunctionBody) TEST_F() function
3140 TEST_F(FragmentShaderValidationTest, CorrectImageMemoryQualifierSpecified) TEST_F() function
3161 TEST_F(FragmentShaderValidationTest, CorrectImageMemoryQualifierSpecified2) TEST_F() function
3181 TEST_F(FragmentShaderValidationTest, ImageInStruct) TEST_F() function
3199 TEST_F(FragmentShaderValidationTest, ImageInInterfaceBlock) TEST_F() function
3216 TEST_F(FragmentShaderValidationTest, ReadonlyWithInterfaceBlock) TEST_F() function
3232 TEST_F(FragmentShaderValidationTest, ReadonlyWithInvariant) TEST_F() function
3249 TEST_F(FragmentShaderValidationTest, ReadonlyWithStructMember) TEST_F() function
3266 TEST_F(FragmentShaderValidationTest, ImageInternalFormatWithInterfaceBlock) TEST_F() function
3284 TEST_F(FragmentShaderValidationTest, ImageInternalFormatInGlobalLayoutQualifier) TEST_F() function
3302 TEST_F(FragmentShaderValidationTest, SamplerAsTernaryOperand) TEST_F() function
3322 TEST_F(FragmentShaderValidationTest, FloatDeclarationNoQualifiersNoPrecision) TEST_F() function
3338 TEST_F(FragmentShaderValidationTest, FloatDeclarationNoQualifiersNoPrecisionFunctionArg) TEST_F() function
3357 TEST_F(FragmentShaderValidationTest, IncorrectUnsizedArray) TEST_F() function
3378 TEST_F(FragmentShaderValidationTest, LogicalOpRHSIsBVec) TEST_F() function
3397 TEST_F(FragmentShaderValidationTest, UnsizedArrayConstructorNoParameters) TEST_F() function
3414 TEST_F(FragmentShaderValidationTest, CoherentQualifierMissingInFunctionArgument) TEST_F() function
3434 TEST_F(FragmentShaderValidationTest, VolatileQualifierMissingInFunctionArgument) TEST_F() function
3454 TEST_F(FragmentShaderValidationTest, RestrictQualifierDiscardedInFunctionArgument) TEST_F() function
3474 TEST_F(FragmentShaderValidationTest, OverqualifyingImageParameter) TEST_F() function
3494 TEST_F(ComputeShaderValidationTest, WorkGroupSizeAsArraySize) TEST_F() function
3513 TEST_F(VertexShaderValidationTest, VertexShaderSharedMemory) TEST_F() function
3531 TEST_F(FragmentShaderValidationTest, FragmentShaderSharedMemory) TEST_F() function
3548 TEST_F(ComputeShaderValidationTest, UniformSharedMemory) TEST_F() function
3565 TEST_F(ComputeShaderValidationTest, CorrectUsageOfSharedMemory) TEST_F() function
3584 TEST_F(ComputeShaderValidationTest, SharedVariableInitialization) TEST_F() function
3602 TEST_F(ComputeShaderValidationTest, SharedMemoryInFunctionBody) TEST_F() function
3622 TEST_F(ComputeShaderValidationTest, SharedMemoryInStruct) TEST_F() function
3641 TEST_F(ComputeShaderValidationTest, SharedMemoryInInterfaceBlock) TEST_F() function
3660 TEST_F(ComputeShaderValidationTest, SharedWithInvariant) TEST_F() function
3677 TEST_F(ComputeShaderValidationTest, SharedWithMemoryQualifier) TEST_F() function
3694 TEST_F(ComputeShaderValidationTest, SharedGlobalLayoutDeclaration) TEST_F() function
3712 TEST_F(FragmentShaderValidationTest, BuiltinESSL31FunctionDeclaredInESSL30Shader) TEST_F() function
3729 TEST_F(VertexShaderValidationTest, InvalidNumViews) TEST_F() function
3746 TEST_F(FragmentShaderValidationTest, InvalidUseOfMemoryBarrierShared) TEST_F() function
3763 TEST_F(FragmentShaderValidationTest, InvalidUseOfGroupMemoryBarrier) TEST_F() function
3780 TEST_F(ComputeShaderValidationTest, ValidUseOfBarrier) TEST_F() function
3797 TEST_F(FragmentShaderValidationTest, ValidUseOfMemoryBarrierImageInFragmentShader) TEST_F() function
3816 TEST_F(FragmentShaderValidationTest, Sampler2DMSInESSL300Shader) TEST_F() function
3831 TEST_F(FragmentShaderValidationTest, InvalidMainPrototypeParameters) TEST_F() function
3846 TEST_F(FragmentShaderValidationTest, VoidFieldStructUnsizedArrayEmptyConstructor) TEST_F() function
3860 TEST_F(FragmentShaderValidationTest, SamplerFieldStructUnsizedArrayEmptyConstructor) TEST_F() function
3874 TEST_F(VertexShaderValidationTest, InvalidArrayConstruction) TEST_F() function
3890 TEST_F(ComputeShaderValidationTest, CorrectImageBindingLayoutQualifier) TEST_F() function
3910 TEST_F(ComputeShaderValidationTest, IncorrectGlobalBindingLayoutQualifier) TEST_F() function
3924 TEST_F(ComputeShaderValidationTest, IncorrectStructFieldBindingLayoutQualifier) TEST_F() function
3944 TEST_F(FragmentShaderValidationTest, ImageBindingUnitNegative) TEST_F() function
3963 TEST_F(FragmentShaderValidationTest, ImageBindingUnitTooBig) TEST_F() function
3982 TEST_F(FragmentShaderValidationTest, NonOpaqueUniformBinding) TEST_F() function
4002 TEST_F(FragmentShaderValidationTest, SamplerUniformBinding) TEST_F() function
4022 TEST_F(FragmentShaderValidationTest, SamplerUniformBindingESSL300) TEST_F() function
4041 TEST_F(FragmentShaderValidationTest, ConstructStructContainingVoidArray) TEST_F() function
4065 TEST_F(FragmentShaderValidationTest, UniformLocationEmptyDeclaration) TEST_F() function
4080 TEST_F(FragmentShaderValidationTest, OpaqueParameterCanNotBeLValue) TEST_F() function
4098 TEST_F(FragmentShaderValidationTest, InvalidExpressionForSamplerOperands) TEST_F() function
4115 TEST_F(FragmentShaderValidationTest, InvalidInterfaceBlockBinaryExpression) TEST_F() function
4135 TEST_F(FragmentShaderValidationTest, InvalidInterfaceBlockUnaryExpression) TEST_F() function
4156 TEST_F(FragmentShaderValidationTest, InvalidInterfaceBlockTernaryExpression) TEST_F() function
4176 TEST_F(FragmentShaderValidationTest, BufferAndSharedAsIdentifierOnES3) TEST_F() function
4196 TEST_F(FragmentShaderValidationTest, StructAsBoolConstructorArgument) TEST_F() function
4218 TEST_F(ComputeShaderEnforcePackingValidationTest, MaxComputeUniformComponents) TEST_F() function
4249 TEST_F(FragmentShaderValidationTest, FunctionDeclaredWithReservedName) TEST_F() function
4267 TEST_F(FragmentShaderValidationTest, FunctionDefinedWithReservedName) TEST_F() function
4288 TEST_F(FragmentShaderValidationTest, InvalidOpsWithConstantOperandsDontAssert) TEST_F() function
4312 TEST_F(FragmentShaderValidationTest, CaseLabelsWithInvalidTypesDontAssert) TEST_F() function
4341 TEST_F(FragmentShaderValidationTest, ArrayAsIndex) TEST_F() function
4361 TEST_F(FragmentShaderValidationTest, ArrayAsArraySize) TEST_F() function
4381 TEST_F(VertexShaderValidationTest, InvalidUseOfInputPrimitives) TEST_F() function
4399 TEST_F(FragmentShaderValidationTest, InvalidUseOfInputPrimitives) TEST_F() function
4417 TEST_F(ComputeShaderValidationTest, InvalidUseOfInputPrimitives) TEST_F() function
4434 TEST_F(VertexShaderValidationTest, InvalidUseOfOutputPrimitives) TEST_F() function
4452 TEST_F(FragmentShaderValidationTest, InvalidUseOfOutputPrimitives) TEST_F() function
4470 TEST_F(VertexShaderValidationTest, InvalidUseOfInvocations) TEST_F() function
4488 TEST_F(FragmentShaderValidationTest, InvalidUseOfInvocations) TEST_F() function
4506 TEST_F(ComputeShaderValidationTest, InvalidUseOfInvocations) TEST_F() function
4522 TEST_F(VertexShaderValidationTest, InvalidUseOfMaxVertices) TEST_F() function
4540 TEST_F(FragmentShaderValidationTest, InvalidUseOfMaxVertices) TEST_F() function
4558 TEST_F(FragmentShaderValidationTest, RedefinedParamInFunctionHeader) TEST_F() function
4580 TEST_F(VertexShaderValidationTest, ViewportIndexInESSL310) TEST_F() function
4597 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, PrimitiveIDWithExtension) TEST_F() function
4618 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, PrimitiveIDWithoutExtension) TEST_F() function
4638 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, AssignValueToPrimitiveID) TEST_F() function
4658 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, LayerWithExtension) TEST_F() function
4679 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, LayerWithoutExtension) TEST_F() function
4699 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, AssignValueToLayer) TEST_F() function
4720 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, GeometryShaderBuiltInConstants) TEST_F() function
4761 TEST_F(FragmentShaderEXTGeometryShaderValidationTest, TEST_F() function
4801 TEST_F(VertexShaderValidationTest, InterfaceBlockUsingConstQualifier) TEST_F() function
4822 TEST_F(VertexShaderValidationTest, IOBlockWithoutExtension) TEST_F() function
4843 TEST_F(FragmentShaderValidationTest, IOBlockWithoutExtension) TEST_F() function
4866 TEST_F(FragmentShaderValidationTest, AssignValueToFlatIn) TEST_F() function
4886 TEST_F(FragmentShaderValidationTest, AssignValueToSmoothIn) TEST_F() function
4906 TEST_F(FragmentShaderValidationTest, AssignValueToCentroidIn) TEST_F() function
4926 TEST_F(FragmentShaderValidationTest, DynamicComponentTextureGather) TEST_F() function
4948 TEST_F(FragmentShaderValidationTest, TextureGatherNegativeComponent) TEST_F() function
4969 TEST_F(FragmentShaderValidationTest, TextureGatherTooGreatComponent) TEST_F() function
4989 TEST_F(FragmentShaderValidationTest, TextureGatherTooGreatOffset) TEST_F() function
5010 TEST_F(VertexShaderValidationTest, UseLocationOnVertexOutES30) TEST_F() function
5028 TEST_F(VertexShaderValidationTest, UseLocationOnVertexOutES31) TEST_F() function
5048 TEST_F(FragmentShaderValidationTest, UseLocationOnFragmentInES30) TEST_F() function
5067 TEST_F(FragmentShaderValidationTest, UseLocationOnFragmentInES31) TEST_F() function
5087 TEST_F(VertexShaderValidationTest, DeclareSameLocationOnVertexOut) TEST_F() function
5105 TEST_F(FragmentShaderValidationTest, DeclareSameLocationOnFragmentIn) TEST_F() function
5126 TEST_F(VertexShaderValidationTest, LocationConflictsnOnArrayElement) TEST_F() function
5145 TEST_F(VertexShaderValidationTest, LocationConflictsOnMatrixElement) TEST_F() function
5164 TEST_F(VertexShaderValidationTest, LocationConflictsOnStructElement) TEST_F() function
5188 TEST_F(VertexShaderValidationTest, AttributeLocationOutOfRange) TEST_F() function
5208 TEST_F(FragmentShaderValidationTest, SwitchFinalCaseHasEmptyBlock) TEST_F() function
5233 TEST_F(FragmentShaderValidationTest, SwitchFinalCaseHasEmptyDeclaration) TEST_F() function
5259 TEST_F(FragmentShaderValidationTest, SwitchFinalCaseEmptyESSL310) TEST_F() function
5283 TEST_F(FragmentShaderValidationTest, UnsizedInputs) TEST_F() function
5300 TEST_F(FragmentShaderValidationTest, UnsizedStructMember) TEST_F() function
5326 TEST_F(FragmentShaderValidationTest, UnsizedNamelessParameter) TEST_F() function
5348 TEST_F(FragmentShaderValidationTest, PartiallyUnsizedArrayOfArraysConstructor) TEST_F() function
5369 TEST_F(FragmentShaderValidationTest, DuplicateFieldNamesInStructDeclaratorList) TEST_F() function
5390 TEST_F(FragmentShaderValidationTest, EmptyStatementInSwitchBeforeFirstCase) TEST_F() function
5419 TEST_F(FragmentShaderValidationTest, NamelessStructDefinitionAsParameterType) TEST_F() function
5445 TEST_F(FragmentShaderValidationTest, NamedStructDefinitionAsParameterType) TEST_F() function
5471 TEST_F(FragmentShaderValidationTest, StructDefinitionAsTypeOfParameterWithoutName) TEST_F() function
5496 TEST_F(FragmentShaderValidationTest, UnsizedConstArray) TEST_F() function
5515 TEST_F(ComputeShaderValidationTest, AtomicAddWithSharedVariable) TEST_F() function
5535 TEST_F(ComputeShaderValidationTest, AtomicAddWithSharedVariableArray) TEST_F() function
5555 TEST_F(ComputeShaderValidationTest, AtomicAddWithSharedVariableVector) TEST_F() function
5575 TEST_F(FragmentShaderValidationTest, AtomicAddWithBufferVariable) TEST_F() function
5597 TEST_F(FragmentShaderValidationTest, AtomicAddWithBufferVariableArrayElement) TEST_F() function
5619 TEST_F(FragmentShaderValidationTest, AtomicAddWithBufferVariableInBlockInstance) TEST_F() function
5641 TEST_F(FragmentShaderValidationTest, AtomicAddWithBufferVariableInBlockInstanceArray) TEST_F() function
5663 TEST_F(FragmentShaderValidationTest, AtomicAddWithElementOfArrayInBlockInstance) TEST_F() function
5685 TEST_F(FragmentShaderValidationTest, AtomicAddWithAtomicCounter) TEST_F() function
5705 TEST_F(FragmentShaderValidationTest, AtomicAddWithAtomicCounterArray) TEST_F() function
5725 TEST_F(FragmentShaderValidationTest, AtomicAddWithNonStorageVariable) TEST_F() function
5744 TEST_F(FragmentShaderValidationTest, AtomicAddWithSwizzle) TEST_F() function
5766 TEST_F(FragmentShaderValidationTest, AtomicAddWithNonIndexNonSwizzleExpression) TEST_F() function
5787 TEST_F(FragmentShaderValidationTest, MatrixNegativeIndex) TEST_F() function
5806 TEST_F(FragmentShaderValidationTest, AssignConstantFoldedFromNonConstantTernaryToGlobal) TEST_F() function
5829 TEST_F(FragmentShaderValidationTest, TEST_F() function
5855 TEST_F(WebGL1FragmentShaderValidationTest, StructNestingLimitWithNestedStructDefinitions) TEST_F() function
5893 TEST_F(FragmentShaderValidationTest, CommaReturnsNonConstant) TEST_F() function
5914 TEST_F(FragmentShaderValidationTest, TEST_F() function
5934 TEST_F(FragmentShaderValidationTest, ConstantInitializerTypeMismatch) TEST_F() function
5955 TEST_F(FragmentShaderValidationTest, RedeclaringBuiltIn) TEST_F() function
5975 TEST_F(FragmentShaderValidationTest, RedeclaringBuiltInFromAnotherShaderStage) TEST_F() function
5994 TEST_F(FragmentShaderValidationTest, ESSL300StandardDerivatives) TEST_F() function
6017 TEST_F(FragmentShaderValidationTest, GlPosition) TEST_F() function
6037 TEST_F(FragmentShaderValidationTest, GlLocalInvocationID) TEST_F() function
6055 TEST_F(VertexShaderValidationTest, GlFragCoord) TEST_F() function
6072 TEST_F(VertexShaderValidationTest, LValueRepeatedSwizzle) TEST_F() function
6099 TEST_F(VertexShaderValidationTest, LValueSwizzleDuplicateComponents) TEST_F() function
6118 TEST_F(FragmentShaderValidationTest, HandleIfInnerIfStatementAlwaysTriviallyPruned) TEST_F() function
6136 TEST_F(FragmentShaderValidationTest, HandleLoopInnerIfStatementAlwaysTriviallyPruned) TEST_F() function
6155 TEST_F(FragmentShaderValidationTest, DeclareBothBuiltInFragmentOutputsInvariant) TEST_F() function
6174 TEST_F(FragmentShaderValidationTest, CaseInsideBlock) TEST_F() function
6201 TEST_F(FragmentShaderValidationTest, ValueFromConstantArrayAsCaseLabel) TEST_F() function
6228 TEST_F(FragmentShaderValidationTest, ValueFromConstantArrayAsFragmentOutputIndex) TEST_F() function
6248 TEST_F(FragmentShaderValidationTest, ValueFromConstantArrayAsArraySize) TEST_F() function
6269 TEST_F(FragmentShaderValidationTest, InvalidStructWithVoidFieldsInComma) TEST_F() function
6288 TEST_F(FragmentShaderValidationTest, ValidEarlyFragmentTests) TEST_F() function
6306 TEST_F(FragmentShaderValidationTest, InvalidValueForEarlyFragmentTests) TEST_F() function
6324 TEST_F(FragmentShaderValidationTest, InvalidEarlyFragmentTestsOnVariableDecl) TEST_F() function
6342 TEST_F(VertexShaderValidationTest, InvalidEarlyFragmentTests) TEST_F() function
6358 TEST_F(ComputeShaderValidationTest, InvalidEarlyFragmentTests) TEST_F() function
6372 TEST_F(FragmentShaderValidationTest, NothingButEarlyFragmentTestsWithInWithoutVariableDecl) TEST_F() function
[all...]
H A DConstantFolding_test.cpp16 TEST_F(ConstantFoldingExpressionTest, FoldFloatTestCheck) in TEST_F() function
25 TEST_F(ConstantFoldingTest, FoldIntegerAdd) in TEST_F() function
41 TEST_F(ConstantFoldingTest, FoldIntegerSub) in TEST_F() function
57 TEST_F(ConstantFoldingTest, FoldIntegerMul) in TEST_F() function
73 TEST_F(ConstantFoldingTest, FoldIntegerDiv) in TEST_F() function
90 TEST_F(ConstantFoldingTest, FoldIntegerModulus) in TEST_F() function
106 TEST_F(ConstantFoldingTest, FoldVectorCrossProduct) in TEST_F() function
135 TEST_F(ConstantFoldingTest, Fold2x2MatrixInverse) in TEST_F() function
158 TEST_F(ConstantFoldingTest, Fold3x3MatrixInverse) in TEST_F() function
185 TEST_F(ConstantFoldingTes function
218 TEST_F(ConstantFoldingTest, Fold2x2MatrixDeterminant) TEST_F() function
237 TEST_F(ConstantFoldingTest, Fold3x3MatrixDeterminant) TEST_F() function
257 TEST_F(ConstantFoldingTest, Fold4x4MatrixDeterminant) TEST_F() function
280 TEST_F(ConstantFoldingTest, Fold3x3MatrixTranspose) TEST_F() function
306 TEST_F(ConstantFoldingTest, ParseWrappedHexIntLiteral) TEST_F() function
325 TEST_F(ConstantFoldingTest, ParseWrappedDecimalIntLiteral) TEST_F() function
344 TEST_F(ConstantFoldingTest, ParseMaxUintLiteral) TEST_F() function
363 TEST_F(ConstantFoldingTest, FoldUnaryMinusOnUintLiteral) TEST_F() function
380 TEST_F(ConstantFoldingTest, FoldMat2ConstructorTakingMat2) TEST_F() function
397 TEST_F(ConstantFoldingTest, FoldMat2ConstructorTakingScalar) TEST_F() function
414 TEST_F(ConstantFoldingTest, FoldMat2ConstructorTakingMix) TEST_F() function
431 TEST_F(ConstantFoldingTest, FoldMat2ConstructorTakingMat3) TEST_F() function
448 TEST_F(ConstantFoldingTest, FoldMat4x3ConstructorTakingMat3x2) TEST_F() function
470 TEST_F(ConstantFoldingTest, FoldMat2ConstructorTakingVec4) TEST_F() function
487 TEST_F(ConstantFoldingTest, FoldNestedDifferentStructEqualityComparison) TEST_F() function
510 TEST_F(ConstantFoldingTest, FoldNestedIdenticalStructEqualityComparison) TEST_F() function
534 TEST_F(ConstantFoldingTest, FoldNonSquareMatrixIndexing) TEST_F() function
551 TEST_F(ConstantFoldingTest, FoldNonSquareOuterProduct) TEST_F() function
576 TEST_F(ConstantFoldingTest, FoldBitShiftLeftDifferentSignedness) TEST_F() function
592 TEST_F(ConstantFoldingTest, FoldBitShiftRightDifferentSignedness) TEST_F() function
609 TEST_F(ConstantFoldingTest, FoldBitShiftRightExtendSignBit) TEST_F() function
630 TEST_F(ConstantFoldingTest, FoldBitShiftLeftInterpretedAsBitPattern) TEST_F() function
650 TEST_F(ConstantFoldingTest, FoldDivideMinimumIntegerByMinusOne) TEST_F() function
670 TEST_F(ConstantFoldingTest, FoldUnsignedIntegerAddOverflow) TEST_F() function
690 TEST_F(ConstantFoldingTest, FoldSignedIntegerAddOverflow) TEST_F() function
710 TEST_F(ConstantFoldingTest, FoldUnsignedIntegerDiffOverflow) TEST_F() function
730 TEST_F(ConstantFoldingTest, FoldSignedIntegerDiffOverflow) TEST_F() function
750 TEST_F(ConstantFoldingTest, FoldUnsignedIntegerMultiplyOverflow) TEST_F() function
770 TEST_F(ConstantFoldingTest, FoldSignedIntegerMultiplyOverflow) TEST_F() function
791 TEST_F(ConstantFoldingTest, FoldMinimumSignedIntegerNegation) TEST_F() function
808 TEST_F(ConstantFoldingTest, FoldMinimumSignedIntegerRightShift) TEST_F() function
826 TEST_F(ConstantFoldingTest, FoldShiftByZero) TEST_F() function
849 TEST_F(ConstantFoldingTest, FoldIsInfOutOfRangeFloatLiteral) TEST_F() function
865 TEST_F(ConstantFoldingTest, VoidStructMember) TEST_F() function
875 TEST_F(ConstantFoldingExpressionTest, FoldTooSmallFloat) TEST_F() function
885 TEST_F(ConstantFoldingExpressionTest, FoldRadiansInfinity) TEST_F() function
895 TEST_F(ConstantFoldingExpressionTest, FoldDegreesInfinity) TEST_F() function
904 TEST_F(ConstantFoldingExpressionTest, FoldSinhInfinity) TEST_F() function
913 TEST_F(ConstantFoldingExpressionTest, FoldSinhNegativeInfinity) TEST_F() function
922 TEST_F(ConstantFoldingExpressionTest, FoldCoshInfinity) TEST_F() function
931 TEST_F(ConstantFoldingExpressionTest, FoldCoshNegativeInfinity) TEST_F() function
940 TEST_F(ConstantFoldingExpressionTest, FoldAsinhInfinity) TEST_F() function
949 TEST_F(ConstantFoldingExpressionTest, FoldAsinhNegativeInfinity) TEST_F() function
958 TEST_F(ConstantFoldingExpressionTest, FoldAcoshInfinity) TEST_F() function
967 TEST_F(ConstantFoldingExpressionTest, FoldPowInfinity) TEST_F() function
976 TEST_F(ConstantFoldingExpressionTest, FoldExpInfinity) TEST_F() function
985 TEST_F(ConstantFoldingExpressionTest, FoldExpNegativeInfinity) TEST_F() function
994 TEST_F(ConstantFoldingExpressionTest, FoldLogInfinity) TEST_F() function
1003 TEST_F(ConstantFoldingExpressionTest, FoldExp2Infinity) TEST_F() function
1012 TEST_F(ConstantFoldingExpressionTest, FoldExp2NegativeInfinity) TEST_F() function
1021 TEST_F(ConstantFoldingExpressionTest, FoldLog2Infinity) TEST_F() function
1031 TEST_F(ConstantFoldingExpressionTest, FoldSqrtInfinity) TEST_F() function
1040 TEST_F(ConstantFoldingExpressionTest, FoldInversesqrtInfinity) TEST_F() function
1050 TEST_F(ConstantFoldingExpressionTest, FoldLengthInfinity) TEST_F() function
1060 TEST_F(ConstantFoldingExpressionTest, FoldDotInfinity) TEST_F() function
1070 TEST_F(ConstantFoldingExpressionTest, FoldDotInfinity2) TEST_F() function
1079 TEST_F(ConstantFoldingExpressionTest, FoldFaceForwardInfinity) TEST_F() function
1088 TEST_F(ConstantFoldingExpressionTest, FoldFaceForwardInfinity2) TEST_F() function
1097 TEST_F(ConstantFoldingExpressionTest, FoldInfinityMinusFinite) TEST_F() function
1106 TEST_F(ConstantFoldingExpressionTest, FoldMinusInfinityPlusFinite) TEST_F() function
1115 TEST_F(ConstantFoldingExpressionTest, FoldInfinityMultipliedByFinite) TEST_F() function
1124 TEST_F(ConstantFoldingExpressionTest, FoldInfinityMultipliedByInfinity) TEST_F() function
1133 TEST_F(ConstantFoldingExpressionTest, FoldInfinityMultipliedByNegativeInfinity) TEST_F() function
1144 TEST_F(ConstantFoldingExpressionTest, FoldDivideByNegativeZero) TEST_F() function
1154 TEST_F(ConstantFoldingExpressionTest, FoldInfinityDividedByZero) TEST_F() function
1164 TEST_F(ConstantFoldingExpressionTest, FoldMinusInfinityDividedByZero) TEST_F() function
1174 TEST_F(ConstantFoldingExpressionTest, FoldDivideByInfinity) TEST_F() function
1182 TEST_F(ConstantFoldingExpressionTest, FoldUnsignedBitfieldExtract) TEST_F() function
1190 TEST_F(ConstantFoldingExpressionTest, FoldUnsignedBitfieldExtract32Bits) TEST_F() function
1199 TEST_F(ConstantFoldingExpressionTest, FoldSignedBitfieldExtract) TEST_F() function
1208 TEST_F(ConstantFoldingExpressionTest, FoldBitfieldInsert) TEST_F() function
1216 TEST_F(ConstantFoldingExpressionTest, FoldBitfieldInsert32Bits) TEST_F() function
1224 TEST_F(ConstantFoldingExpressionTest, FoldBitfieldReverse) TEST_F() function
1234 TEST_F(ConstantFoldingExpressionTest, FoldBitCount) TEST_F() function
1242 TEST_F(ConstantFoldingExpressionTest, FoldFindLSB) TEST_F() function
1250 TEST_F(ConstantFoldingExpressionTest, FoldFindLSBZero) TEST_F() function
1258 TEST_F(ConstantFoldingExpressionTest, FoldFindMSB) TEST_F() function
1266 TEST_F(ConstantFoldingExpressionTest, FoldFindMSBZero) TEST_F() function
1275 TEST_F(ConstantFoldingExpressionTest, FoldFindMSBNegativeInt) TEST_F() function
1283 TEST_F(ConstantFoldingExpressionTest, FoldFindMSBMinusOne) TEST_F() function
1291 TEST_F(ConstantFoldingExpressionTest, FoldPackUnorm4x8Zero) TEST_F() function
1299 TEST_F(ConstantFoldingExpressionTest, FoldPackUnorm4x8One) TEST_F() function
1307 TEST_F(ConstantFoldingExpressionTest, FoldPackSnorm4x8Zero) TEST_F() function
1315 TEST_F(ConstantFoldingExpressionTest, FoldPackSnorm4x8One) TEST_F() function
1323 TEST_F(ConstantFoldingExpressionTest, FoldPackSnorm4x8MinusOne) TEST_F() function
1331 TEST_F(ConstantFoldingExpressionTest, FoldUnpackSnorm4x8Clamp) TEST_F() function
1339 TEST_F(ConstantFoldingExpressionTest, FoldUnpackUnorm4x8) TEST_F() function
1347 TEST_F(ConstantFoldingExpressionTest, FoldLdexp) TEST_F() function
1355 TEST_F(ConstantFoldingTest, FoldTernary) TEST_F() function
1372 TEST_F(ConstantFoldingTest, FoldTernaryInsideExpression) TEST_F() function
1389 TEST_F(ConstantFoldingExpressionTest, FoldArrayConstructorIndexing) TEST_F() function
1399 TEST_F(ConstantFoldingExpressionTest, FoldArrayOfArraysConstructorIndexing) TEST_F() function
1410 TEST_F(ConstantFoldingTest, FoldNamedArrayIndexing) TEST_F() function
1431 TEST_F(ConstantFoldingTest, FoldNamedArrayOfArraysIndexing) TEST_F() function
1454 TEST_F(ConstantFoldingTest, FoldArrayConstructorIndexingWithMixedArguments) TEST_F() function
1472 TEST_F(ConstantFoldingTest, CantFoldArrayConstructorIndexingWithSideEffects) TEST_F() function
1491 TEST_F(ConstantFoldingTest, FoldArrayConstructorEquality) TEST_F() function
1508 TEST_F(ConstantFoldingExpressionTest, FoldNamedArrayEquality) TEST_F() function
1527 TEST_F(ConstantFoldingTest, FoldArrayOfArraysConstructorEquality) TEST_F() function
1546 TEST_F(ConstantFoldingExpressionTest, FoldNegativeFloatToUint) TEST_F() function
1556 TEST_F(ConstantFoldingExpressionTest, FoldNegativeFloatToUvec) TEST_F() function
1566 TEST_F(ConstantFoldingExpressionTest, NegativeFloatInsideUvecConstructorButOutOfRange) TEST_F() function
1574 TEST_F(ConstantFoldingExpressionTest, LargeFloatToUint) TEST_F() function
1583 TEST_F(ConstantFoldingExpressionTest, IntegerModulusNegativeDividend) TEST_F() function
1591 TEST_F(ConstantFoldingExpressionTest, IntegerModulusNegativeDivisor) TEST_F() function
[all...]
H A DMSLOutput_test.cpp32 TEST_F(MSLOutputTest, DynamicIndexingOfVectorOnRightSideOfLogicalOr) in TEST_F() function
47 TEST_F(MSLOutputTest, ArrayConstructorStatement) in TEST_F() function
62 TEST_F(MSLOutputTest, ArrayOfArraysStatement) in TEST_F() function
78 TEST_F(MSLOutputTest, VectorDynamicIndexing) in TEST_F() function
96 TEST_F(MSLOutputTest, ArrayReturnValue) in TEST_F() function
118 TEST_F(MSLOutputTest, ParameterWithNoName) in TEST_F() function
136 TEST_F(MSLOutputTest, Macro) in TEST_F() function
153 TEST_F(MSLOutputTest, UniformSimple) in TEST_F() function
169 TEST_F(MSLOutputTest, FragmentOutSimple) in TEST_F() function
184 TEST_F(MSLOutputTes function
209 TEST_F(MSLOutputTest, FragmentOutIndirect2) TEST_F() function
236 TEST_F(MSLOutputTest, FragmentOutIndirect3) TEST_F() function
272 TEST_F(MSLOutputTest, VertexInOut) TEST_F() function
286 TEST_F(MSLOutputTest, SymbolSharing) TEST_F() function
317 TEST_F(MSLOutputTest, StructDecl) TEST_F() function
338 TEST_F(MSLOutputTest, Structs) TEST_F() function
387 TEST_F(MSLOutputTest, KeywordConflict) TEST_F() function
422 TEST_F(MSLVertexOutputTest, Vertex) TEST_F() function
434 TEST_F(MSLVertexOutputTest, LastReturn) TEST_F() function
451 TEST_F(MSLOutputTest, LastReturn) TEST_F() function
466 TEST_F(MSLOutputTest, FragColor) TEST_F() function
476 TEST_F(MSLOutputTest, MatrixIn) TEST_F() function
493 TEST_F(MSLOutputTest, WhileTrue) TEST_F() function
513 TEST_F(MSLOutputTest, ForTrue) TEST_F() function
533 TEST_F(MSLOutputTest, ForEmpty) TEST_F() function
553 TEST_F(MSLOutputTest, ForComplex) TEST_F() function
574 TEST_F(MSLOutputTest, ForSymbol) TEST_F() function
595 TEST_F(MSLOutputTest, DoWhileSymbol) TEST_F() function
615 TEST_F(MSLOutputTest, AnonymousStruct) TEST_F() function
[all...]
H A DQualificationOrder_test.cpp40 TEST_F(QualificationOrderFragmentShaderTest, RepeatingCentroid) in TEST_F() function
56 TEST_F(QualificationOrderFragmentShaderTest, RepeatingUniforms) in TEST_F() function
72 TEST_F(QualificationOrderFragmentShaderTest, RepeatingVaryings) in TEST_F() function
87 TEST_F(QualificationOrderFragmentShaderTest, WrongOrderQualifiers) in TEST_F() function
103 TEST_F(QualificationOrderVertexShaderTest, WrongOrderCentroidOut) in TEST_F() function
122 TEST_F(QualificationOrderFragmentShaderTest, WrongOrderCentroidIn) in TEST_F() function
140 TEST_F(QualificationOrderFragmentShaderTest, WrongOrderTypeStorage) in TEST_F() function
158 TEST_F(QualificationOrderFragmentShaderTest, RepeatingDifferentStorageQualifiers) in TEST_F() function
176 TEST_F(QualificationOrderFragmentShaderTest, RepeatingLayoutQualifiers) in TEST_F() function
194 TEST_F(QualificationOrderFragmentShaderTes function
212 TEST_F(QualificationOrderVertexShaderTest, RepeatingAttributes) TEST_F() function
228 TEST_F(QualificationOrderVertexShaderTest, VaryingInvariantWrongOrder) TEST_F() function
246 TEST_F(QualificationOrderVertexShaderTest, AttributeVaryingMix) TEST_F() function
262 TEST_F(QualificationOrderVertexShaderTest, VaryingAttributeMix) TEST_F() function
277 TEST_F(QualificationOrderVertexShaderTest, RepeatingInterpolationQualifiers) TEST_F() function
297 TEST_F(QualificationOrderVertexShaderTest, WrongOrderInterpolationStorageQualifiers) TEST_F() function
316 TEST_F(QualificationOrderVertexShaderTest, WrongOrderInvariantInterpolationStorageQualifiers) TEST_F() function
335 TEST_F(QualificationOrderVertexShaderTest, WrongOrderInvariantNotFirst) TEST_F() function
354 TEST_F(QualificationOrderVertexShaderTest, WrongOrderPrecision) TEST_F() function
373 TEST_F(QualificationOrderVertexShaderTest, RepeatingInQualifier) TEST_F() function
390 TEST_F(QualificationOrderVertexShaderTest, RepeatingAttributeQualifier) TEST_F() function
406 TEST_F(QualificationOrderVertexShaderTest, InvariantVertexInput) TEST_F() function
422 TEST_F(QualificationOrderFragmentShaderTest, InvalidFunctionParametersInvariant) TEST_F() function
442 TEST_F(QualificationOrderFragmentShaderTest, InvalidFunctionParametersAttribute) TEST_F() function
462 TEST_F(QualificationOrderFragmentShaderTest, InvalidFunctionParametersVarying) TEST_F() function
482 TEST_F(QualificationOrderFragmentShaderTest, InvalidFunctionParametersLayout) TEST_F() function
504 TEST_F(QualificationOrderFragmentShaderTest, InvalidFunctionParametersCentroidIn) TEST_F() function
526 TEST_F(QualificationOrderFragmentShaderTest, InvalidFunctionParametersFlatIn) TEST_F() function
549 TEST_F(QualificationOrderFragmentShaderTest, TwoOutputLocations) TEST_F() function
[all...]
H A DBufferVariables_test.cpp45 TEST_F(BufferVariablesTest, BasicShaderStorageBlockDeclaration) in TEST_F() function
63 TEST_F(BufferVariablesTest, LayoutQualifiersDeclaredInGlobal) in TEST_F() function
78 TEST_F(BufferVariablesTest, ShaderStorageBlockWithMemoryQualifier) in TEST_F() function
96 TEST_F(BufferVariablesTest, BufferVariablesWithMemoryQualifier) in TEST_F() function
115 TEST_F(BufferVariablesTest, DeclareBufferVariableAtGlobal) in TEST_F() function
130 TEST_F(BufferVariablesTest, BufferVariableWithOpaqueType) in TEST_F() function
148 TEST_F(BufferVariablesTest, UniformVariableInShaderStorageBlock) in TEST_F() function
165 TEST_F(BufferVariablesTest, BufferQualifierInESSL3) in TEST_F() function
183 TEST_F(BufferVariablesTest, AssignToReadonlyBufferVariable) in TEST_F() function
201 TEST_F(BufferVariablesTes function
219 TEST_F(BufferVariablesTest, AssignToReadonlyBufferVariableByInstanceName) TEST_F() function
237 TEST_F(BufferVariablesTest, AssignToReadonlyStructBufferVariable) TEST_F() function
258 TEST_F(BufferVariablesTest, AssignToReadonlyStructBufferVariableByInstanceName) TEST_F() function
279 TEST_F(BufferVariablesTest, AccessReadonlyWriteonlyBufferVariable) TEST_F() function
298 TEST_F(BufferVariablesTest, AccessWriteonlyBufferVariable) TEST_F() function
316 TEST_F(BufferVariablesTest, AccessReadonlyBufferVariableByInstanceName) TEST_F() function
335 TEST_F(BufferVariablesTest, AccessWriteonlyBufferVariableByInstanceName) TEST_F() function
353 TEST_F(BufferVariablesTest, UnaryOperatorWithWriteonlyBufferVariable) TEST_F() function
371 TEST_F(BufferVariablesTest, CompoundAssignmentToWriteonlyBufferVariable) TEST_F() function
389 TEST_F(BufferVariablesTest, TernarySelectionWithWriteonlyBufferVariable) TEST_F() function
407 TEST_F(BufferVariablesTest, ArrayConstructorWithWriteonlyBufferVariable) TEST_F() function
425 TEST_F(BufferVariablesTest, StructureConstructorWithWriteonlyBufferVariable) TEST_F() function
449 TEST_F(BufferVariablesTest, BuildInFunctionWithWriteonlyBufferVariable) TEST_F() function
467 TEST_F(BufferVariablesTest, UserDefinedFunctionWithReadonlyBufferVariableInArgument) TEST_F() function
486 TEST_F(BufferVariablesTest, UserDefinedFunctionWithWriteonlyBufferVariableInArgument) TEST_F() function
505 TEST_F(BufferVariablesTest, UserDefinedFunctionWithWriteonlyBufferVariableOutArgument) TEST_F() function
524 TEST_F(BufferVariablesTest, UserDefinedFunctionWithReadonlyBufferVariableOutArgument) TEST_F() function
543 TEST_F(BufferVariablesTest, BufferQualifierOnFunctionParameter) TEST_F() function
558 TEST_F(BufferVariablesTest, ShaderStorageBlockWithStd430) TEST_F() function
576 TEST_F(BufferVariablesTest, UniformBlockWithStd430) TEST_F() function
594 TEST_F(BufferVariablesTest, IndexRuntimeSizedArray) TEST_F() function
615 TEST_F(BufferVariablesTest, IndexRuntimeSizedArrayWithNegativeIndex) TEST_F() function
636 TEST_F(BufferVariablesTest, RuntimeSizedVariableInNotLastInBuffer) TEST_F() function
657 TEST_F(BufferVariablesMatchTest, MemoryQualifiers) TEST_F() function
[all...]
H A DGeometryShader_test.cpp125 TEST_F(GeometryShaderTest, Version300) in TEST_F() function
141 TEST_F(GeometryShaderTest, Version310WithoutExtension) in TEST_F() function
157 TEST_F(GeometryShaderTest, Version310ExtensionDisabled) in TEST_F() function
173 TEST_F(GeometryShaderTest, Version310WithEXTExtension) in TEST_F() function
192 TEST_F(GeometryShaderTest, NoInputPrimitives) in TEST_F() function
211 TEST_F(GeometryShaderTest, ValidInputPrimitives) in TEST_F() function
232 TEST_F(GeometryShaderTest, RedeclareInputPrimitives) in TEST_F() function
259 TEST_F(GeometryShaderTest, DeclareDifferentInputPrimitivesInOneLayout) in TEST_F() function
277 TEST_F(GeometryShaderTest, InvocationsLessThanOne) in TEST_F() function
296 TEST_F(GeometryShaderTes function
314 TEST_F(GeometryShaderTest, InvocationsEqualsOneInSeparatedLayout) TEST_F() function
334 TEST_F(GeometryShaderTest, TooLargeInvocations) TEST_F() function
352 TEST_F(GeometryShaderTest, InvocationsDeclaredWithInputPrimitives) TEST_F() function
370 TEST_F(GeometryShaderTest, InvocationsBeforeInputPrimitives) TEST_F() function
388 TEST_F(GeometryShaderTest, InvocationsInIndividualLayout) TEST_F() function
407 TEST_F(GeometryShaderTest, DuplicatedInvocations) TEST_F() function
427 TEST_F(GeometryShaderTest, RedeclareDifferentInvocations) TEST_F() function
447 TEST_F(GeometryShaderTest, RedeclareDifferentInvocationsAfterInvocationEqualsOne) TEST_F() function
466 TEST_F(GeometryShaderTest, RedeclareDifferentInvocationsInOneLayout) TEST_F() function
484 TEST_F(GeometryShaderTest, DeclareInvocationsInOutLayout) TEST_F() function
502 TEST_F(GeometryShaderTest, DeclareInvocationsInLayoutNoQualifier) TEST_F() function
521 TEST_F(GeometryShaderTest, DeclareOutputPrimitiveBeforeInputPrimitiveDeclare) TEST_F() function
539 TEST_F(GeometryShaderTest, DeclareMaxVerticesBeforeOutputPrimitive) TEST_F() function
558 TEST_F(GeometryShaderTest, NoOutputPrimitives) TEST_F() function
578 TEST_F(GeometryShaderTest, ValidateOutputPrimitives) TEST_F() function
599 TEST_F(GeometryShaderTest, RedeclareOutputPrimitives) TEST_F() function
627 TEST_F(GeometryShaderTest, RedeclareDifferentOutputPrimitivesInOneLayout) TEST_F() function
646 TEST_F(GeometryShaderTest, NoOutLayouts) TEST_F() function
664 TEST_F(GeometryShaderTest, NoMaxVertices) TEST_F() function
682 TEST_F(GeometryShaderTest, NegativeMaxVertices) TEST_F() function
700 TEST_F(GeometryShaderTest, ZeroMaxVertices) TEST_F() function
719 TEST_F(GeometryShaderTest, TooLargeMaxVertices) TEST_F() function
737 TEST_F(GeometryShaderTest, MaxVerticesInIndividualLayout) TEST_F() function
756 TEST_F(GeometryShaderTest, DuplicatedMaxVertices) TEST_F() function
775 TEST_F(GeometryShaderTest, RedeclareDifferentMaxVertices) TEST_F() function
794 TEST_F(GeometryShaderTest, RedeclareDifferentMaxVerticesInOneLayout) TEST_F() function
812 TEST_F(GeometryShaderTest, InvalidLocation) TEST_F() function
860 TEST_F(GeometryShaderTest, InvalidLayoutQualifiers) TEST_F() function
907 TEST_F(GeometryShaderTest, IndexGLInByConstantInteger) TEST_F() function
927 TEST_F(GeometryShaderTest, IndexGLInByVariable) TEST_F() function
951 TEST_F(GeometryShaderTest, IndexGLInWithoutInputPrimitive) TEST_F() function
969 TEST_F(GeometryShaderTest, UseGLInLengthWithoutInputPrimitive) TEST_F() function
987 TEST_F(GeometryShaderTest, UseGLInLengthWithInputPrimitive) TEST_F() function
1007 TEST_F(GeometryShaderTest, AssignValueToGLIn) TEST_F() function
1025 TEST_F(GeometryShaderTest, BuiltInVariables) TEST_F() function
1047 TEST_F(GeometryShaderTest, AssignValueToGLPrimitiveIn) TEST_F() function
1065 TEST_F(GeometryShaderTest, AssignValueToGLInvocations) TEST_F() function
1083 TEST_F(GeometryShaderTest, GeometryShaderBuiltInFunctions) TEST_F() function
1105 TEST_F(GeometryShaderTest, GeometryShaderBuiltInFunctionsWithoutExtension) TEST_F() function
1128 TEST_F(GeometryShaderTest, GeometryShaderBuiltInConstants) TEST_F() function
1169 TEST_F(GeometryShaderTest, GeometryShaderBuiltInConstantsWithoutExtension) TEST_F() function
1205 TEST_F(GeometryShaderTest, NonArrayInput) TEST_F() function
1225 TEST_F(GeometryShaderTest, DeclareUnsizedInputBeforeInputPrimitive) TEST_F() function
1260 TEST_F(GeometryShaderTest, DeclareUnsizedInputWithoutInputPrimitive) TEST_F() function
1289 TEST_F(GeometryShaderTest, IndexingUnsizedInputDeclaredAfterInputPrimitive) TEST_F() function
1312 TEST_F(GeometryShaderTest, CallingLengthOnUnsizedInputDeclaredAfterInputPrimitive) TEST_F() function
1333 TEST_F(GeometryShaderTest, AssignValueToInput) TEST_F() function
1353 TEST_F(GeometryShaderTest, InputWithLocations) TEST_F() function
1379 TEST_F(GeometryShaderTest, InputWithSizeBeforeInputPrimitive) TEST_F() function
1405 TEST_F(GeometryShaderTest, InputWithSizeAfterInputPrimitive) TEST_F() function
1428 TEST_F(GeometryShaderTest, NonArrayOutputs) TEST_F() function
1447 TEST_F(GeometryShaderTest, OutputsWithLocation) TEST_F() function
1469 TEST_F(GeometryShaderTest, SizedArrayOutputs) TEST_F() function
1490 TEST_F(GeometryShaderTest, UnsizedArrayOutputs) TEST_F() function
1509 TEST_F(GeometryShaderTest, InputWithInterpolationQualifiers) TEST_F() function
1525 TEST_F(GeometryShaderTest, OutputWithInterpolationQualifiers) TEST_F() function
1541 TEST_F(GeometryShaderTest, InvariantOutput) TEST_F() function
1561 TEST_F(GeometryShaderOutputCodeTest, ValidateGLInMembersInOutputShaderString) TEST_F() function
1596 TEST_F(GeometryShaderTest, StructArrayInput) TEST_F() function
1622 TEST_F(GeometryShaderTest, StructArrayOutput) TEST_F() function
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dupgrade_memory_model_test.cpp26 TEST_F(UpgradeMemoryModelTest, InvalidMemoryModelOpenCL) { in TEST_F() function
37 TEST_F(UpgradeMemoryModelTest, InvalidMemoryModelVulkan) { in TEST_F() function
50 TEST_F(UpgradeMemoryModelTest, JustMemoryModel) { in TEST_F() function
63 TEST_F(UpgradeMemoryModelTest, RemoveDecorations) { in TEST_F() function
79 TEST_F(UpgradeMemoryModelTest, WorkgroupVariable) { in TEST_F() function
103 TEST_F(UpgradeMemoryModelTest, WorkgroupFunctionParameter) { in TEST_F() function
127 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariable) { in TEST_F() function
154 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameter) { in TEST_F() function
181 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariableOnlyVolatile) { in TEST_F() function
207 TEST_F(UpgradeMemoryModelTes function
235 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameterCopied) { TEST_F() function
264 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariableAccessChain) { TEST_F() function
296 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameterAccessChain) { TEST_F() function
329 TEST_F(UpgradeMemoryModelTest, VariablePointerSelect) { TEST_F() function
362 TEST_F(UpgradeMemoryModelTest, VariablePointerSelectConservative) { TEST_F() function
395 TEST_F(UpgradeMemoryModelTest, VariablePointerIncrement) { TEST_F() function
438 TEST_F(UpgradeMemoryModelTest, CoherentStructElement) { TEST_F() function
469 TEST_F(UpgradeMemoryModelTest, CoherentElementFullStructAccess) { TEST_F() function
497 TEST_F(UpgradeMemoryModelTest, CoherentElementNotAccessed) { TEST_F() function
528 TEST_F(UpgradeMemoryModelTest, MultiIndexAccessCoherent) { TEST_F() function
563 TEST_F(UpgradeMemoryModelTest, MultiIndexAccessNonCoherent) { TEST_F() function
598 TEST_F(UpgradeMemoryModelTest, ConsecutiveAccessChainCoherent) { TEST_F() function
639 TEST_F(UpgradeMemoryModelTest, ConsecutiveAccessChainNonCoherent) { TEST_F() function
680 TEST_F(UpgradeMemoryModelTest, CoherentStructElementAccess) { TEST_F() function
721 TEST_F(UpgradeMemoryModelTest, NonCoherentLoadCoherentStore) { TEST_F() function
762 TEST_F(UpgradeMemoryModelTest, CopyMemory) { TEST_F() function
790 TEST_F(UpgradeMemoryModelTest, CopyMemorySized) { TEST_F() function
820 TEST_F(UpgradeMemoryModelTest, CopyMemoryTwoScopes) { TEST_F() function
849 TEST_F(UpgradeMemoryModelTest, VolatileImageRead) { TEST_F() function
881 TEST_F(UpgradeMemoryModelTest, CoherentImageRead) { TEST_F() function
914 TEST_F(UpgradeMemoryModelTest, CoherentImageReadExtractedFromSampledImage) { TEST_F() function
956 TEST_F(UpgradeMemoryModelTest, VolatileImageWrite) { TEST_F() function
988 TEST_F(UpgradeMemoryModelTest, CoherentImageWrite) { TEST_F() function
1021 TEST_F(UpgradeMemoryModelTest, CoherentImageWriteExtractFromSampledImage) { TEST_F() function
1062 TEST_F(UpgradeMemoryModelTest, VolatileImageSparseRead) { TEST_F() function
1096 TEST_F(UpgradeMemoryModelTest, CoherentImageSparseRead) { TEST_F() function
1131 TEST_F(UpgradeMemoryModelTest, TEST_F() function
1176 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierNoChange) { TEST_F() function
1199 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierAddOutput) { TEST_F() function
1226 TEST_F(UpgradeMemoryModelTest, TessellationMemoryBarrierNoChange) { TEST_F() function
1253 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierAddOutputSubFunction) { TEST_F() function
1285 TEST_F(UpgradeMemoryModelTest, TEST_F() function
1331 TEST_F(UpgradeMemoryModelTest, ChangeControlBarrierMemoryScope) { TEST_F() function
1355 TEST_F(UpgradeMemoryModelTest, ChangeMemoryBarrierMemoryScope) { TEST_F() function
1377 TEST_F(UpgradeMemoryModelTest, ChangeAtomicMemoryScope) { TEST_F() function
1432 TEST_F(UpgradeMemoryModelTest, UpgradeModfNoFlags) { TEST_F() function
1466 TEST_F(UpgradeMemoryModelTest, UpgradeModfWorkgroupCoherent) { TEST_F() function
1501 TEST_F(UpgradeMemoryModelTest, UpgradeModfSSBOCoherent) { TEST_F() function
1536 TEST_F(UpgradeMemoryModelTest, UpgradeModfSSBOVolatile) { TEST_F() function
1570 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpNoFlags) { TEST_F() function
1606 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpWorkgroupCoherent) { TEST_F() function
1643 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpSSBOCoherent) { TEST_F() function
1680 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpSSBOVolatile) { TEST_F() function
1716 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryAddOperands) { TEST_F() function
1739 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryDuplicateOperand) { TEST_F() function
1762 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryDuplicateOperands) { TEST_F() function
1785 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherent) { TEST_F() function
1810 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherentPreviousArgs) { TEST_F() function
1835 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemorySrcCoherent) { TEST_F() function
1860 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemorySrcCoherentPreviousArgs) { TEST_F() function
1885 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothCoherent) { TEST_F() function
1912 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothCoherentPreviousArgs) { TEST_F() function
1939 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothVolatile) { TEST_F() function
1964 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothVolatilePreviousArgs) { TEST_F() function
1989 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherentTwoOperands) { TEST_F() function
2014 TEST_F(UpgradeMemoryModelTest, TEST_F() function
2040 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoad) { TEST_F() function
2066 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoadPreviousFlags) { TEST_F() function
2092 TEST_F(UpgradeMemoryModelTest, VolatileAtomicStore) { TEST_F() function
2119 TEST_F(UpgradeMemoryModelTest, VolatileAtomicStorePreviousFlags) { TEST_F() function
2146 TEST_F(UpgradeMemoryModelTest, VolatileAtomicCompareExchange) { TEST_F() function
2174 TEST_F(UpgradeMemoryModelTest, VolatileAtomicCompareExchangePreviousFlags) { TEST_F() function
2204 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoadMemberDecoration) { TEST_F() function
2239 TEST_F(UpgradeMemoryModelTest, CoherentStructMemberInArray) { TEST_F() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dupgrade_memory_model_test.cpp26 TEST_F(UpgradeMemoryModelTest, InvalidMemoryModelOpenCL) { in TEST_F() function
37 TEST_F(UpgradeMemoryModelTest, InvalidMemoryModelVulkan) { in TEST_F() function
50 TEST_F(UpgradeMemoryModelTest, JustMemoryModel) { in TEST_F() function
63 TEST_F(UpgradeMemoryModelTest, RemoveDecorations) { in TEST_F() function
79 TEST_F(UpgradeMemoryModelTest, WorkgroupVariable) { in TEST_F() function
103 TEST_F(UpgradeMemoryModelTest, WorkgroupFunctionParameter) { in TEST_F() function
127 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariable) { in TEST_F() function
154 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameter) { in TEST_F() function
181 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariableOnlyVolatile) { in TEST_F() function
207 TEST_F(UpgradeMemoryModelTes function
235 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameterCopied) { TEST_F() function
264 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariableAccessChain) { TEST_F() function
296 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameterAccessChain) { TEST_F() function
329 TEST_F(UpgradeMemoryModelTest, VariablePointerSelect) { TEST_F() function
362 TEST_F(UpgradeMemoryModelTest, VariablePointerSelectConservative) { TEST_F() function
395 TEST_F(UpgradeMemoryModelTest, VariablePointerIncrement) { TEST_F() function
438 TEST_F(UpgradeMemoryModelTest, CoherentStructElement) { TEST_F() function
469 TEST_F(UpgradeMemoryModelTest, CoherentElementFullStructAccess) { TEST_F() function
497 TEST_F(UpgradeMemoryModelTest, CoherentElementNotAccessed) { TEST_F() function
528 TEST_F(UpgradeMemoryModelTest, MultiIndexAccessCoherent) { TEST_F() function
563 TEST_F(UpgradeMemoryModelTest, MultiIndexAccessNonCoherent) { TEST_F() function
598 TEST_F(UpgradeMemoryModelTest, ConsecutiveAccessChainCoherent) { TEST_F() function
639 TEST_F(UpgradeMemoryModelTest, ConsecutiveAccessChainNonCoherent) { TEST_F() function
680 TEST_F(UpgradeMemoryModelTest, CoherentStructElementAccess) { TEST_F() function
721 TEST_F(UpgradeMemoryModelTest, NonCoherentLoadCoherentStore) { TEST_F() function
762 TEST_F(UpgradeMemoryModelTest, CopyMemory) { TEST_F() function
790 TEST_F(UpgradeMemoryModelTest, CopyMemorySized) { TEST_F() function
820 TEST_F(UpgradeMemoryModelTest, CopyMemoryTwoScopes) { TEST_F() function
849 TEST_F(UpgradeMemoryModelTest, VolatileImageRead) { TEST_F() function
881 TEST_F(UpgradeMemoryModelTest, CoherentImageRead) { TEST_F() function
914 TEST_F(UpgradeMemoryModelTest, CoherentImageReadExtractedFromSampledImage) { TEST_F() function
956 TEST_F(UpgradeMemoryModelTest, VolatileImageWrite) { TEST_F() function
988 TEST_F(UpgradeMemoryModelTest, CoherentImageWrite) { TEST_F() function
1021 TEST_F(UpgradeMemoryModelTest, CoherentImageWriteExtractFromSampledImage) { TEST_F() function
1062 TEST_F(UpgradeMemoryModelTest, VolatileImageSparseRead) { TEST_F() function
1096 TEST_F(UpgradeMemoryModelTest, CoherentImageSparseRead) { TEST_F() function
1131 TEST_F(UpgradeMemoryModelTest, TEST_F() function
1176 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierNoChange) { TEST_F() function
1199 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierAddOutput) { TEST_F() function
1226 TEST_F(UpgradeMemoryModelTest, TessellationMemoryBarrierNoChange) { TEST_F() function
1253 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierAddOutputSubFunction) { TEST_F() function
1285 TEST_F(UpgradeMemoryModelTest, TEST_F() function
1331 TEST_F(UpgradeMemoryModelTest, ChangeControlBarrierMemoryScope) { TEST_F() function
1355 TEST_F(UpgradeMemoryModelTest, ChangeMemoryBarrierMemoryScope) { TEST_F() function
1377 TEST_F(UpgradeMemoryModelTest, ChangeAtomicMemoryScope) { TEST_F() function
1432 TEST_F(UpgradeMemoryModelTest, UpgradeModfNoFlags) { TEST_F() function
1466 TEST_F(UpgradeMemoryModelTest, UpgradeModfWorkgroupCoherent) { TEST_F() function
1501 TEST_F(UpgradeMemoryModelTest, UpgradeModfSSBOCoherent) { TEST_F() function
1536 TEST_F(UpgradeMemoryModelTest, UpgradeModfSSBOVolatile) { TEST_F() function
1570 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpNoFlags) { TEST_F() function
1606 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpWorkgroupCoherent) { TEST_F() function
1643 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpSSBOCoherent) { TEST_F() function
1680 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpSSBOVolatile) { TEST_F() function
1716 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryAddOperands) { TEST_F() function
1739 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryDuplicateOperand) { TEST_F() function
1762 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryDuplicateOperands) { TEST_F() function
1785 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherent) { TEST_F() function
1810 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherentPreviousArgs) { TEST_F() function
1835 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemorySrcCoherent) { TEST_F() function
1860 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemorySrcCoherentPreviousArgs) { TEST_F() function
1885 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothCoherent) { TEST_F() function
1912 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothCoherentPreviousArgs) { TEST_F() function
1939 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothVolatile) { TEST_F() function
1964 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothVolatilePreviousArgs) { TEST_F() function
1989 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherentTwoOperands) { TEST_F() function
2014 TEST_F(UpgradeMemoryModelTest, TEST_F() function
2040 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoad) { TEST_F() function
2066 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoadPreviousFlags) { TEST_F() function
2092 TEST_F(UpgradeMemoryModelTest, VolatileAtomicStore) { TEST_F() function
2119 TEST_F(UpgradeMemoryModelTest, VolatileAtomicStorePreviousFlags) { TEST_F() function
2146 TEST_F(UpgradeMemoryModelTest, VolatileAtomicCompareExchange) { TEST_F() function
2174 TEST_F(UpgradeMemoryModelTest, VolatileAtomicCompareExchangePreviousFlags) { TEST_F() function
2204 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoadMemberDecoration) { TEST_F() function
2239 TEST_F(UpgradeMemoryModelTest, CoherentStructMemberInArray) { TEST_F() function
[all...]
/third_party/spirv-tools/test/opt/
H A Dupgrade_memory_model_test.cpp25 TEST_F(UpgradeMemoryModelTest, InvalidMemoryModelOpenCL) { in TEST_F() function
36 TEST_F(UpgradeMemoryModelTest, InvalidMemoryModelVulkan) { in TEST_F() function
49 TEST_F(UpgradeMemoryModelTest, JustMemoryModel) { in TEST_F() function
62 TEST_F(UpgradeMemoryModelTest, RemoveDecorations) { in TEST_F() function
78 TEST_F(UpgradeMemoryModelTest, WorkgroupVariable) { in TEST_F() function
102 TEST_F(UpgradeMemoryModelTest, WorkgroupFunctionParameter) { in TEST_F() function
126 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariable) { in TEST_F() function
153 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameter) { in TEST_F() function
180 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariableOnlyVolatile) { in TEST_F() function
206 TEST_F(UpgradeMemoryModelTes function
234 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameterCopied) { TEST_F() function
263 TEST_F(UpgradeMemoryModelTest, SimpleUniformVariableAccessChain) { TEST_F() function
295 TEST_F(UpgradeMemoryModelTest, SimpleUniformFunctionParameterAccessChain) { TEST_F() function
328 TEST_F(UpgradeMemoryModelTest, VariablePointerSelect) { TEST_F() function
361 TEST_F(UpgradeMemoryModelTest, VariablePointerSelectConservative) { TEST_F() function
394 TEST_F(UpgradeMemoryModelTest, VariablePointerIncrement) { TEST_F() function
437 TEST_F(UpgradeMemoryModelTest, CoherentStructElement) { TEST_F() function
468 TEST_F(UpgradeMemoryModelTest, CoherentElementFullStructAccess) { TEST_F() function
496 TEST_F(UpgradeMemoryModelTest, CoherentElementNotAccessed) { TEST_F() function
527 TEST_F(UpgradeMemoryModelTest, MultiIndexAccessCoherent) { TEST_F() function
562 TEST_F(UpgradeMemoryModelTest, MultiIndexAccessNonCoherent) { TEST_F() function
597 TEST_F(UpgradeMemoryModelTest, ConsecutiveAccessChainCoherent) { TEST_F() function
638 TEST_F(UpgradeMemoryModelTest, ConsecutiveAccessChainNonCoherent) { TEST_F() function
679 TEST_F(UpgradeMemoryModelTest, CoherentStructElementAccess) { TEST_F() function
720 TEST_F(UpgradeMemoryModelTest, NonCoherentLoadCoherentStore) { TEST_F() function
761 TEST_F(UpgradeMemoryModelTest, CopyMemory) { TEST_F() function
789 TEST_F(UpgradeMemoryModelTest, CopyMemorySized) { TEST_F() function
819 TEST_F(UpgradeMemoryModelTest, CopyMemoryTwoScopes) { TEST_F() function
848 TEST_F(UpgradeMemoryModelTest, VolatileImageRead) { TEST_F() function
880 TEST_F(UpgradeMemoryModelTest, CoherentImageRead) { TEST_F() function
913 TEST_F(UpgradeMemoryModelTest, CoherentImageReadExtractedFromSampledImage) { TEST_F() function
955 TEST_F(UpgradeMemoryModelTest, VolatileImageWrite) { TEST_F() function
987 TEST_F(UpgradeMemoryModelTest, CoherentImageWrite) { TEST_F() function
1020 TEST_F(UpgradeMemoryModelTest, CoherentImageWriteExtractFromSampledImage) { TEST_F() function
1061 TEST_F(UpgradeMemoryModelTest, VolatileImageSparseRead) { TEST_F() function
1095 TEST_F(UpgradeMemoryModelTest, CoherentImageSparseRead) { TEST_F() function
1130 TEST_F(UpgradeMemoryModelTest, TEST_F() function
1175 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierNoChange) { TEST_F() function
1198 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierAddOutput) { TEST_F() function
1225 TEST_F(UpgradeMemoryModelTest, TessellationMemoryBarrierNoChange) { TEST_F() function
1252 TEST_F(UpgradeMemoryModelTest, TessellationControlBarrierAddOutputSubFunction) { TEST_F() function
1284 TEST_F(UpgradeMemoryModelTest, TEST_F() function
1330 TEST_F(UpgradeMemoryModelTest, ChangeControlBarrierMemoryScope) { TEST_F() function
1354 TEST_F(UpgradeMemoryModelTest, ChangeMemoryBarrierMemoryScope) { TEST_F() function
1376 TEST_F(UpgradeMemoryModelTest, ChangeAtomicMemoryScope) { TEST_F() function
1431 TEST_F(UpgradeMemoryModelTest, UpgradeModfNoFlags) { TEST_F() function
1465 TEST_F(UpgradeMemoryModelTest, UpgradeModfWorkgroupCoherent) { TEST_F() function
1500 TEST_F(UpgradeMemoryModelTest, UpgradeModfSSBOCoherent) { TEST_F() function
1535 TEST_F(UpgradeMemoryModelTest, UpgradeModfSSBOVolatile) { TEST_F() function
1569 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpNoFlags) { TEST_F() function
1605 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpWorkgroupCoherent) { TEST_F() function
1642 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpSSBOCoherent) { TEST_F() function
1679 TEST_F(UpgradeMemoryModelTest, UpgradeFrexpSSBOVolatile) { TEST_F() function
1715 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryAddOperands) { TEST_F() function
1738 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryDuplicateOperand) { TEST_F() function
1761 TEST_F(UpgradeMemoryModelTest, SPV14NormalizeCopyMemoryDuplicateOperands) { TEST_F() function
1784 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherent) { TEST_F() function
1809 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherentPreviousArgs) { TEST_F() function
1834 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemorySrcCoherent) { TEST_F() function
1859 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemorySrcCoherentPreviousArgs) { TEST_F() function
1884 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothCoherent) { TEST_F() function
1911 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothCoherentPreviousArgs) { TEST_F() function
1938 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothVolatile) { TEST_F() function
1963 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryBothVolatilePreviousArgs) { TEST_F() function
1988 TEST_F(UpgradeMemoryModelTest, SPV14CopyMemoryDstCoherentTwoOperands) { TEST_F() function
2013 TEST_F(UpgradeMemoryModelTest, TEST_F() function
2039 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoad) { TEST_F() function
2065 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoadPreviousFlags) { TEST_F() function
2091 TEST_F(UpgradeMemoryModelTest, VolatileAtomicStore) { TEST_F() function
2118 TEST_F(UpgradeMemoryModelTest, VolatileAtomicStorePreviousFlags) { TEST_F() function
2145 TEST_F(UpgradeMemoryModelTest, VolatileAtomicCompareExchange) { TEST_F() function
2173 TEST_F(UpgradeMemoryModelTest, VolatileAtomicCompareExchangePreviousFlags) { TEST_F() function
2203 TEST_F(UpgradeMemoryModelTest, VolatileAtomicLoadMemberDecoration) { TEST_F() function
2238 TEST_F(UpgradeMemoryModelTest, CoherentStructMemberInArray) { TEST_F() function
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc154 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
161 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
168 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) { in TEST_F() function
175 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeSuccess) { in TEST_F() function
182 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) { in TEST_F() function
193 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeFailure) { in TEST_F() function
204 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) { in TEST_F() function
215 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeFailure) { in TEST_F() function
226 TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
233 TEST_F(ASSERT_PRED1Tes function
240 TEST_F(ASSERT_PRED1Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
247 TEST_F(ASSERT_PRED1Test, FunctorOnUserTypeSuccess) { TEST_F() function
254 TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
266 TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeFailure) { TEST_F() function
278 TEST_F(ASSERT_PRED1Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
290 TEST_F(ASSERT_PRED1Test, FunctorOnUserTypeFailure) { TEST_F() function
302 TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
309 TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnUserTypeSuccess) { TEST_F() function
316 TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
323 TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnUserTypeSuccess) { TEST_F() function
330 TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
341 TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnUserTypeFailure) { TEST_F() function
352 TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
363 TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnUserTypeFailure) { TEST_F() function
374 TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
381 TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnUserTypeSuccess) { TEST_F() function
388 TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
395 TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnUserTypeSuccess) { TEST_F() function
402 TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
414 TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnUserTypeFailure) { TEST_F() function
426 TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
438 TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnUserTypeFailure) { TEST_F() function
537 TEST_F(EXPECT_PRED2Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
544 TEST_F(EXPECT_PRED2Test, FunctionOnUserTypeSuccess) { TEST_F() function
551 TEST_F(EXPECT_PRED2Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
558 TEST_F(EXPECT_PRED2Test, FunctorOnUserTypeSuccess) { TEST_F() function
565 TEST_F(EXPECT_PRED2Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
576 TEST_F(EXPECT_PRED2Test, FunctionOnUserTypeFailure) { TEST_F() function
587 TEST_F(EXPECT_PRED2Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
598 TEST_F(EXPECT_PRED2Test, FunctorOnUserTypeFailure) { TEST_F() function
609 TEST_F(ASSERT_PRED2Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
616 TEST_F(ASSERT_PRED2Test, FunctionOnUserTypeSuccess) { TEST_F() function
623 TEST_F(ASSERT_PRED2Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
630 TEST_F(ASSERT_PRED2Test, FunctorOnUserTypeSuccess) { TEST_F() function
637 TEST_F(ASSERT_PRED2Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
649 TEST_F(ASSERT_PRED2Test, FunctionOnUserTypeFailure) { TEST_F() function
661 TEST_F(ASSERT_PRED2Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
673 TEST_F(ASSERT_PRED2Test, FunctorOnUserTypeFailure) { TEST_F() function
685 TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
692 TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnUserTypeSuccess) { TEST_F() function
699 TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
706 TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnUserTypeSuccess) { TEST_F() function
713 TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
724 TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnUserTypeFailure) { TEST_F() function
735 TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
746 TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnUserTypeFailure) { TEST_F() function
757 TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
764 TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnUserTypeSuccess) { TEST_F() function
771 TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
778 TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnUserTypeSuccess) { TEST_F() function
785 TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
797 TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnUserTypeFailure) { TEST_F() function
809 TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
821 TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnUserTypeFailure) { TEST_F() function
927 TEST_F(EXPECT_PRED3Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
934 TEST_F(EXPECT_PRED3Test, FunctionOnUserTypeSuccess) { TEST_F() function
941 TEST_F(EXPECT_PRED3Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
948 TEST_F(EXPECT_PRED3Test, FunctorOnUserTypeSuccess) { TEST_F() function
955 TEST_F(EXPECT_PRED3Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
966 TEST_F(EXPECT_PRED3Test, FunctionOnUserTypeFailure) { TEST_F() function
977 TEST_F(EXPECT_PRED3Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
988 TEST_F(EXPECT_PRED3Test, FunctorOnUserTypeFailure) { TEST_F() function
999 TEST_F(ASSERT_PRED3Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1006 TEST_F(ASSERT_PRED3Test, FunctionOnUserTypeSuccess) { TEST_F() function
1013 TEST_F(ASSERT_PRED3Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1020 TEST_F(ASSERT_PRED3Test, FunctorOnUserTypeSuccess) { TEST_F() function
1027 TEST_F(ASSERT_PRED3Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1039 TEST_F(ASSERT_PRED3Test, FunctionOnUserTypeFailure) { TEST_F() function
1051 TEST_F(ASSERT_PRED3Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1063 TEST_F(ASSERT_PRED3Test, FunctorOnUserTypeFailure) { TEST_F() function
1075 TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1082 TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnUserTypeSuccess) { TEST_F() function
1090 TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1097 TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnUserTypeSuccess) { TEST_F() function
1105 TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1116 TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnUserTypeFailure) { TEST_F() function
1128 TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1139 TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnUserTypeFailure) { TEST_F() function
1151 TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1158 TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnUserTypeSuccess) { TEST_F() function
1166 TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1173 TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnUserTypeSuccess) { TEST_F() function
1181 TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1193 TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnUserTypeFailure) { TEST_F() function
1206 TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1218 TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnUserTypeFailure) { TEST_F() function
1335 TEST_F(EXPECT_PRED4Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1342 TEST_F(EXPECT_PRED4Test, FunctionOnUserTypeSuccess) { TEST_F() function
1350 TEST_F(EXPECT_PRED4Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1357 TEST_F(EXPECT_PRED4Test, FunctorOnUserTypeSuccess) { TEST_F() function
1365 TEST_F(EXPECT_PRED4Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1376 TEST_F(EXPECT_PRED4Test, FunctionOnUserTypeFailure) { TEST_F() function
1388 TEST_F(EXPECT_PRED4Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1399 TEST_F(EXPECT_PRED4Test, FunctorOnUserTypeFailure) { TEST_F() function
1411 TEST_F(ASSERT_PRED4Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1418 TEST_F(ASSERT_PRED4Test, FunctionOnUserTypeSuccess) { TEST_F() function
1426 TEST_F(ASSERT_PRED4Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1433 TEST_F(ASSERT_PRED4Test, FunctorOnUserTypeSuccess) { TEST_F() function
1441 TEST_F(ASSERT_PRED4Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1453 TEST_F(ASSERT_PRED4Test, FunctionOnUserTypeFailure) { TEST_F() function
1466 TEST_F(ASSERT_PRED4Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1478 TEST_F(ASSERT_PRED4Test, FunctorOnUserTypeFailure) { TEST_F() function
1491 TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1498 TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnUserTypeSuccess) { TEST_F() function
1506 TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1513 TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnUserTypeSuccess) { TEST_F() function
1521 TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1532 TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnUserTypeFailure) { TEST_F() function
1544 TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1555 TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnUserTypeFailure) { TEST_F() function
1567 TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1574 TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnUserTypeSuccess) { TEST_F() function
1582 TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1589 TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnUserTypeSuccess) { TEST_F() function
1597 TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1609 TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnUserTypeFailure) { TEST_F() function
1622 TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1634 TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnUserTypeFailure) { TEST_F() function
1758 TEST_F(EXPECT_PRED5Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1765 TEST_F(EXPECT_PRED5Test, FunctionOnUserTypeSuccess) { TEST_F() function
1773 TEST_F(EXPECT_PRED5Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1780 TEST_F(EXPECT_PRED5Test, FunctorOnUserTypeSuccess) { TEST_F() function
1788 TEST_F(EXPECT_PRED5Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1799 TEST_F(EXPECT_PRED5Test, FunctionOnUserTypeFailure) { TEST_F() function
1811 TEST_F(EXPECT_PRED5Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1822 TEST_F(EXPECT_PRED5Test, FunctorOnUserTypeFailure) { TEST_F() function
1834 TEST_F(ASSERT_PRED5Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1841 TEST_F(ASSERT_PRED5Test, FunctionOnUserTypeSuccess) { TEST_F() function
1849 TEST_F(ASSERT_PRED5Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1856 TEST_F(ASSERT_PRED5Test, FunctorOnUserTypeSuccess) { TEST_F() function
1864 TEST_F(ASSERT_PRED5Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1876 TEST_F(ASSERT_PRED5Test, FunctionOnUserTypeFailure) { TEST_F() function
1889 TEST_F(ASSERT_PRED5Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1901 TEST_F(ASSERT_PRED5Test, FunctorOnUserTypeFailure) { TEST_F() function
1914 TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1921 TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnUserTypeSuccess) { TEST_F() function
1929 TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
1936 TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnUserTypeSuccess) { TEST_F() function
1944 TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
1956 TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnUserTypeFailure) { TEST_F() function
1968 TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
1980 TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnUserTypeFailure) { TEST_F() function
1992 TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnBuiltInTypeSuccess) { TEST_F() function
1999 TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnUserTypeSuccess) { TEST_F() function
2007 TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnBuiltInTypeSuccess) { TEST_F() function
2014 TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnUserTypeSuccess) { TEST_F() function
2022 TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnBuiltInTypeFailure) { TEST_F() function
2035 TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnUserTypeFailure) { TEST_F() function
2048 TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnBuiltInTypeFailure) { TEST_F() function
2061 TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnUserTypeFailure) { TEST_F() function
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Ddefine_test.cpp20 TEST_F(DefineTest, NonIdentifier) in TEST_F() function
35 TEST_F(DefineTest, RedefinePredefined) in TEST_F() function
68 TEST_F(DefineTest, ReservedUnderScore1) in TEST_F() function
83 TEST_F(DefineTest, ReservedUnderScore2) in TEST_F() function
98 TEST_F(DefineTest, ReservedGL) in TEST_F() function
113 TEST_F(DefineTest, ObjRedefineValid) in TEST_F() function
130 TEST_F(DefineTest, ObjRedefineInvalid) in TEST_F() function
147 TEST_F(DefineTest, FuncRedefineValid) in TEST_F() function
164 TEST_F(DefineTest, FuncRedefineInvalid) in TEST_F() function
181 TEST_F(DefineTes function
193 TEST_F(DefineTest, ObjEmpty) TEST_F() function
205 TEST_F(DefineTest, ObjChain) TEST_F() function
219 TEST_F(DefineTest, ObjChainReverse) TEST_F() function
233 TEST_F(DefineTest, ObjRecursive) TEST_F() function
253 TEST_F(DefineTest, ObjCompositeChain) TEST_F() function
267 TEST_F(DefineTest, ObjCompositeChainReverse) TEST_F() function
281 TEST_F(DefineTest, ObjCompositeRecursive) TEST_F() function
301 TEST_F(DefineTest, ObjChainSelfRecursive) TEST_F() function
315 TEST_F(DefineTest, ObjectLikeWithParens) TEST_F() function
331 TEST_F(DefineTest, FuncEmpty) TEST_F() function
343 TEST_F(DefineTest, FuncNoArgs) TEST_F() function
355 TEST_F(DefineTest, FuncOneArgUnused) TEST_F() function
367 TEST_F(DefineTest, FuncTwoArgsUnused) TEST_F() function
379 TEST_F(DefineTest, FuncOneArg) TEST_F() function
391 TEST_F(DefineTest, FuncTwoArgs) TEST_F() function
403 TEST_F(DefineTest, FuncEmptyArgs) TEST_F() function
423 TEST_F(DefineTest, FuncMacroAsParam) TEST_F() function
437 TEST_F(DefineTest, FuncOneArgMulti) TEST_F() function
449 TEST_F(DefineTest, FuncTwoArgsMulti) TEST_F() function
461 TEST_F(DefineTest, FuncCompose) TEST_F() function
475 TEST_F(DefineTest, FuncArgWithParens) TEST_F() function
487 TEST_F(DefineTest, FuncMacroAsNonMacro) TEST_F() function
499 TEST_F(DefineTest, FuncExtraNewlines) TEST_F() function
517 TEST_F(DefineTest, ChainObjToFunc) TEST_F() function
531 TEST_F(DefineTest, ChainObjToNonFunc) TEST_F() function
545 TEST_F(DefineTest, ChainObjToFuncWithArgs) TEST_F() function
559 TEST_F(DefineTest, ChainObjToFuncCompose) TEST_F() function
575 TEST_F(DefineTest, ChainObjToFuncParensInText1) TEST_F() function
589 TEST_F(DefineTest, ChainObjToFuncParensInText2) TEST_F() function
605 TEST_F(DefineTest, ChainObjToFuncMultiLevel) TEST_F() function
623 TEST_F(DefineTest, ObjToFuncRecursive) TEST_F() function
637 TEST_F(DefineTest, ChainFuncToFuncCompose) TEST_F() function
653 TEST_F(DefineTest, FuncSelfRecursive) TEST_F() function
665 TEST_F(DefineTest, FuncSelfCompose) TEST_F() function
677 TEST_F(DefineTest, FuncSelfComposeNonFunc) TEST_F() function
689 TEST_F(DefineTest, FuncSelfComposeNonFuncMultiTokenArg) TEST_F() function
701 TEST_F(DefineTest, FinalizeUnexpandedMacro) TEST_F() function
715 TEST_F(DefineTest, FuncArgWithCommas) TEST_F() function
727 TEST_F(DefineTest, FuncArgObjMaroWithComma) TEST_F() function
741 TEST_F(DefineTest, FuncLeftParenInMacroRightParenInText) TEST_F() function
755 TEST_F(DefineTest, RepeatedArg) TEST_F() function
767 TEST_F(DefineTest, FuncMissingRightParen) TEST_F() function
782 TEST_F(DefineTest, FuncIncorrectArgCount) TEST_F() function
805 TEST_F(DefineTest, Undef) TEST_F() function
821 TEST_F(DefineTest, UndefPredefined) TEST_F() function
854 TEST_F(DefineTest, UndefRedefine) TEST_F() function
875 TEST_F(DefineTest, C99Example) TEST_F() function
917 TEST_F(DefineTest, Predefined_GL_ES) TEST_F() function
925 TEST_F(DefineTest, Predefined_VERSION) TEST_F() function
933 TEST_F(DefineTest, Predefined_LINE1) TEST_F() function
943 TEST_F(DefineTest, Predefined_LINE2) TEST_F() function
955 TEST_F(DefineTest, Predefined_FILE1) TEST_F() function
965 TEST_F(DefineTest, Predefined_FILE2) TEST_F() function
976 TEST_F(DefineTest, ExpandedDefinedParsedInsideIf) TEST_F() function
994 TEST_F(DefineTest, ExpandedDefinedNotParsedOutsideIf) TEST_F() function
1006 TEST_F(DefineTest, NegativeShiftInLineDirective) TEST_F() function
1025 TEST_F(DefineTest, UndefineInInvocation) TEST_F() function
1041 TEST_F(DefineTest, UndefineInInvocationPreLParen) TEST_F() function
1058 TEST_F(DefineTest, RecursiveMacroNameInsideIncompleteMacroInvocationInMacroExpansion) TEST_F() function
1075 TEST_F(DefineTest, UndefInsideRecursiveMacroInvocation) TEST_F() function
1094 TEST_F(DefineTest, LongMacroInvocationChain) TEST_F() function
[all...]
H A Dif_test.cpp16 TEST_F(IfTest, If_0) in TEST_F() function
34 TEST_F(IfTest, If_1) in TEST_F() function
52 TEST_F(IfTest, If_0_Else) in TEST_F() function
74 TEST_F(IfTest, If_1_Else) in TEST_F() function
96 TEST_F(IfTest, If_0_Elif) in TEST_F() function
130 TEST_F(IfTest, If_1_Elif) in TEST_F() function
160 TEST_F(IfTest, If_Elif_Else) in TEST_F() function
190 TEST_F(IfTest, If_0_Nested) in TEST_F() function
222 TEST_F(IfTest, If_1_Nested) in TEST_F() function
254 TEST_F(IfTes function
272 TEST_F(IfTest, OperatorDefined) TEST_F() function
314 TEST_F(IfTest, OperatorEQ) TEST_F() function
332 TEST_F(IfTest, OperatorNE) TEST_F() function
350 TEST_F(IfTest, OperatorLess) TEST_F() function
368 TEST_F(IfTest, OperatorGreater) TEST_F() function
386 TEST_F(IfTest, OperatorLE) TEST_F() function
414 TEST_F(IfTest, OperatorGE) TEST_F() function
442 TEST_F(IfTest, OperatorBitwiseOR) TEST_F() function
460 TEST_F(IfTest, OperatorBitwiseAND) TEST_F() function
478 TEST_F(IfTest, OperatorBitwiseXOR) TEST_F() function
496 TEST_F(IfTest, OperatorBitwiseComplement) TEST_F() function
514 TEST_F(IfTest, OperatorLeft) TEST_F() function
532 TEST_F(IfTest, OperatorRight) TEST_F() function
550 TEST_F(IfTest, ExpressionWithMacros) TEST_F() function
574 TEST_F(IfTest, JunkInsideExcludedBlockIgnored) TEST_F() function
600 TEST_F(IfTest, Ifdef) TEST_F() function
632 TEST_F(IfTest, Ifndef) TEST_F() function
664 TEST_F(IfTest, MissingExpression) TEST_F() function
676 TEST_F(IfTest, DivisionByZero) TEST_F() function
688 TEST_F(IfTest, ModuloByZero) TEST_F() function
700 TEST_F(IfTest, DecIntegerOverflow) TEST_F() function
712 TEST_F(IfTest, OctIntegerOverflow) TEST_F() function
724 TEST_F(IfTest, HexIntegerOverflow) TEST_F() function
736 TEST_F(IfTest, UndefinedMacro) TEST_F() function
748 TEST_F(IfTest, InvalidExpressionIgnoredForExcludedElif) TEST_F() function
770 TEST_F(IfTest, ElseWithoutIf) TEST_F() function
780 TEST_F(IfTest, ElifWithoutIf) TEST_F() function
790 TEST_F(IfTest, EndifWithoutIf) TEST_F() function
800 TEST_F(IfTest, ElseAfterElse) TEST_F() function
814 TEST_F(IfTest, ElifAfterElse) TEST_F() function
828 TEST_F(IfTest, UnterminatedIf) TEST_F() function
838 TEST_F(IfTest, UnterminatedIfdef) TEST_F() function
850 TEST_F(IfTest, ExtraIntExpression) TEST_F() function
864 TEST_F(IfTest, ExtraIdentifierExpression) TEST_F() function
878 TEST_F(IfTest, ShortCircuitedDivideByZero) TEST_F() function
893 TEST_F(IfTest, ShortCircuitedUndefined) TEST_F() function
910 TEST_F(IfTest, DefinedOperatorValidAfterMacroExpansion) TEST_F() function
922 TEST_F(IfTest, DefinedOperatorValidWhenUsed) TEST_F() function
937 TEST_F(IfTest, DefinedOperatorAfterMacro) TEST_F() function
951 TEST_F(IfTest, DefinedInMacroConcatenationNotAllowed) TEST_F() function
970 TEST_F(IfTest, DefinedAsParameterNameNotAllowed) TEST_F() function
987 TEST_F(IfTest, DefinedOperatorInvalidAfterMacroExpansionInWebGL) TEST_F() function
1007 TEST_F(IfTest, UnterminatedDefinedInMacro) TEST_F() function
1026 TEST_F(IfTest, UnterminatedDefinedInMacro2) TEST_F() function
1042 TEST_F(IfTest, BitShiftLeftOperatorNegativeOffset) TEST_F() function
1056 TEST_F(IfTest, BitShiftLeftOperatorOffset32) TEST_F() function
1070 TEST_F(IfTest, BitShiftLeftOperatorNegativeLHS) TEST_F() function
1086 TEST_F(IfTest, BitShiftLeftOverflow) TEST_F() function
1103 TEST_F(IfTest, BitShiftLeftNegativeOverflow) TEST_F() function
1120 TEST_F(IfTest, BitShiftRightOperatorNegativeOffset) TEST_F() function
1134 TEST_F(IfTest, BitShiftRightOperatorOffset32) TEST_F() function
1148 TEST_F(IfTest, BitShiftRightOperatorNegativeLHS) TEST_F() function
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_decoration_test.cpp48 TEST_F(ValidateDecorations, ValidateOpDecorateRegistration) { in TEST_F() function
69 TEST_F(ValidateDecorations, ValidateOpMemberDecorateRegistration) { in TEST_F() function
102 TEST_F(ValidateDecorations, ValidateOpMemberDecorateOutOfBound) { in TEST_F() function
126 TEST_F(ValidateDecorations, ValidateGroupDecorateRegistration) { in TEST_F() function
166 TEST_F(ValidateDecorations, ValidateGroupMemberDecorateRegistration) { in TEST_F() function
192 TEST_F(ValidateDecorations, LinkageImportUsedForInitializedVariableBad) { in TEST_F() function
209 TEST_F(ValidateDecorations, LinkageExportUsedForInitializedVariableGood) { in TEST_F() function
224 TEST_F(ValidateDecorations, StructAllMembersHaveBuiltInDecorationsGood) { in TEST_F() function
241 TEST_F(ValidateDecorations, MixedBuiltInDecorationsBad) { in TEST_F() function
263 TEST_F(ValidateDecoration function
287 TEST_F(ValidateDecorations, StructContainsNonBuiltInStructGood) { TEST_F() function
300 TEST_F(ValidateDecorations, MultipleBuiltInObjectsConsumedByOpEntryPointBad) { TEST_F() function
333 TEST_F(ValidateDecorations, TEST_F() function
363 TEST_F(ValidateDecorations, NoBuiltInObjectsConsumedByOpEntryPointGood) { TEST_F() function
390 TEST_F(ValidateDecorations, EntryPointFunctionHasLinkageAttributeBad) { TEST_F() function
413 TEST_F(ValidateDecorations, FunctionDeclarationWithoutImportLinkageBad) { TEST_F() function
431 TEST_F(ValidateDecorations, FunctionDeclarationWithImportLinkageGood) { TEST_F() function
446 TEST_F(ValidateDecorations, FunctionDeclarationWithExportLinkageBad) { TEST_F() function
465 TEST_F(ValidateDecorations, FunctionDefinitionWithImportLinkageBad) { TEST_F() function
485 TEST_F(ValidateDecorations, FunctionDefinitionWithoutImportLinkageGood) { TEST_F() function
501 TEST_F(ValidateDecorations, BuiltinVariablesGoodVulkan) { TEST_F() function
532 TEST_F(ValidateDecorations, BuiltinVariablesWithLocationDecorationVulkan) { TEST_F() function
566 TEST_F(ValidateDecorations, BuiltinVariablesWithComponentDecorationVulkan) { TEST_F() function
609 TEST_F(ValidateDecorations, RuntimeArrayOfDescriptorSetsIsAllowed) { TEST_F() function
665 TEST_F(ValidateDecorations, BlockDecoratingArrayBad) { TEST_F() function
693 TEST_F(ValidateDecorations, BlockDecoratingIntBad) { TEST_F() function
718 TEST_F(ValidateDecorations, BlockMissingOffsetBad) { TEST_F() function
745 TEST_F(ValidateDecorations, BufferBlockMissingOffsetBad) { TEST_F() function
772 TEST_F(ValidateDecorations, BlockNestedStructMissingOffsetBad) { TEST_F() function
807 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingOffsetBad) { TEST_F() function
842 TEST_F(ValidateDecorations, BlockGLSLSharedBad) { TEST_F() function
871 TEST_F(ValidateDecorations, BufferBlockGLSLSharedBad) { TEST_F() function
900 TEST_F(ValidateDecorations, BlockNestedStructGLSLSharedBad) { TEST_F() function
935 TEST_F(ValidateDecorations, BufferBlockNestedStructGLSLSharedBad) { TEST_F() function
970 TEST_F(ValidateDecorations, BlockGLSLPackedBad) { TEST_F() function
999 TEST_F(ValidateDecorations, BufferBlockGLSLPackedBad) { TEST_F() function
1028 TEST_F(ValidateDecorations, BlockNestedStructGLSLPackedBad) { TEST_F() function
1063 TEST_F(ValidateDecorations, BufferBlockNestedStructGLSLPackedBad) { TEST_F() function
1098 TEST_F(ValidateDecorations, BlockMissingArrayStrideBad) { TEST_F() function
1130 TEST_F(ValidateDecorations, BufferBlockMissingArrayStrideBad) { TEST_F() function
1162 TEST_F(ValidateDecorations, BlockNestedStructMissingArrayStrideBad) { TEST_F() function
1199 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingArrayStrideBad) { TEST_F() function
1236 TEST_F(ValidateDecorations, BlockMissingMatrixStrideBad) { TEST_F() function
1267 TEST_F(ValidateDecorations, BufferBlockMissingMatrixStrideBad) { TEST_F() function
1298 TEST_F(ValidateDecorations, BlockMissingMatrixStrideArrayBad) { TEST_F() function
1332 TEST_F(ValidateDecorations, BufferBlockMissingMatrixStrideArrayBad) { TEST_F() function
1366 TEST_F(ValidateDecorations, BlockNestedStructMissingMatrixStrideBad) { TEST_F() function
1402 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingMatrixStrideBad) { TEST_F() function
1438 TEST_F(ValidateDecorations, BlockStandardUniformBufferLayout) { TEST_F() function
1499 TEST_F(ValidateDecorations, BlockLayoutPermitsTightVec3ScalarPackingGood) { TEST_F() function
1529 TEST_F(ValidateDecorations, BlockCantAppearWithinABlockBad) { TEST_F() function
1564 TEST_F(ValidateDecorations, BufferblockCantAppearWithinABufferblockBad) { TEST_F() function
1602 TEST_F(ValidateDecorations, BufferblockCantAppearWithinABlockBad) { TEST_F() function
1640 TEST_F(ValidateDecorations, BlockCantAppearWithinABufferblockBad) { TEST_F() function
1681 TEST_F(ValidateDecorations, BlockLayoutForbidsTightScalarVec3PackingBad) { TEST_F() function
1715 TEST_F(ValidateDecorations, TEST_F() function
1748 TEST_F(ValidateDecorations, TEST_F() function
1787 TEST_F(ValidateDecorations, TEST_F() function
1820 TEST_F(ValidateDecorations, TEST_F() function
1853 TEST_F(ValidateDecorations, TEST_F() function
1889 TEST_F(ValidateDecorations, TEST_F() function
1929 TEST_F(ValidateDecorations, TEST_F() function
1966 TEST_F( TEST_F() function
2005 TEST_F( TEST_F() function
2041 TEST_F( TEST_F() function
2077 TEST_F(ValidateDecorations, BufferBlock16bitStandardStorageBufferLayout) { TEST_F() function
2118 TEST_F(ValidateDecorations, BlockArrayExtendedAlignmentGood) { TEST_F() function
2151 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentBad) { TEST_F() function
2188 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentWithRelaxedLayoutStillBad) { TEST_F() function
2231 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentWithVulkan1_1StillBad) { TEST_F() function
2272 TEST_F(ValidateDecorations, TEST_F() function
2310 TEST_F(ValidateDecorations, VulkanBufferBlockOnStorageBufferBad) { TEST_F() function
2341 TEST_F(ValidateDecorations, PushConstantArrayBaseAlignmentGood) { TEST_F() function
2378 TEST_F(ValidateDecorations, PushConstantArrayBadAlignmentBad) { TEST_F() function
2415 TEST_F(ValidateDecorations, TEST_F() function
2444 TEST_F(ValidateDecorations, TEST_F() function
2478 TEST_F(ValidateDecorations, PushConstantMissingBlockGood) { TEST_F() function
2505 TEST_F(ValidateDecorations, VulkanPushConstantMissingBlockBad) { TEST_F() function
2537 TEST_F(ValidateDecorations, MultiplePushConstantsSingleEntryPointGood) { TEST_F() function
2573 TEST_F(ValidateDecorations, TEST_F() function
2616 TEST_F(ValidateDecorations, TEST_F() function
2649 TEST_F(ValidateDecorations, VulkanMultiplePushConstantsSingleEntryPointBad) { TEST_F() function
2692 TEST_F(ValidateDecorations, TEST_F() function
2747 TEST_F(ValidateDecorations, TEST_F() function
2803 TEST_F(ValidateDecorations, VulkanUniformMissingDescriptorSetBad) { TEST_F() function
2842 TEST_F(ValidateDecorations, VulkanUniformMissingBindingBad) { TEST_F() function
2881 TEST_F(ValidateDecorations, VulkanUniformConstantMissingDescriptorSetBad) { TEST_F() function
2914 TEST_F(ValidateDecorations, VulkanUniformConstantMissingBindingBad) { TEST_F() function
2947 TEST_F(ValidateDecorations, VulkanStorageBufferMissingDescriptorSetBad) { TEST_F() function
2987 TEST_F(ValidateDecorations, VulkanStorageBufferMissingBindingBad) { TEST_F() function
3026 TEST_F(ValidateDecorations, TEST_F() function
3072 TEST_F(ValidateDecorations, TEST_F() function
3101 TEST_F(ValidateDecorations, UniformMissingDescriptorSetGood) { TEST_F() function
3130 TEST_F(ValidateDecorations, UniformMissingBindingGood) { TEST_F() function
3159 TEST_F(ValidateDecorations, UniformConstantMissingDescriptorSetGood) { TEST_F() function
3185 TEST_F(ValidateDecorations, UniformConstantMissingBindingGood) { TEST_F() function
3211 TEST_F(ValidateDecorations, StorageBufferMissingDescriptorSetGood) { TEST_F() function
3240 TEST_F(ValidateDecorations, StorageBufferMissingBindingGood) { TEST_F() function
3269 TEST_F(ValidateDecorations, StorageBufferStorageClassArrayBaseAlignmentGood) { TEST_F() function
3305 TEST_F(ValidateDecorations, StorageBufferStorageClassArrayBadAlignmentBad) { TEST_F() function
3345 TEST_F(ValidateDecorations, BufferBlockStandardStorageBufferLayout) { TEST_F() function
3406 TEST_F(ValidateDecorations, TEST_F() function
3438 TEST_F(ValidateDecorations, TEST_F() function
3475 TEST_F(ValidateDecorations, TEST_F() function
3542 TEST_F(ValidateDecorations, TEST_F() function
3609 TEST_F(ValidateDecorations, BlockUniformBufferLayoutIncorrectArrayStrideBad) { TEST_F() function
3677 TEST_F(ValidateDecorations, TEST_F() function
3711 TEST_F(ValidateDecorations, TEST_F() function
3751 TEST_F(ValidateDecorations, TEST_F() function
3785 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodUniversal1_0) { TEST_F() function
3814 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodOpenGL4_5) { TEST_F() function
3843 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodVulkan1_1) { TEST_F() function
3873 TEST_F(ValidateDecorations, BlockLayoutOffsetOverlapBad) { TEST_F() function
3910 TEST_F(ValidateDecorations, BufferBlockEmptyStruct) { TEST_F() function
3936 TEST_F(ValidateDecorations, RowMajorMatrixTightPackingGood) { TEST_F() function
3989 TEST_F(ValidateDecorations, ArrayArrayRowMajorMatrixTightPackingGood) { TEST_F() function
4035 TEST_F(ValidateDecorations, ArrayArrayRowMajorMatrixNextMemberOverlapsBad) { TEST_F() function
4084 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackGood) { TEST_F() function
4125 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackBad) { TEST_F() function
4164 TEST_F(ValidateDecorations, UniformBufferArraySizeCalculationPackGood) { TEST_F() function
4199 TEST_F(ValidateDecorations, UniformBufferArraySizeCalculationPackBad) { TEST_F() function
4239 TEST_F(ValidateDecorations, LayoutNotCheckedWhenSkipBlockLayout) { TEST_F() function
4272 TEST_F(ValidateDecorations, EntryPointVariableWrongStorageClass) { TEST_F() function
4297 TEST_F(ValidateDecorations, VulkanMemoryModelNonCoherent) { TEST_F() function
4318 TEST_F(ValidateDecorations, VulkanMemoryModelNoCoherentMember) { TEST_F() function
4338 TEST_F(ValidateDecorations, VulkanMemoryModelNoVolatile) { TEST_F() function
4359 TEST_F(ValidateDecorations, VulkanMemoryModelNoVolatileMember) { TEST_F() function
4379 TEST_F(ValidateDecorations, FPRoundingModeGood) { TEST_F() function
4409 TEST_F(ValidateDecorations, FPRoundingModeVectorGood) { TEST_F() function
4442 TEST_F(ValidateDecorations, FPRoundingModeNotOpFConvert) { TEST_F() function
4476 TEST_F(ValidateDecorations, FPRoundingModeNoOpStoreGood) { TEST_F() function
4505 TEST_F(ValidateDecorations, FPRoundingModeFConvert64to16Good) { TEST_F() function
4536 TEST_F(ValidateDecorations, FPRoundingModeNotStoreInFloat16) { TEST_F() function
4572 TEST_F(ValidateDecorations, FPRoundingModeMultipleOpStoreGood) { TEST_F() function
4606 TEST_F(ValidateDecorations, FPRoundingModeMultipleUsesBad) { TEST_F() function
4642 TEST_F(ValidateDecorations, VulkanFPRoundingModeGood) { TEST_F() function
4684 TEST_F(ValidateDecorations, VulkanFPRoundingModeBadMode) { TEST_F() function
4731 TEST_F(ValidateDecorations, GroupDecorateTargetsDecorationGroup) { TEST_F() function
4747 TEST_F(ValidateDecorations, GroupDecorateTargetsDecorationGroup2) { TEST_F() function
4764 TEST_F(ValidateDecorations, RecurseThroughRuntimeArray) { TEST_F() function
4791 TEST_F(ValidateDecorations, EmptyStructAtNonZeroOffsetGood) { TEST_F() function
4821 TEST_F(ValidateDecorations, UniformDecorationGood) { TEST_F() function
4884 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV13Bad) { TEST_F() function
4896 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV13BadTargetV14) { TEST_F() function
4906 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV14Good) { TEST_F() function
4914 TEST_F(ValidateDecorations, UniformDecorationTargetsTypeBad) { TEST_F() function
4925 TEST_F(ValidateDecorations, UniformIdDecorationTargetsTypeBad) { TEST_F() function
4936 TEST_F(ValidateDecorations, UniformDecorationTargetsVoidValueBad) { TEST_F() function
4947 TEST_F(ValidateDecorations, UniformIdDecorationTargetsVoidValueBad) { TEST_F() function
4960 TEST_F(ValidateDecorations, TEST_F() function
4972 TEST_F(ValidateDecorations, TEST_F() function
4985 TEST_F(ValidateDecorations, UniformDecorationWithScopeIdV14VulkanEnv) { TEST_F() function
4999 TEST_F(ValidateDecorations, UniformDecorationWithWrongInstructionBad) { TEST_F() function
5011 TEST_F(ValidateDecorations, UniformIdDecorationWithWrongInstructionBad) { TEST_F() function
5024 TEST_F(ValidateDecorations, MultipleOffsetDecorationsOnSameID) { TEST_F() function
5052 TEST_F(ValidateDecorations, MultipleArrayStrideDecorationsOnSameID) { TEST_F() function
5082 TEST_F(ValidateDecorations, MultipleMatrixStrideDecorationsOnSameID) { TEST_F() function
5114 TEST_F(ValidateDecorations, MultipleRowMajorDecorationsOnSameID) { TEST_F() function
5146 TEST_F(ValidateDecorations, MultipleColMajorDecorationsOnSameID) { TEST_F() function
5178 TEST_F(ValidateDecorations, RowMajorAndColMajorDecorationsOnSameID) { TEST_F() function
5210 TEST_F(ValidateDecorations, BlockAndBufferBlockDecorationsOnSameID) { TEST_F() function
5276 TEST_F(ValidateDecorations, NoSignedWrapOnTypeBad) { TEST_F() function
5286 TEST_F(ValidateDecorations, NoSignedWrapOnLabelBad) { TEST_F() function
5295 TEST_F(ValidateDecorations, NoSignedWrapRequiresExtensionBad) { TEST_F() function
5306 TEST_F(ValidateDecorations, NoSignedWrapRequiresExtensionV13Bad) { TEST_F() function
5317 TEST_F(ValidateDecorations, NoSignedWrapOkInSPV14Good) { TEST_F() function
5326 TEST_F(ValidateDecorations, NoSignedWrapIAddGood) { TEST_F() function
5335 TEST_F(ValidateDecorations, NoSignedWrapISubGood) { TEST_F() function
5344 TEST_F(ValidateDecorations, NoSignedWrapIMulGood) { TEST_F() function
5353 TEST_F(ValidateDecorations, NoSignedWrapShiftLeftLogicalGood) { TEST_F() function
5363 TEST_F(ValidateDecorations, NoSignedWrapSNegateGood) { TEST_F() function
5372 TEST_F(ValidateDecorations, NoSignedWrapSRemBad) { TEST_F() function
5382 TEST_F(ValidateDecorations, NoSignedWrapFAddBad) { TEST_F() function
5392 TEST_F(ValidateDecorations, NoSignedWrapExtInstOpenCLGood) { TEST_F() function
5402 TEST_F(ValidateDecorations, NoSignedWrapExtInstGLSLGood) { TEST_F() function
5417 TEST_F(ValidateDecorations, NoUnsignedWrapOnTypeBad) { TEST_F() function
5427 TEST_F(ValidateDecorations, NoUnsignedWrapOnLabelBad) { TEST_F() function
5437 TEST_F(ValidateDecorations, NoUnsignedWrapRequiresExtensionBad) { TEST_F() function
5448 TEST_F(ValidateDecorations, NoUnsignedWrapRequiresExtensionV13Bad) { TEST_F() function
5459 TEST_F(ValidateDecorations, NoUnsignedWrapOkInSPV14Good) { TEST_F() function
5468 TEST_F(ValidateDecorations, NoUnsignedWrapIAddGood) { TEST_F() function
5477 TEST_F(ValidateDecorations, NoUnsignedWrapISubGood) { TEST_F() function
5486 TEST_F(ValidateDecorations, NoUnsignedWrapIMulGood) { TEST_F() function
5495 TEST_F(ValidateDecorations, NoUnsignedWrapShiftLeftLogicalGood) { TEST_F() function
5505 TEST_F(ValidateDecorations, NoUnsignedWrapSNegateGood) { TEST_F() function
5514 TEST_F(ValidateDecorations, NoUnsignedWrapSRemBad) { TEST_F() function
5525 TEST_F(ValidateDecorations, NoUnsignedWrapFAddBad) { TEST_F() function
5536 TEST_F(ValidateDecorations, NoUnsignedWrapExtInstOpenCLGood) { TEST_F() function
5546 TEST_F(ValidateDecorations, NoUnsignedWrapExtInstGLSLGood) { TEST_F() function
5556 TEST_F(ValidateDecorations, AliasedandRestrictBad) { TEST_F() function
5591 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerSuccess) { TEST_F() function
5617 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerMissing) { TEST_F() function
5645 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerBoth) { TEST_F() function
5676 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamSuccess) { TEST_F() function
5706 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamMissing) { TEST_F() function
5738 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamBoth) { TEST_F() function
5772 TEST_F(ValidateDecorations, PSBFPRoundingModeSuccess) { TEST_F() function
5807 TEST_F(ValidateDecorations, InvalidStraddle) { TEST_F() function
5843 TEST_F(ValidateDecorations, DescriptorArray) { TEST_F() function
5880 TEST_F(ValidateDecorations, DescriptorRuntimeArray) { TEST_F() function
5918 TEST_F(ValidateDecorations, MultiDimensionalArray) { TEST_F() function
5955 TEST_F(ValidateDecorations, ImproperStraddleInArray) { TEST_F() function
5995 TEST_F(ValidateDecorations, LargeArray) { TEST_F() function
6124 TEST_F(ValidateDecorations, NonWritableLabelTargetBad) { TEST_F() function
6133 TEST_F(ValidateDecorations, NonWritableTypeTargetBad) { TEST_F() function
6142 TEST_F(ValidateDecorations, NonWritableValueTargetBad) { TEST_F() function
6151 TEST_F(ValidateDecorations, NonWritableValueParamBad) { TEST_F() function
6159 TEST_F(ValidateDecorations, NonWritablePointerParamButWrongTypeBad) { TEST_F() function
6172 TEST_F(ValidateDecorations, NonWritablePointerParamStorageImageGood) { TEST_F() function
6180 TEST_F(ValidateDecorations, NonWritableVarStorageImageGood) { TEST_F() function
6188 TEST_F(ValidateDecorations, NonWritableVarSampledImageBad) { TEST_F() function
6199 TEST_F(ValidateDecorations, NonWritableVarUboGood) { TEST_F() function
6207 TEST_F(ValidateDecorations, NonWritableVarSsboInUniformGood) { TEST_F() function
6232 TEST_F(ValidateDecorations, NonWritableVarSsboInStorageBufferGood) { TEST_F() function
6240 TEST_F(ValidateDecorations, NonWritableMemberOfSsboInStorageBufferGood) { TEST_F() function
6248 TEST_F(ValidateDecorations, NonWritableMemberOfStructGood) { TEST_F() function
6255 TEST_F(ValidateDecorations, NonWritableVarWorkgroupBad) { TEST_F() function
6266 TEST_F(ValidateDecorations, NonWritableVarWorkgroupV14Bad) { TEST_F() function
6278 TEST_F(ValidateDecorations, NonWritableVarPrivateBad) { TEST_F() function
6289 TEST_F(ValidateDecorations, NonWritableVarPrivateV13Bad) { TEST_F() function
6300 TEST_F(ValidateDecorations, NonWritableVarPrivateV14Good) { TEST_F() function
6308 TEST_F(ValidateDecorations, NonWritableVarPrivateV13TargetV14Bad) { TEST_F() function
6319 TEST_F(ValidateDecorations, NonWritableVarFunctionBad) { TEST_F() function
6330 TEST_F(ValidateDecorations, NonWritableArrayGood) { TEST_F() function
6337 TEST_F(ValidateDecorations, NonWritableRuntimeArrayGood) { TEST_F() function
6378 TEST_F(ValidateDecorations, NonWritableVarFunctionV13Bad) { TEST_F() function
6389 TEST_F(ValidateDecorations, NonWritableVarFunctionV14Good) { TEST_F() function
6397 TEST_F(ValidateDecorations, NonWritableVarFunctionV13TargetV14Bad) { TEST_F() function
6408 TEST_F(ValidateDecorations, BufferBlockV13ValV14Good) { TEST_F() function
6421 TEST_F(ValidateDecorations, BufferBlockV14Bad) { TEST_F() function
6440 TEST_F(ValidateDecorations, ComponentDecorationBadTarget) { TEST_F() function
6462 TEST_F(ValidateDecorations, ComponentDecorationBadStorageClass) { TEST_F() function
6487 TEST_F(ValidateDecorations, ComponentDecorationBadTypeVulkan) { TEST_F() function
6543 TEST_F(ValidateDecorations, ComponentDecorationIntGood0Vulkan) { TEST_F() function
6552 TEST_F(ValidateDecorations, ComponentDecorationIntGood1Vulkan) { TEST_F() function
6561 TEST_F(ValidateDecorations, ComponentDecorationIntGood2Vulkan) { TEST_F() function
6570 TEST_F(ValidateDecorations, ComponentDecorationIntGood3Vulkan) { TEST_F() function
6579 TEST_F(ValidateDecorations, ComponentDecorationIntBad4Vulkan) { TEST_F() function
6590 TEST_F(ValidateDecorations, ComponentDecorationVector3GoodVulkan) { TEST_F() function
6599 TEST_F(ValidateDecorations, ComponentDecorationVector4GoodVulkan) { TEST_F() function
6608 TEST_F(ValidateDecorations, ComponentDecorationVector4Bad1Vulkan) { TEST_F() function
6619 TEST_F(ValidateDecorations, ComponentDecorationVector4Bad3Vulkan) { TEST_F() function
6630 TEST_F(ValidateDecorations, ComponentDecorationArrayGoodVulkan) { TEST_F() function
6640 TEST_F(ValidateDecorations, ComponentDecorationArrayBadVulkan) { TEST_F() function
6652 TEST_F(ValidateDecorations, ComponentDecorationBlockGood) { TEST_F() function
6688 TEST_F(ValidateDecorations, ComponentDecorationBlockBadVulkan) { TEST_F() function
6727 TEST_F(ValidateDecorations, ComponentDecorationFunctionParameter) { TEST_F() function
6762 TEST_F(ValidateDecorations, VulkanStorageBufferBlock) { TEST_F() function
6787 TEST_F(ValidateDecorations, VulkanStorageBufferMissingBlock) { TEST_F() function
6813 TEST_F(ValidateDecorations, VulkanStorageBufferArrayMissingBlock) { TEST_F() function
6841 TEST_F(ValidateDecorations, VulkanStorageBufferRuntimeArrayMissingBlock) { TEST_F() function
6870 TEST_F(ValidateDecorations, VulkanUniformBlock) { TEST_F() function
6894 TEST_F(ValidateDecorations, VulkanUniformBufferBlock) { TEST_F() function
6918 TEST_F(ValidateDecorations, VulkanUniformMissingBlock) { TEST_F() function
6944 TEST_F(ValidateDecorations, VulkanUniformArrayMissingBlock) { TEST_F() function
6972 TEST_F(ValidateDecorations, VulkanUniformRuntimeArrayMissingBlock) { TEST_F() function
7001 TEST_F(ValidateDecorations, VulkanArrayStrideZero) { TEST_F() function
7032 TEST_F(ValidateDecorations, VulkanArrayStrideTooSmall) { TEST_F() function
7067 TEST_F(ValidateDecorations, FunctionsWithOpGroupDecorate) { TEST_F() function
7114 TEST_F(ValidateDecorations, LocationVariableGood) { TEST_F() function
7129 TEST_F(ValidateDecorations, LocationStructMemberGood) { TEST_F() function
7143 TEST_F(ValidateDecorations, LocationStructBad) { TEST_F() function
7158 TEST_F(ValidateDecorations, LocationFloatBad) { TEST_F() function
7172 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariable) { TEST_F() function
7204 TEST_F(ValidateDecorations, WorkgroupBlockVariableRequiresV14) { TEST_F() function
7238 TEST_F(ValidateDecorations, WorkgroupSingleNonBlockVariable) { TEST_F() function
7262 TEST_F(ValidateDecorations, WorkgroupMultiBlockVariable) { TEST_F() function
7304 TEST_F(ValidateDecorations, WorkgroupBlockVariableWith8BitType) { TEST_F() function
7338 TEST_F(ValidateDecorations, WorkgroupMultiNonBlockVariable) { TEST_F() function
7365 TEST_F(ValidateDecorations, WorkgroupBlockVariableWith16BitType) { TEST_F() function
7407 TEST_F(ValidateDecorations, WorkgroupBlockVariableScalarLayout) { TEST_F() function
7440 TEST_F(ValidateDecorations, WorkgroupMixBlockAndNonBlockBad) { TEST_F() function
7482 TEST_F(ValidateDecorations, WorkgroupMultiBlockVariableMissingAliased) { TEST_F() function
7528 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableNotAStruct) { TEST_F() function
7561 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableMissingLayout) { TEST_F() function
7595 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableBadLayout) { TEST_F() function
7633 TEST_F(ValidateDecorations, BadMatrixStrideUniform) { TEST_F() function
7668 TEST_F(ValidateDecorations, BadMatrixStrideStorageBuffer) { TEST_F() function
7704 TEST_F(ValidateDecorations, BadMatrixStridePushConstant) { TEST_F() function
7739 TEST_F(ValidateDecorations, BadMatrixStrideStorageBufferScalarLayout) { TEST_F() function
7776 TEST_F(ValidateDecorations, MissingOffsetStructNestedInArray) { TEST_F() function
7810 TEST_F(ValidateDecorations, AllOnesOffset) { TEST_F() function
[all...]
H A Dval_image_test.cpp493 TEST_F(ValidateImage, TypeImageWrongSampledType) { in TEST_F() function
506 TEST_F(ValidateImage, TypeImageVoidSampledTypeVulkan) { in TEST_F() function
525 TEST_F(ValidateImage, TypeImageU32SampledTypeVulkan) { in TEST_F() function
540 TEST_F(ValidateImage, TypeImageI32SampledTypeVulkan) { in TEST_F() function
555 TEST_F(ValidateImage, TypeImageI64SampledTypeNoCapabilityVulkan) { in TEST_F() function
572 TEST_F(ValidateImage, TypeImageI64SampledTypeVulkan) { in TEST_F() function
590 TEST_F(ValidateImage, TypeImageU64SampledTypeNoCapabilityVulkan) { in TEST_F() function
607 TEST_F(ValidateImage, TypeImageU64SampledTypeVulkan) { in TEST_F() function
625 TEST_F(ValidateImage, TypeImageF32SampledTypeVulkan) { in TEST_F() function
640 TEST_F(ValidateImag function
659 TEST_F(ValidateImage, TypeImageF64SampledTypeWithInt64Vulkan) { TEST_F() function
681 TEST_F(ValidateImage, TypeImageWrongDepth) { TEST_F() function
692 TEST_F(ValidateImage, TypeImageWrongArrayed) { TEST_F() function
703 TEST_F(ValidateImage, TypeImageWrongMS) { TEST_F() function
714 TEST_F(ValidateImage, TypeImageWrongSampled) { TEST_F() function
725 TEST_F(ValidateImage, TypeImageWrongSampledForSubpassData) { TEST_F() function
738 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled0_OK) { TEST_F() function
748 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled1_Invalid) { TEST_F() function
759 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled2_Invalid) { TEST_F() function
770 TEST_F(ValidateImage, TypeImage_OpenCL_AccessQualifierMissing) { TEST_F() function
782 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled1_OK) { TEST_F() function
792 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled2_OK) { TEST_F() function
802 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled0_Invalid) { TEST_F() function
815 TEST_F(ValidateImage, TypeImageWrongFormatForSubpassData) { TEST_F() function
828 TEST_F(ValidateImage, TypeImageMultisampleStorageImage_MissingCapability) { TEST_F() function
841 TEST_F(ValidateImage, TypeImageMultisampleStorageImage_UsesCapability) { TEST_F() function
853 TEST_F(ValidateImage, TypeImageMultisampleSubpassData_OK) { TEST_F() function
865 TEST_F(ValidateImage, TypeSampledImage_NotImage_Error) { TEST_F() function
876 TEST_F(ValidateImage, TypeSampledImage_Sampled0_Success) { TEST_F() function
889 TEST_F(ValidateImage, TypeSampledImage_Sampled2_Error) { TEST_F() function
902 TEST_F(ValidateImage, TypeSampledImage_Sampled1_Success) { TEST_F() function
913 TEST_F(ValidateImage, SampledImageSuccess) { TEST_F() function
924 TEST_F(ValidateImage, SampledImageVulkanSuccess) { TEST_F() function
936 TEST_F(ValidateImage, SampledImageWrongResultType) { TEST_F() function
949 TEST_F(ValidateImage, SampledImageNotImage) { TEST_F() function
963 TEST_F(ValidateImage, SampledImageImageNotForSampling) { TEST_F() function
992 TEST_F(ValidateImage, SampledImageNotSampler) { TEST_F() function
1005 TEST_F(ValidateImage, ImageTexelPointerSuccess) { TEST_F() function
1015 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotPointer) { TEST_F() function
1027 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotImageClass) { TEST_F() function
1040 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotNumericNorVoid) { TEST_F() function
1054 TEST_F(ValidateImage, ImageTexelPointerImageNotResultTypePointer) { TEST_F() function
1066 TEST_F(ValidateImage, ImageTexelPointerImageNotImage) { TEST_F() function
1079 TEST_F(ValidateImage, ImageTexelPointerImageSampledNotResultType) { TEST_F() function
1092 TEST_F(ValidateImage, ImageTexelPointerImageDimSubpassDataBad) { TEST_F() function
1106 TEST_F(ValidateImage, ImageTexelPointerImageCoordTypeBad) { TEST_F() function
1118 TEST_F(ValidateImage, ImageTexelPointerImageCoordSizeBad) { TEST_F() function
1131 TEST_F(ValidateImage, ImageTexelPointerSampleNotIntScalar) { TEST_F() function
1143 TEST_F(ValidateImage, ImageTexelPointerSampleNotZeroForImageWithMSZero) { TEST_F() function
1156 TEST_F(ValidateImage, SampleImplicitLodSuccess) { TEST_F() function
1180 TEST_F(ValidateImage, SampleImplicitLodWrongResultType) { TEST_F() function
1194 TEST_F(ValidateImage, SampleImplicitLodWrongNumComponentsResultType) { TEST_F() function
1208 TEST_F(ValidateImage, SampleImplicitLodNotSampledImage) { TEST_F() function
1221 TEST_F(ValidateImage, SampleImplicitLodMultisampleError) { TEST_F() function
1235 TEST_F(ValidateImage, SampleImplicitLodWrongSampledType) { TEST_F() function
1250 TEST_F(ValidateImage, SampleImplicitLodVoidSampledType) { TEST_F() function
1262 TEST_F(ValidateImage, SampleImplicitLodWrongCoordinateType) { TEST_F() function
1276 TEST_F(ValidateImage, SampleImplicitLodCoordinateSizeTooSmall) { TEST_F() function
1291 TEST_F(ValidateImage, SampleExplicitLodSuccessShader) { TEST_F() function
1314 TEST_F(ValidateImage, SampleExplicitLodSuccessKernel) { TEST_F() function
1330 TEST_F(ValidateImage, SampleExplicitLodSuccessCubeArrayed) { TEST_F() function
1342 TEST_F(ValidateImage, SampleExplicitLodWrongResultType) { TEST_F() function
1356 TEST_F(ValidateImage, SampleExplicitLodWrongNumComponentsResultType) { TEST_F() function
1370 TEST_F(ValidateImage, SampleExplicitLodNotSampledImage) { TEST_F() function
1383 TEST_F(ValidateImage, SampleExplicitLodMultisampleError) { TEST_F() function
1397 TEST_F(ValidateImage, SampleExplicitLodWrongSampledType) { TEST_F() function
1412 TEST_F(ValidateImage, SampleExplicitLodVoidSampledType) { TEST_F() function
1424 TEST_F(ValidateImage, SampleExplicitLodWrongCoordinateType) { TEST_F() function
1438 TEST_F(ValidateImage, SampleExplicitLodCoordinateSizeTooSmall) { TEST_F() function
1453 TEST_F(ValidateImage, SampleExplicitLodBias) { TEST_F() function
1469 TEST_F(ValidateImage, LodAndGrad) { TEST_F() function
1485 TEST_F(ValidateImage, ImplicitLodWithLod) { TEST_F() function
1501 TEST_F(ValidateImage, LodWrongType) { TEST_F() function
1515 TEST_F(ValidateImage, LodWrongDim) { TEST_F() function
1529 TEST_F(ValidateImage, MinLodIncompatible) { TEST_F() function
1545 TEST_F(ValidateImage, ImplicitLodWithGrad) { TEST_F() function
1561 TEST_F(ValidateImage, SampleImplicitLodCubeArrayedSuccess) { TEST_F() function
1576 TEST_F(ValidateImage, SampleImplicitLodBiasWrongType) { TEST_F() function
1590 TEST_F(ValidateImage, SampleImplicitLodBiasWrongDim) { TEST_F() function
1605 TEST_F(ValidateImage, SampleExplicitLodGradDxWrongType) { TEST_F() function
1620 TEST_F(ValidateImage, SampleExplicitLodGradDyWrongType) { TEST_F() function
1635 TEST_F(ValidateImage, SampleExplicitLodGradDxWrongSize) { TEST_F() function
1651 TEST_F(ValidateImage, SampleExplicitLodGradDyWrongSize) { TEST_F() function
1667 TEST_F(ValidateImage, SampleImplicitLodConstOffsetCubeDim) { TEST_F() function
1683 TEST_F(ValidateImage, SampleImplicitLodConstOffsetWrongType) { TEST_F() function
1699 TEST_F(ValidateImage, SampleImplicitLodConstOffsetWrongSize) { TEST_F() function
1714 TEST_F(ValidateImage, SampleImplicitLodConstOffsetNotConst) { TEST_F() function
1730 TEST_F(ValidateImage, SampleImplicitLodOffsetCubeDim) { TEST_F() function
1745 TEST_F(ValidateImage, SampleImplicitLodOffsetWrongType) { TEST_F() function
1760 TEST_F(ValidateImage, SampleImplicitLodOffsetWrongSize) { TEST_F() function
1776 TEST_F(ValidateImage, SampleImplicitLodVulkanOffsetWrongSize) { TEST_F() function
1794 TEST_F(ValidateImage, SampleImplicitLodVulkanOffsetWrongBeforeLegalization) { TEST_F() function
1808 TEST_F(ValidateImage, SampleImplicitLodMoreThanOneOffset) { TEST_F() function
1824 TEST_F(ValidateImage, SampleImplicitLodVulkanMoreThanOneOffset) { TEST_F() function
1843 TEST_F(ValidateImage, SampleImplicitLodMinLodWrongType) { TEST_F() function
1857 TEST_F(ValidateImage, SampleImplicitLodMinLodWrongDim) { TEST_F() function
1872 TEST_F(ValidateImage, SampleProjExplicitLodSuccess2D) { TEST_F() function
1895 TEST_F(ValidateImage, SampleProjExplicitLodSuccessRect) { TEST_F() function
1908 TEST_F(ValidateImage, SampleProjExplicitLodWrongResultType) { TEST_F() function
1922 TEST_F(ValidateImage, SampleProjExplicitLodWrongNumComponentsResultType) { TEST_F() function
1936 TEST_F(ValidateImage, SampleProjExplicitLodNotSampledImage) { TEST_F() function
1949 TEST_F(ValidateImage, SampleProjExplicitLodMultisampleError) { TEST_F() function
1963 TEST_F(ValidateImage, SampleProjExplicitLodWrongSampledType) { TEST_F() function
1978 TEST_F(ValidateImage, SampleProjExplicitLodVoidSampledType) { TEST_F() function
1990 TEST_F(ValidateImage, SampleProjExplicitLodWrongCoordinateType) { TEST_F() function
2004 TEST_F(ValidateImage, SampleProjExplicitLodCoordinateSizeTooSmall) { TEST_F() function
2019 TEST_F(ValidateImage, SampleProjImplicitLodSuccess) { TEST_F() function
2043 TEST_F(ValidateImage, SampleProjImplicitLodWrongResultType) { TEST_F() function
2057 TEST_F(ValidateImage, SampleProjImplicitLodWrongNumComponentsResultType) { TEST_F() function
2071 TEST_F(ValidateImage, SampleProjImplicitLodNotSampledImage) { TEST_F() function
2084 TEST_F(ValidateImage, SampleProjImplicitLodMultisampleError) { TEST_F() function
2098 TEST_F(ValidateImage, SampleProjImplicitLodWrongSampledType) { TEST_F() function
2113 TEST_F(ValidateImage, SampleProjImplicitLodVoidSampledType) { TEST_F() function
2125 TEST_F(ValidateImage, SampleProjImplicitLodWrongCoordinateType) { TEST_F() function
2139 TEST_F(ValidateImage, SampleProjImplicitLodCoordinateSizeTooSmall) { TEST_F() function
2154 TEST_F(ValidateImage, SampleDrefImplicitLodSuccess) { TEST_F() function
2178 TEST_F(ValidateImage, SampleDrefImplicitLodWrongResultType) { TEST_F() function
2192 TEST_F(ValidateImage, SampleDrefImplicitLodNotSampledImage) { TEST_F() function
2205 TEST_F(ValidateImage, SampleDrefImplicitLodMultisampleError) { TEST_F() function
2220 TEST_F(ValidateImage, SampleDrefImplicitLodWrongSampledType) { TEST_F() function
2235 TEST_F(ValidateImage, SampleDrefImplicitLodVoidSampledType) { TEST_F() function
2250 TEST_F(ValidateImage, SampleDrefImplicitLodWrongCoordinateType) { TEST_F() function
2264 TEST_F(ValidateImage, SampleDrefImplicitLodCoordinateSizeTooSmall) { TEST_F() function
2279 TEST_F(ValidateImage, SampleDrefImplicitLodWrongDrefType) { TEST_F() function
2293 TEST_F(ValidateImage, SampleDrefExplicitLodSuccess) { TEST_F() function
2316 TEST_F(ValidateImage, SampleDrefExplicitLodWrongResultType) { TEST_F() function
2330 TEST_F(ValidateImage, SampleDrefExplicitLodNotSampledImage) { TEST_F() function
2343 TEST_F(ValidateImage, SampleDrefExplicitLodMultisampleError) { TEST_F() function
2358 TEST_F(ValidateImage, SampleDrefExplicitLodWrongSampledType) { TEST_F() function
2373 TEST_F(ValidateImage, SampleDrefExplicitLodVoidSampledType) { TEST_F() function
2388 TEST_F(ValidateImage, SampleDrefExplicitLodWrongCoordinateType) { TEST_F() function
2402 TEST_F(ValidateImage, SampleDrefExplicitLodCoordinateSizeTooSmall) { TEST_F() function
2417 TEST_F(ValidateImage, SampleDrefExplicitLodWrongDrefType) { TEST_F() function
2431 TEST_F(ValidateImage, SampleProjDrefImplicitLodSuccess) { TEST_F() function
2455 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongResultType) { TEST_F() function
2469 TEST_F(ValidateImage, SampleProjDrefImplicitLodNotSampledImage) { TEST_F() function
2482 TEST_F(ValidateImage, SampleProjDrefImplicitLodMultisampleError) { TEST_F() function
2497 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongSampledType) { TEST_F() function
2512 TEST_F(ValidateImage, SampleProjDrefImplicitLodVoidSampledType) { TEST_F() function
2527 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongCoordinateType) { TEST_F() function
2541 TEST_F(ValidateImage, SampleProjDrefImplicitLodCoordinateSizeTooSmall) { TEST_F() function
2556 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongDrefType) { TEST_F() function
2570 TEST_F(ValidateImage, SampleProjDrefExplicitLodSuccess) { TEST_F() function
2593 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongResultType) { TEST_F() function
2607 TEST_F(ValidateImage, SampleProjDrefExplicitLodNotSampledImage) { TEST_F() function
2620 TEST_F(ValidateImage, SampleProjDrefExplicitLodMultisampleError) { TEST_F() function
2635 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongSampledType) { TEST_F() function
2650 TEST_F(ValidateImage, SampleProjDrefExplicitLodVoidSampledType) { TEST_F() function
2665 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongCoordinateType) { TEST_F() function
2679 TEST_F(ValidateImage, SampleProjDrefExplicitLodCoordinateSizeTooSmall) { TEST_F() function
2694 TEST_F(ValidateImage, FetchSuccess) { TEST_F() function
2711 TEST_F(ValidateImage, FetchMultisampledSuccess) { TEST_F() function
2728 TEST_F(ValidateImage, FetchWrongResultType) { TEST_F() function
2740 TEST_F(ValidateImage, FetchWrongNumComponentsResultType) { TEST_F() function
2752 TEST_F(ValidateImage, FetchNotImage) { TEST_F() function
2766 TEST_F(ValidateImage, FetchSampledImageDirectly) { TEST_F() function
2781 TEST_F(ValidateImage, FetchNotSampled) { TEST_F() function
2793 TEST_F(ValidateImage, FetchCube) { TEST_F() function
2804 TEST_F(ValidateImage, FetchWrongSampledType) { TEST_F() function
2817 TEST_F(ValidateImage, FetchVoidSampledType) { TEST_F() function
2829 TEST_F(ValidateImage, FetchWrongCoordinateType) { TEST_F() function
2841 TEST_F(ValidateImage, FetchCoordinateSizeTooSmall) { TEST_F() function
2854 TEST_F(ValidateImage, FetchLodNotInt) { TEST_F() function
2867 TEST_F(ValidateImage, FetchMultisampledMissingSample) { TEST_F() function
2882 TEST_F(ValidateImage, GatherSuccess) { TEST_F() function
2902 TEST_F(ValidateImage, GatherWrongResultType) { TEST_F() function
2916 TEST_F(ValidateImage, GatherWrongNumComponentsResultType) { TEST_F() function
2930 TEST_F(ValidateImage, GatherNotSampledImage) { TEST_F() function
2943 TEST_F(ValidateImage, GatherMultisampleError) { TEST_F() function
2957 TEST_F(ValidateImage, GatherWrongSampledType) { TEST_F() function
2972 TEST_F(ValidateImage, GatherVoidSampledType) { TEST_F() function
2984 TEST_F(ValidateImage, GatherWrongCoordinateType) { TEST_F() function
2998 TEST_F(ValidateImage, GatherCoordinateSizeTooSmall) { TEST_F() function
3013 TEST_F(ValidateImage, GatherWrongComponentType) { TEST_F() function
3027 TEST_F(ValidateImage, GatherComponentNot32Bit) { TEST_F() function
3041 TEST_F(ValidateImage, GatherComponentSuccessVulkan) { TEST_F() function
3055 TEST_F(ValidateImage, GatherComponentNotConstantVulkan) { TEST_F() function
3075 TEST_F(ValidateImage, GatherDimCube) { TEST_F() function
3091 TEST_F(ValidateImage, GatherConstOffsetsNotArray) { TEST_F() function
3107 TEST_F(ValidateImage, GatherConstOffsetsArrayWrongSize) { TEST_F() function
3123 TEST_F(ValidateImage, GatherConstOffsetsArrayNotVector) { TEST_F() function
3138 TEST_F(ValidateImage, GatherConstOffsetsArrayVectorWrongSize) { TEST_F() function
3153 TEST_F(ValidateImage, GatherConstOffsetsArrayNotConst) { TEST_F() function
3169 TEST_F(ValidateImage, NotGatherWithConstOffsets) { TEST_F() function
3186 TEST_F(ValidateImage, DrefGatherSuccess) { TEST_F() function
3206 TEST_F(ValidateImage, DrefGatherMultisampleError) { TEST_F() function
3220 TEST_F(ValidateImage, DrefGatherVoidSampledType) { TEST_F() function
3235 TEST_F(ValidateImage, DrefGatherWrongDrefType) { TEST_F() function
3249 TEST_F(ValidateImage, ReadSuccess1) { TEST_F() function
3260 TEST_F(ValidateImage, ReadSuccess2) { TEST_F() function
3271 TEST_F(ValidateImage, ReadSuccess3) { TEST_F() function
3282 TEST_F(ValidateImage, ReadSuccess4) { TEST_F() function
3292 TEST_F(ValidateImage, ReadNeedCapabilityStorageImageReadWithoutFormat) { TEST_F() function
3302 TEST_F(ValidateImage, ReadNeedCapabilityStorageImageReadWithoutFormatVulkan) { TEST_F() function
3317 TEST_F(ValidateImage, ReadNeedCapabilityImage1D) { TEST_F() function
3330 TEST_F(ValidateImage, ReadNeedCapabilityImageCubeArray) { TEST_F() function
3345 TEST_F(ValidateImage, DISABLED_ReadWrongResultType) { TEST_F() function
3358 TEST_F(ValidateImage, ReadScalarResultType_Universal) { TEST_F() function
3370 TEST_F(ValidateImage, ReadUnusualNumComponentsResultType_Universal) { TEST_F() function
3382 TEST_F(ValidateImage, ReadWrongNumComponentsResultType_Vulkan) { TEST_F() function
3399 TEST_F(ValidateImage, ReadNotImage) { TEST_F() function
3412 TEST_F(ValidateImage, ReadImageSampled) { TEST_F() function
3425 TEST_F(ValidateImage, ReadWrongSampledType) { TEST_F() function
3439 TEST_F(ValidateImage, ReadVoidSampledType) { TEST_F() function
3452 TEST_F(ValidateImage, ReadWrongCoordinateType) { TEST_F() function
3465 TEST_F(ValidateImage, ReadCoordinateSizeTooSmall) { TEST_F() function
3479 TEST_F(ValidateImage, WriteSuccess1) { TEST_F() function
3490 TEST_F(ValidateImage, WriteSuccess2) { TEST_F() function
3501 TEST_F(ValidateImage, WriteSuccess3) { TEST_F() function
3512 TEST_F(ValidateImage, WriteSuccess4) { TEST_F() function
3535 TEST_F(ValidateImage, WriteSubpassData) { TEST_F() function
3547 TEST_F(ValidateImage, WriteNeedCapabilityStorageImageWriteWithoutFormat) { TEST_F() function
3557 TEST_F(ValidateImage, WriteNeedCapabilityStorageImageWriteWithoutFormatVulkan) { TEST_F() function
3574 TEST_F(ValidateImage, WriteNeedCapabilityImage1D) { TEST_F() function
3587 TEST_F(ValidateImage, WriteNeedCapabilityImageCubeArray) { TEST_F() function
3601 TEST_F(ValidateImage, WriteNotImage) { TEST_F() function
3613 TEST_F(ValidateImage, WriteImageSampled) { TEST_F() function
3626 TEST_F(ValidateImage, WriteWrongCoordinateType) { TEST_F() function
3639 TEST_F(ValidateImage, WriteCoordinateSizeTooSmall) { TEST_F() function
3653 TEST_F(ValidateImage, WriteTexelWrongType) { TEST_F() function
3666 TEST_F(ValidateImage, DISABLED_WriteTexelNotVector4) { TEST_F() function
3679 TEST_F(ValidateImage, WriteTexelWrongComponentType) { TEST_F() function
3694 TEST_F(ValidateImage, WriteSampleNotInteger) { TEST_F() function
3718 TEST_F(ValidateImage, WriteSampleNotMultisampled) { TEST_F() function
3732 TEST_F(ValidateImage, SampleWrongOpcode) { TEST_F() function
3746 TEST_F(ValidateImage, SampleImageToImageSuccess) { TEST_F() function
3758 TEST_F(ValidateImage, SampleImageToImageWrongResultType) { TEST_F() function
3772 TEST_F(ValidateImage, SampleImageToImageNotSampledImage) { TEST_F() function
3785 TEST_F(ValidateImage, SampleImageToImageNotTheSameImageType) { TEST_F() function
3800 TEST_F(ValidateImage, QueryFormatSuccess) { TEST_F() function
3810 TEST_F(ValidateImage, QueryFormatWrongResultType) { TEST_F() function
3822 TEST_F(ValidateImage, QueryFormatNotImage) { TEST_F() function
3836 TEST_F(ValidateImage, QueryOrderSuccess) { TEST_F() function
3846 TEST_F(ValidateImage, QueryOrderWrongResultType) { TEST_F() function
3858 TEST_F(ValidateImage, QueryOrderNotImage) { TEST_F() function
3872 TEST_F(ValidateImage, QuerySizeLodSuccess) { TEST_F() function
3882 TEST_F(ValidateImage, QuerySizeLodWrongResultType) { TEST_F() function
3895 TEST_F(ValidateImage, QuerySizeLodResultTypeWrongSize) { TEST_F() function
3907 TEST_F(ValidateImage, QuerySizeLodNotImage) { TEST_F() function
3921 TEST_F(ValidateImage, QuerySizeLodSampledImageDirectly) { TEST_F() function
3936 TEST_F(ValidateImage, QuerySizeLodMultisampledError) { TEST_F() function
3947 TEST_F(ValidateImage, QuerySizeLodNonSampledUniversalSuccess) { TEST_F() function
3958 TEST_F(ValidateImage, QuerySizeLodVulkanNonSampledError) { TEST_F() function
3999 TEST_F(ValidateImage, QuerySizeLodWrongImageDim) { TEST_F() function
4011 TEST_F(ValidateImage, QuerySizeLodWrongLodType) { TEST_F() function
4023 TEST_F(ValidateImage, QuerySizeSuccess) { TEST_F() function
4033 TEST_F(ValidateImage, QuerySizeWrongResultType) { TEST_F() function
4046 TEST_F(ValidateImage, QuerySizeNotImage) { TEST_F() function
4060 TEST_F(ValidateImage, QuerySizeSampledImageDirectly) { TEST_F() function
4075 TEST_F(ValidateImage, QuerySizeDimSubpassDataBad) { TEST_F() function
4088 TEST_F(ValidateImage, QuerySizeWrongSampling) { TEST_F() function
4101 TEST_F(ValidateImage, QuerySizeWrongNumberOfComponents) { TEST_F() function
4113 TEST_F(ValidateImage, QueryLodSuccessKernel) { TEST_F() function
4126 TEST_F(ValidateImage, QueryLodSuccessShader) { TEST_F() function
4138 TEST_F(ValidateImage, QueryLodWrongResultType) { TEST_F() function
4152 TEST_F(ValidateImage, QueryLodResultTypeWrongSize) { TEST_F() function
4166 TEST_F(ValidateImage, QueryLodNotSampledImage) { TEST_F() function
4179 TEST_F(ValidateImage, QueryLodWrongDim) { TEST_F() function
4193 TEST_F(ValidateImage, QueryLodWrongCoordinateType) { TEST_F() function
4207 TEST_F(ValidateImage, QueryLodCoordinateSizeTooSmall) { TEST_F() function
4222 TEST_F(ValidateImage, QueryLevelsSuccess) { TEST_F() function
4232 TEST_F(ValidateImage, QueryLevelsWrongResultType) { TEST_F() function
4244 TEST_F(ValidateImage, QueryLevelsNotImage) { TEST_F() function
4258 TEST_F(ValidateImage, QueryLevelsSampledImageDirectly) { TEST_F() function
4273 TEST_F(ValidateImage, QueryLevelsWrongDim) { TEST_F() function
4285 TEST_F(ValidateImage, QuerySizeLevelsNonSampledUniversalSuccess) { TEST_F() function
4296 TEST_F(ValidateImage, QuerySizeLevelsVulkanNonSampledError) { TEST_F() function
4334 TEST_F(ValidateImage, QuerySamplesSuccess) { TEST_F() function
4344 TEST_F(ValidateImage, QuerySamplesNot2D) { TEST_F() function
4355 TEST_F(ValidateImage, QuerySamplesNotMultisampled) { TEST_F() function
4366 TEST_F(ValidateImage, QueryLodWrongExecutionModel) { TEST_F() function
4382 TEST_F(ValidateImage, QueryLodWrongExecutionModelWithFunc) { TEST_F() function
4403 TEST_F(ValidateImage, QueryLodComputeShaderDerivatives) { TEST_F() function
4424 TEST_F(ValidateImage, QueryLodUniversalSuccess) { TEST_F() function
4472 TEST_F(ValidateImage, QueryLodVulkanNonSampledError) { TEST_F() function
4520 TEST_F(ValidateImage, QueryLodComputeShaderDerivativesMissingMode) { TEST_F() function
4544 TEST_F(ValidateImage, ImplicitLodWrongExecutionModel) { TEST_F() function
4559 TEST_F(ValidateImage, ImplicitLodComputeShaderDerivatives) { TEST_F() function
4580 TEST_F(ValidateImage, ImplicitLodComputeShaderDerivativesMissingMode) { TEST_F() function
4605 TEST_F(ValidateImage, ReadSubpassDataWrongExecutionModel) { TEST_F() function
4618 TEST_F(ValidateImage, SparseSampleImplicitLodSuccess) { TEST_F() function
4642 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotStruct) { TEST_F() function
4656 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotTwoMembers1) { TEST_F() function
4671 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotTwoMembers2) { TEST_F() function
4686 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeFirstMemberNotInt) { TEST_F() function
4701 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeTexelNotVector) { TEST_F() function
4716 TEST_F(ValidateImage, SparseSampleImplicitLodWrongNumComponentsTexel) { TEST_F() function
4731 TEST_F(ValidateImage, SparseSampleImplicitLodWrongComponentTypeTexel) { TEST_F() function
4746 TEST_F(ValidateImage, SparseSampleDrefImplicitLodSuccess) { TEST_F() function
4770 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotStruct) { TEST_F() function
4784 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotTwoMembers1) { TEST_F() function
4800 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotTwoMembers2) { TEST_F() function
4816 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeFirstMemberNotInt) { TEST_F() function
4832 TEST_F(ValidateImage, SparseSampleDrefImplicitLodDifferentSampledType) { TEST_F() function
4847 TEST_F(ValidateImage, SparseFetchSuccess) { TEST_F() function
4864 TEST_F(ValidateImage, SparseFetchResultTypeNotStruct) { TEST_F() function
4876 TEST_F(ValidateImage, SparseFetchResultTypeNotTwoMembers1) { TEST_F() function
4889 TEST_F(ValidateImage, SparseFetchResultTypeNotTwoMembers2) { TEST_F() function
4902 TEST_F(ValidateImage, SparseFetchResultTypeFirstMemberNotInt) { TEST_F() function
4915 TEST_F(ValidateImage, SparseFetchResultTypeTexelNotVector) { TEST_F() function
4928 TEST_F(ValidateImage, SparseFetchWrongNumComponentsTexel) { TEST_F() function
4941 TEST_F(ValidateImage, SparseFetchWrongComponentTypeTexel) { TEST_F() function
4954 TEST_F(ValidateImage, SparseReadSuccess) { TEST_F() function
4965 TEST_F(ValidateImage, SparseReadResultTypeNotStruct) { TEST_F() function
4978 TEST_F(ValidateImage, SparseReadResultTypeNotTwoMembers1) { TEST_F() function
4992 TEST_F(ValidateImage, SparseReadResultTypeNotTwoMembers2) { TEST_F() function
5006 TEST_F(ValidateImage, SparseReadResultTypeFirstMemberNotInt) { TEST_F() function
5020 TEST_F(ValidateImage, SparseReadResultTypeTexelWrongType) { TEST_F() function
5034 TEST_F(ValidateImage, SparseReadWrongComponentTypeTexel) { TEST_F() function
5048 TEST_F(ValidateImage, SparseReadSubpassDataNotAllowed) { TEST_F() function
5062 TEST_F(ValidateImage, SparseGatherSuccess) { TEST_F() function
5081 TEST_F(ValidateImage, SparseGatherResultTypeNotStruct) { TEST_F() function
5095 TEST_F(ValidateImage, SparseGatherResultTypeNotTwoMembers1) { TEST_F() function
5110 TEST_F(ValidateImage, SparseGatherResultTypeNotTwoMembers2) { TEST_F() function
5125 TEST_F(ValidateImage, SparseGatherResultTypeFirstMemberNotInt) { TEST_F() function
5140 TEST_F(ValidateImage, SparseGatherResultTypeTexelNotVector) { TEST_F() function
5155 TEST_F(ValidateImage, SparseGatherWrongNumComponentsTexel) { TEST_F() function
5170 TEST_F(ValidateImage, SparseGatherWrongComponentTypeTexel) { TEST_F() function
5185 TEST_F(ValidateImage, SparseTexelsResidentSuccess) { TEST_F() function
5194 TEST_F(ValidateImage, SparseTexelsResidentResultTypeNotBool) { TEST_F() function
5205 TEST_F(ValidateImage, MakeTexelVisibleKHRSuccessImageRead) { TEST_F() function
5222 TEST_F(ValidateImage, MakeTexelVisibleKHRSuccessImageSparseRead) { TEST_F() function
5239 TEST_F(ValidateImage, MakeTexelVisibleKHRFailureOpcode) { TEST_F() function
5263 TEST_F(ValidateImage, MakeTexelVisibleKHRFailureMissingNonPrivate) { TEST_F() function
5284 TEST_F(ValidateImage, MakeTexelAvailableKHRSuccessImageWrite) { TEST_F() function
5301 TEST_F(ValidateImage, MakeTexelAvailableKHRFailureOpcode) { TEST_F() function
5324 TEST_F(ValidateImage, MakeTexelAvailableKHRFailureMissingNonPrivate) { TEST_F() function
5345 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageWriteBad) { TEST_F() function
5367 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageWriteGood) { TEST_F() function
5385 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageReadBad) { TEST_F() function
5407 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageReadGood) { TEST_F() function
5427 TEST_F(ValidateImage, Issue2463NoSegFault) { TEST_F() function
5460 TEST_F(ValidateImage, SignExtendV13Bad) { TEST_F() function
5471 TEST_F(ValidateImage, ZeroExtendV13Bad) { TEST_F() function
5482 TEST_F(ValidateImage, SignExtendScalarUIntTexelV14Good) { TEST_F() function
5497 TEST_F(ValidateImage, SignExtendScalarSIntTexelV14Good) { TEST_F() function
5512 TEST_F(ValidateImage, SignExtendScalarVectorUIntTexelV14Good) { TEST_F() function
5526 TEST_F(ValidateImage, SignExtendVectorSIntTexelV14Good) { TEST_F() function
5543 TEST_F(ValidateImage, ZeroExtendScalarUIntTexelV14Good) { TEST_F() function
5558 TEST_F(ValidateImage, ZeroExtendScalarSIntTexelV14Good) { TEST_F() function
5573 TEST_F(ValidateImage, ZeroExtendScalarVectorUIntTexelV14Good) { TEST_F() function
5587 TEST_F(ValidateImage, ZeroExtendVectorSIntTexelV14Good) { TEST_F() function
5601 TEST_F(ValidateImage, ReadLodAMDSuccess1) { TEST_F() function
5617 TEST_F(ValidateImage, ReadLodAMDSuccess2) { TEST_F() function
5633 TEST_F(ValidateImage, ReadLodAMDSuccess3) { TEST_F() function
5649 TEST_F(ValidateImage, ReadLodAMDNeedCapability) { TEST_F() function
5666 TEST_F(ValidateImage, WriteLodAMDSuccess1) { TEST_F() function
5682 TEST_F(ValidateImage, WriteLodAMDSuccess2) { TEST_F() function
5698 TEST_F(ValidateImage, WriteLodAMDSuccess3) { TEST_F() function
5714 TEST_F(ValidateImage, WriteLodAMDNeedCapability) { TEST_F() function
5731 TEST_F(ValidateImage, SparseReadLodAMDSuccess) { TEST_F() function
5747 TEST_F(ValidateImage, SparseReadLodAMDNeedCapability) { TEST_F() function
5764 TEST_F(ValidateImage, GatherBiasAMDSuccess) { TEST_F() function
5780 TEST_F(ValidateImage, GatherLodAMDSuccess) { TEST_F() function
5796 TEST_F(ValidateImage, SparseGatherBiasAMDSuccess) { TEST_F() function
5812 TEST_F(ValidateImage, SparseGatherLodAMDSuccess) { TEST_F() function
5854 TEST_F(ValidateImage, Image64MissingCapability) { TEST_F() function
5862 TEST_F(ValidateImage, Image64MissingExtension) { TEST_F() function
5874 TEST_F(ValidateImage, ImageTexelPointer64Success) { TEST_F() function
5888 TEST_F(ValidateImage, ImageTexelPointer64ResultTypeNotPointer) { TEST_F() function
5904 TEST_F(ValidateImage, ImageTexelPointer64ResultTypeNotImageClass) { TEST_F() function
5921 TEST_F(ValidateImage, ImageTexelPointer64SampleNotZeroForImageWithMSZero) { TEST_F() function
5938 TEST_F(ValidateImage, ImageTexelPointerR32uiSuccessVulkan) { TEST_F() function
5949 TEST_F(ValidateImage, ImageTexelPointerR32iSuccessVulkan) { TEST_F() function
5969 TEST_F(ValidateImage, ImageTexelPointerR64uiSuccessVulkan) { TEST_F() function
5983 TEST_F(ValidateImage, ImageTexelPointerR64iSuccessVulkan) { TEST_F() function
5997 TEST_F(ValidateImage, ImageTexelPointerR32fSuccessVulkan) { TEST_F() function
6016 TEST_F(ValidateImage, ImageTexelPointerRgba32iVulkan) { TEST_F() function
6041 TEST_F(ValidateImage, ImageTexelPointerRgba16fVulkan) { TEST_F() function
6066 TEST_F(ValidateImage, ImageExecutionModeLimitationNoMode) { TEST_F() function
[all...]
H A Dval_arithmetics_test.cpp170 TEST_F(ValidateArithmetics, F32Success) { in TEST_F() function
185 TEST_F(ValidateArithmetics, F64Success) { in TEST_F() function
200 TEST_F(ValidateArithmetics, Int32Success) { in TEST_F() function
218 TEST_F(ValidateArithmetics, Int64Success) { in TEST_F() function
236 TEST_F(ValidateArithmetics, F32Vec2Success) { in TEST_F() function
251 TEST_F(ValidateArithmetics, F64Vec2Success) { in TEST_F() function
266 TEST_F(ValidateArithmetics, U32Vec2Success) { in TEST_F() function
281 TEST_F(ValidateArithmetics, FNegateTypeIdU32) { in TEST_F() function
294 TEST_F(ValidateArithmetics, FNegateTypeIdVec2U32) { in TEST_F() function
307 TEST_F(ValidateArithmetic function
319 TEST_F(ValidateArithmetics, FMulTypeIdU32) { TEST_F() function
332 TEST_F(ValidateArithmetics, FMulTypeIdVec2U32) { TEST_F() function
345 TEST_F(ValidateArithmetics, FMulWrongOperand1) { TEST_F() function
357 TEST_F(ValidateArithmetics, FMulWrongOperand2) { TEST_F() function
369 TEST_F(ValidateArithmetics, FMulWrongVectorOperand1) { TEST_F() function
381 TEST_F(ValidateArithmetics, FMulWrongVectorOperand2) { TEST_F() function
393 TEST_F(ValidateArithmetics, IMulFloatTypeId) { TEST_F() function
405 TEST_F(ValidateArithmetics, IMulFloatOperand1) { TEST_F() function
417 TEST_F(ValidateArithmetics, IMulFloatOperand2) { TEST_F() function
429 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand1) { TEST_F() function
442 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand2) { TEST_F() function
455 TEST_F(ValidateArithmetics, IMulWrongBitWidthVector) { TEST_F() function
468 TEST_F(ValidateArithmetics, IMulVectorScalarOperand1) { TEST_F() function
481 TEST_F(ValidateArithmetics, IMulVectorScalarOperand2) { TEST_F() function
494 TEST_F(ValidateArithmetics, IMulScalarVectorOperand1) { TEST_F() function
507 TEST_F(ValidateArithmetics, IMulScalarVectorOperand2) { TEST_F() function
520 TEST_F(ValidateArithmetics, SNegateFloat) { TEST_F() function
532 TEST_F(ValidateArithmetics, UDivFloatType) { TEST_F() function
545 TEST_F(ValidateArithmetics, UDivSignedIntType) { TEST_F() function
558 TEST_F(ValidateArithmetics, UDivWrongOperand1) { TEST_F() function
570 TEST_F(ValidateArithmetics, UDivWrongOperand2) { TEST_F() function
582 TEST_F(ValidateArithmetics, DotSuccess) { TEST_F() function
591 TEST_F(ValidateArithmetics, DotWrongTypeId) { TEST_F() function
602 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand1) { TEST_F() function
613 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand2) { TEST_F() function
625 TEST_F(ValidateArithmetics, DotWrongComponentOperand1) { TEST_F() function
637 TEST_F(ValidateArithmetics, DotWrongComponentOperand2) { TEST_F() function
649 TEST_F(ValidateArithmetics, DotDifferentVectorSize) { TEST_F() function
662 TEST_F(ValidateArithmetics, VectorTimesScalarSuccess) { TEST_F() function
671 TEST_F(ValidateArithmetics, VectorTimesScalarWrongTypeId) { TEST_F() function
683 TEST_F(ValidateArithmetics, VectorTimesScalarWrongVector) { TEST_F() function
696 TEST_F(ValidateArithmetics, VectorTimesScalarWrongScalar) { TEST_F() function
709 TEST_F(ValidateArithmetics, MatrixTimesScalarSuccess) { TEST_F() function
718 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongTypeId) { TEST_F() function
730 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongMatrix) { TEST_F() function
743 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongScalar) { TEST_F() function
756 TEST_F(ValidateArithmetics, VectorTimesMatrix2x22Success) { TEST_F() function
765 TEST_F(ValidateArithmetics, VectorTimesMatrix3x32Success) { TEST_F() function
774 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongTypeId) { TEST_F() function
786 TEST_F(ValidateArithmetics, VectorTimesMatrixNotFloatVector) { TEST_F() function
798 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongVectorComponent) { TEST_F() function
812 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrix) { TEST_F() function
824 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrixComponent) { TEST_F() function
838 TEST_F(ValidateArithmetics, VectorTimesMatrix2eq2x23Fail) { TEST_F() function
852 TEST_F(ValidateArithmetics, VectorTimesMatrix2x32Fail) { TEST_F() function
866 TEST_F(ValidateArithmetics, MatrixTimesVector22x2Success) { TEST_F() function
875 TEST_F(ValidateArithmetics, MatrixTimesVector23x3Success) { TEST_F() function
884 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongTypeId) { TEST_F() function
896 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrix) { TEST_F() function
908 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrixCol) { TEST_F() function
922 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongVector) { TEST_F() function
934 TEST_F(ValidateArithmetics, MatrixTimesVectorDifferentComponents) { TEST_F() function
946 TEST_F(ValidateArithmetics, MatrixTimesVector22x3Fail) { TEST_F() function
960 TEST_F(ValidateArithmetics, MatrixTimesMatrix22x22Success) { TEST_F() function
969 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x32Success) { TEST_F() function
978 TEST_F(ValidateArithmetics, MatrixTimesMatrix33x33Success) { TEST_F() function
987 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongTypeId) { TEST_F() function
1000 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongLeftOperand) { TEST_F() function
1013 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongRightOperand) { TEST_F() function
1026 TEST_F(ValidateArithmetics, MatrixTimesMatrix32x23Fail) { TEST_F() function
1040 TEST_F(ValidateArithmetics, MatrixTimesMatrixDifferentComponents) { TEST_F() function
1053 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x23Fail) { TEST_F() function
1066 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x22Fail) { TEST_F() function
1079 TEST_F(ValidateArithmetics, OuterProduct2x2Success) { TEST_F() function
1088 TEST_F(ValidateArithmetics, OuterProduct3x2Success) { TEST_F() function
1097 TEST_F(ValidateArithmetics, OuterProduct2x3Success) { TEST_F() function
1106 TEST_F(ValidateArithmetics, OuterProductWrongTypeId) { TEST_F() function
1118 TEST_F(ValidateArithmetics, OuterProductWrongLeftOperand) { TEST_F() function
1131 TEST_F(ValidateArithmetics, OuterProductRightOperandNotFloatVector) { TEST_F() function
1143 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongComponent) { TEST_F() function
1155 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongDimension) { TEST_F() function
1230 TEST_F(ValidateArithmetics, CoopMatSuccess) { TEST_F() function
1254 TEST_F(ValidateArithmetics, CoopMatFMulFail) { TEST_F() function
1267 TEST_F(ValidateArithmetics, CoopMatMatrixTimesScalarMismatchFail) { TEST_F() function
1280 TEST_F(ValidateArithmetics, CoopMatScopeFail) { TEST_F() function
1300 TEST_F(ValidateArithmetics, CoopMatDimFail) { TEST_F() function
1312 TEST_F(ValidateArithmetics, CoopMatComponentTypeNotScalarNumeric) { TEST_F() function
1324 TEST_F(ValidateArithmetics, CoopMatScopeNotConstantInt) { TEST_F() function
1337 TEST_F(ValidateArithmetics, CoopMatRowsNotConstantInt) { TEST_F() function
1350 TEST_F(ValidateArithmetics, CoopMatColumnsNotConstantInt) { TEST_F() function
1363 TEST_F(ValidateArithmetics, IAddCarrySuccess) { TEST_F() function
1373 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotStruct) { TEST_F() function
1384 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotTwoMembers) { TEST_F() function
1396 TEST_F(ValidateArithmetics, IAddCarryResultTypeMemberNotUnsignedInt) { TEST_F() function
1409 TEST_F(ValidateArithmetics, IAddCarryWrongLeftOperand) { TEST_F() function
1421 TEST_F(ValidateArithmetics, IAddCarryWrongRightOperand) { TEST_F() function
1433 TEST_F(ValidateArithmetics, OpSMulExtendedSuccess) { TEST_F() function
1445 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMemberNotInt) { TEST_F() function
1458 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMembersNotIdentical) { TEST_F() function
[all...]
H A Dval_conversion_test.cpp277 TEST_F(ValidateConversion, ConvertFToUSuccess) { in TEST_F() function
288 TEST_F(ValidateConversion, ConvertFToUWrongResultType) { in TEST_F() function
300 TEST_F(ValidateConversion, ConvertFToUWrongInputType) { in TEST_F() function
312 TEST_F(ValidateConversion, ConvertFToUDifferentDimension) { in TEST_F() function
324 TEST_F(ValidateConversion, ConvertFToSSuccess) { in TEST_F() function
335 TEST_F(ValidateConversion, ConvertFToSWrongResultType) { in TEST_F() function
348 TEST_F(ValidateConversion, ConvertFToSWrongInputType) { in TEST_F() function
360 TEST_F(ValidateConversion, ConvertFToSDifferentDimension) { in TEST_F() function
372 TEST_F(ValidateConversion, ConvertSToFSuccess) { in TEST_F() function
383 TEST_F(ValidateConversio function
396 TEST_F(ValidateConversion, ConvertSToFWrongInputType) { TEST_F() function
408 TEST_F(ValidateConversion, ConvertSToFDifferentDimension) { TEST_F() function
420 TEST_F(ValidateConversion, UConvertSuccess) { TEST_F() function
431 TEST_F(ValidateConversion, UConvertWrongResultType) { TEST_F() function
443 TEST_F(ValidateConversion, UConvertWrongInputType) { TEST_F() function
454 TEST_F(ValidateConversion, UConvertDifferentDimension) { TEST_F() function
466 TEST_F(ValidateConversion, UConvertSameBitWidth) { TEST_F() function
478 TEST_F(ValidateConversion, SConvertSuccess) { TEST_F() function
489 TEST_F(ValidateConversion, SConvertWrongResultType) { TEST_F() function
501 TEST_F(ValidateConversion, SConvertWrongInputType) { TEST_F() function
512 TEST_F(ValidateConversion, SConvertDifferentDimension) { TEST_F() function
524 TEST_F(ValidateConversion, SConvertSameBitWidth) { TEST_F() function
536 TEST_F(ValidateConversion, FConvertSuccess) { TEST_F() function
547 TEST_F(ValidateConversion, FConvertWrongResultType) { TEST_F() function
560 TEST_F(ValidateConversion, FConvertWrongInputType) { TEST_F() function
572 TEST_F(ValidateConversion, FConvertDifferentDimension) { TEST_F() function
584 TEST_F(ValidateConversion, FConvertSameBitWidth) { TEST_F() function
596 TEST_F(ValidateConversion, QuantizeToF16Success) { TEST_F() function
607 TEST_F(ValidateConversion, QuantizeToF16WrongResultType) { TEST_F() function
620 TEST_F(ValidateConversion, QuantizeToF16WrongResultTypeBitWidth) { TEST_F() function
633 TEST_F(ValidateConversion, QuantizeToF16WrongInputType) { TEST_F() function
646 TEST_F(ValidateConversion, ConvertPtrToUSuccess) { TEST_F() function
657 TEST_F(ValidateConversion, ConvertPtrToUWrongResultType) { TEST_F() function
670 TEST_F(ValidateConversion, ConvertPtrToUNotPointer) { TEST_F() function
681 TEST_F(ValidateConversion, SatConvertSToUSuccess) { TEST_F() function
692 TEST_F(ValidateConversion, SatConvertSToUWrongResultType) { TEST_F() function
704 TEST_F(ValidateConversion, SatConvertSToUWrongInputType) { TEST_F() function
716 TEST_F(ValidateConversion, SatConvertSToUDifferentDimension) { TEST_F() function
729 TEST_F(ValidateConversion, ConvertUToPtrSuccess) { TEST_F() function
739 TEST_F(ValidateConversion, ConvertUToPtrWrongResultType) { TEST_F() function
750 TEST_F(ValidateConversion, ConvertUToPtrNotInt) { TEST_F() function
761 TEST_F(ValidateConversion, ConvertUToPtrNotIntScalar) { TEST_F() function
772 TEST_F(ValidateConversion, PtrCastToGenericSuccess) { TEST_F() function
782 TEST_F(ValidateConversion, PtrCastToGenericWrongResultType) { TEST_F() function
795 TEST_F(ValidateConversion, PtrCastToGenericWrongResultStorageClass) { TEST_F() function
808 TEST_F(ValidateConversion, PtrCastToGenericWrongInputType) { TEST_F() function
820 TEST_F(ValidateConversion, PtrCastToGenericWrongInputStorageClass) { TEST_F() function
832 TEST_F(ValidateConversion, PtrCastToGenericPointToDifferentType) { TEST_F() function
846 TEST_F(ValidateConversion, GenericCastToPtrSuccess) { TEST_F() function
859 TEST_F(ValidateConversion, GenericCastToPtrWrongResultType) { TEST_F() function
873 TEST_F(ValidateConversion, GenericCastToPtrWrongResultStorageClass) { TEST_F() function
887 TEST_F(ValidateConversion, GenericCastToPtrWrongInputType) { TEST_F() function
900 TEST_F(ValidateConversion, GenericCastToPtrWrongInputStorageClass) { TEST_F() function
913 TEST_F(ValidateConversion, GenericCastToPtrPointToDifferentType) { TEST_F() function
928 TEST_F(ValidateConversion, GenericCastToPtrExplicitSuccess) { TEST_F() function
941 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongResultType) { TEST_F() function
956 TEST_F(ValidateConversion, GenericCastToPtrExplicitResultStorageClassDiffers) { TEST_F() function
970 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongResultStorageClass) { TEST_F() function
985 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongInputType) { TEST_F() function
999 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongInputStorageClass) { TEST_F() function
1012 TEST_F(ValidateConversion, GenericCastToPtrExplicitPointToDifferentType) { TEST_F() function
1027 TEST_F(ValidateConversion, CoopMatConversionSuccess) { TEST_F() function
1103 TEST_F(ValidateConversion, CoopMatConversionShapesMismatchFail) { TEST_F() function
1150 TEST_F(ValidateConversion, CoopMatConversionShapesMismatchPass) { TEST_F() function
1193 TEST_F(ValidateConversion, BitcastSuccess) { TEST_F() function
1211 TEST_F(ValidateConversion, BitcastSuccessSPV1p5) { TEST_F() function
1231 TEST_F(ValidateConversion, BitcastSuccessPhysicalStorageBufferKHR) { TEST_F() function
1254 TEST_F(ValidateConversion, BitcastInputHasNoType) { TEST_F() function
1265 TEST_F(ValidateConversion, BitcastWrongResultType) { TEST_F() function
1278 TEST_F(ValidateConversion, BitcastWrongInputType) { TEST_F() function
1290 TEST_F(ValidateConversion, BitcastPtrWrongInputType) { TEST_F() function
1302 TEST_F(ValidateConversion, BitcastPtrWrongInputTypeSPV1p5) { TEST_F() function
1315 TEST_F(ValidateConversion, BitcastPtrWrongInputTypePhysicalStorageBufferKHR) { TEST_F() function
1330 TEST_F(ValidateConversion, BitcastPtrWrongInputTypeIntVectorSPV1p5) { TEST_F() function
1343 TEST_F(ValidateConversion, TEST_F() function
1359 TEST_F(ValidateConversion, BitcastPtrWrongResultType) { TEST_F() function
1371 TEST_F(ValidateConversion, BitcastPtrWrongResultTypeSPV1p5) { TEST_F() function
1384 TEST_F(ValidateConversion, BitcastPtrWrongResultTypePhysicalStorageBufferKHR) { TEST_F() function
1399 TEST_F(ValidateConversion, BitcastPtrWrongResultTypeIntVectorSPV1p5) { TEST_F() function
1412 TEST_F(ValidateConversion, TEST_F() function
1428 TEST_F(ValidateConversion, BitcastDifferentTotalBitWidth) { TEST_F() function
1442 TEST_F(ValidateConversion, ConvertUToPtrInputIsAType) { TEST_F() function
1465 TEST_F(ValidateConversion, ConvertUToPtrPSBSuccess) { TEST_F() function
1490 TEST_F(ValidateConversion, ConvertUToPtrPSBStorageClass) { TEST_F() function
1519 TEST_F(ValidateConversion, ConvertUToPtrVulkanWrongWidth) { TEST_F() function
1551 TEST_F(ValidateConversion, ConvertPtrToUPSBSuccess) { TEST_F() function
1580 TEST_F(ValidateConversion, ConvertPtrToUPSBStorageClass) { TEST_F() function
1609 TEST_F(ValidateConversion, ConvertPtrToUVulkanWrongWidth) { TEST_F() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_decoration_test.cpp48 TEST_F(ValidateDecorations, ValidateOpDecorateRegistration) { in TEST_F() function
69 TEST_F(ValidateDecorations, ValidateOpMemberDecorateRegistration) { in TEST_F() function
102 TEST_F(ValidateDecorations, ValidateOpMemberDecorateOutOfBound) { in TEST_F() function
126 TEST_F(ValidateDecorations, ValidateGroupDecorateRegistration) { in TEST_F() function
166 TEST_F(ValidateDecorations, ValidateGroupMemberDecorateRegistration) { in TEST_F() function
192 TEST_F(ValidateDecorations, LinkageImportUsedForInitializedVariableBad) { in TEST_F() function
209 TEST_F(ValidateDecorations, LinkageExportUsedForInitializedVariableGood) { in TEST_F() function
224 TEST_F(ValidateDecorations, StructAllMembersHaveBuiltInDecorationsGood) { in TEST_F() function
241 TEST_F(ValidateDecorations, MixedBuiltInDecorationsBad) { in TEST_F() function
263 TEST_F(ValidateDecoration function
287 TEST_F(ValidateDecorations, StructContainsNonBuiltInStructGood) { TEST_F() function
300 TEST_F(ValidateDecorations, MultipleBuiltInObjectsConsumedByOpEntryPointBad) { TEST_F() function
333 TEST_F(ValidateDecorations, TEST_F() function
363 TEST_F(ValidateDecorations, NoBuiltInObjectsConsumedByOpEntryPointGood) { TEST_F() function
390 TEST_F(ValidateDecorations, EntryPointFunctionHasLinkageAttributeBad) { TEST_F() function
413 TEST_F(ValidateDecorations, FunctionDeclarationWithoutImportLinkageBad) { TEST_F() function
431 TEST_F(ValidateDecorations, FunctionDeclarationWithImportLinkageGood) { TEST_F() function
446 TEST_F(ValidateDecorations, FunctionDeclarationWithExportLinkageBad) { TEST_F() function
465 TEST_F(ValidateDecorations, FunctionDefinitionWithImportLinkageBad) { TEST_F() function
485 TEST_F(ValidateDecorations, FunctionDefinitionWithoutImportLinkageGood) { TEST_F() function
501 TEST_F(ValidateDecorations, BuiltinVariablesGoodVulkan) { TEST_F() function
532 TEST_F(ValidateDecorations, BuiltinVariablesWithLocationDecorationVulkan) { TEST_F() function
566 TEST_F(ValidateDecorations, BuiltinVariablesWithComponentDecorationVulkan) { TEST_F() function
609 TEST_F(ValidateDecorations, RuntimeArrayOfDescriptorSetsIsAllowed) { TEST_F() function
665 TEST_F(ValidateDecorations, BlockDecoratingArrayBad) { TEST_F() function
693 TEST_F(ValidateDecorations, BlockDecoratingIntBad) { TEST_F() function
718 TEST_F(ValidateDecorations, BlockMissingOffsetBad) { TEST_F() function
745 TEST_F(ValidateDecorations, BufferBlockMissingOffsetBad) { TEST_F() function
772 TEST_F(ValidateDecorations, BlockNestedStructMissingOffsetBad) { TEST_F() function
807 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingOffsetBad) { TEST_F() function
842 TEST_F(ValidateDecorations, BlockGLSLSharedBad) { TEST_F() function
871 TEST_F(ValidateDecorations, BufferBlockGLSLSharedBad) { TEST_F() function
900 TEST_F(ValidateDecorations, BlockNestedStructGLSLSharedBad) { TEST_F() function
935 TEST_F(ValidateDecorations, BufferBlockNestedStructGLSLSharedBad) { TEST_F() function
970 TEST_F(ValidateDecorations, BlockGLSLPackedBad) { TEST_F() function
999 TEST_F(ValidateDecorations, BufferBlockGLSLPackedBad) { TEST_F() function
1028 TEST_F(ValidateDecorations, BlockNestedStructGLSLPackedBad) { TEST_F() function
1063 TEST_F(ValidateDecorations, BufferBlockNestedStructGLSLPackedBad) { TEST_F() function
1098 TEST_F(ValidateDecorations, BlockMissingArrayStrideBad) { TEST_F() function
1130 TEST_F(ValidateDecorations, BufferBlockMissingArrayStrideBad) { TEST_F() function
1162 TEST_F(ValidateDecorations, BlockNestedStructMissingArrayStrideBad) { TEST_F() function
1199 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingArrayStrideBad) { TEST_F() function
1236 TEST_F(ValidateDecorations, BlockMissingMatrixStrideBad) { TEST_F() function
1267 TEST_F(ValidateDecorations, BufferBlockMissingMatrixStrideBad) { TEST_F() function
1298 TEST_F(ValidateDecorations, BlockMissingMatrixStrideArrayBad) { TEST_F() function
1332 TEST_F(ValidateDecorations, BufferBlockMissingMatrixStrideArrayBad) { TEST_F() function
1366 TEST_F(ValidateDecorations, BlockNestedStructMissingMatrixStrideBad) { TEST_F() function
1402 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingMatrixStrideBad) { TEST_F() function
1438 TEST_F(ValidateDecorations, BlockStandardUniformBufferLayout) { TEST_F() function
1499 TEST_F(ValidateDecorations, BlockLayoutPermitsTightVec3ScalarPackingGood) { TEST_F() function
1529 TEST_F(ValidateDecorations, BlockCantAppearWithinABlockBad) { TEST_F() function
1564 TEST_F(ValidateDecorations, BufferblockCantAppearWithinABufferblockBad) { TEST_F() function
1602 TEST_F(ValidateDecorations, BufferblockCantAppearWithinABlockBad) { TEST_F() function
1640 TEST_F(ValidateDecorations, BlockCantAppearWithinABufferblockBad) { TEST_F() function
1681 TEST_F(ValidateDecorations, BlockLayoutForbidsTightScalarVec3PackingBad) { TEST_F() function
1715 TEST_F(ValidateDecorations, TEST_F() function
1748 TEST_F(ValidateDecorations, TEST_F() function
1787 TEST_F(ValidateDecorations, TEST_F() function
1820 TEST_F(ValidateDecorations, TEST_F() function
1853 TEST_F(ValidateDecorations, TEST_F() function
1889 TEST_F(ValidateDecorations, TEST_F() function
1929 TEST_F(ValidateDecorations, TEST_F() function
1966 TEST_F( TEST_F() function
2005 TEST_F( TEST_F() function
2041 TEST_F( TEST_F() function
2077 TEST_F(ValidateDecorations, BufferBlock16bitStandardStorageBufferLayout) { TEST_F() function
2118 TEST_F(ValidateDecorations, BlockArrayExtendedAlignmentGood) { TEST_F() function
2151 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentBad) { TEST_F() function
2188 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentWithRelaxedLayoutStillBad) { TEST_F() function
2231 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentWithVulkan1_1StillBad) { TEST_F() function
2272 TEST_F(ValidateDecorations, TEST_F() function
2310 TEST_F(ValidateDecorations, VulkanBufferBlockOnStorageBufferBad) { TEST_F() function
2341 TEST_F(ValidateDecorations, PushConstantArrayBaseAlignmentGood) { TEST_F() function
2378 TEST_F(ValidateDecorations, PushConstantArrayBadAlignmentBad) { TEST_F() function
2415 TEST_F(ValidateDecorations, TEST_F() function
2444 TEST_F(ValidateDecorations, TEST_F() function
2478 TEST_F(ValidateDecorations, PushConstantMissingBlockGood) { TEST_F() function
2505 TEST_F(ValidateDecorations, VulkanPushConstantMissingBlockBad) { TEST_F() function
2537 TEST_F(ValidateDecorations, MultiplePushConstantsSingleEntryPointGood) { TEST_F() function
2573 TEST_F(ValidateDecorations, TEST_F() function
2616 TEST_F(ValidateDecorations, TEST_F() function
2649 TEST_F(ValidateDecorations, VulkanMultiplePushConstantsSingleEntryPointBad) { TEST_F() function
2692 TEST_F(ValidateDecorations, TEST_F() function
2747 TEST_F(ValidateDecorations, TEST_F() function
2803 TEST_F(ValidateDecorations, VulkanUniformMissingDescriptorSetBad) { TEST_F() function
2842 TEST_F(ValidateDecorations, VulkanUniformMissingBindingBad) { TEST_F() function
2881 TEST_F(ValidateDecorations, VulkanUniformConstantMissingDescriptorSetBad) { TEST_F() function
2914 TEST_F(ValidateDecorations, VulkanUniformConstantMissingBindingBad) { TEST_F() function
2947 TEST_F(ValidateDecorations, VulkanStorageBufferMissingDescriptorSetBad) { TEST_F() function
2987 TEST_F(ValidateDecorations, VulkanStorageBufferMissingBindingBad) { TEST_F() function
3026 TEST_F(ValidateDecorations, TEST_F() function
3072 TEST_F(ValidateDecorations, TEST_F() function
3101 TEST_F(ValidateDecorations, UniformMissingDescriptorSetGood) { TEST_F() function
3130 TEST_F(ValidateDecorations, UniformMissingBindingGood) { TEST_F() function
3159 TEST_F(ValidateDecorations, UniformConstantMissingDescriptorSetGood) { TEST_F() function
3185 TEST_F(ValidateDecorations, UniformConstantMissingBindingGood) { TEST_F() function
3211 TEST_F(ValidateDecorations, StorageBufferMissingDescriptorSetGood) { TEST_F() function
3240 TEST_F(ValidateDecorations, StorageBufferMissingBindingGood) { TEST_F() function
3269 TEST_F(ValidateDecorations, StorageBufferStorageClassArrayBaseAlignmentGood) { TEST_F() function
3305 TEST_F(ValidateDecorations, StorageBufferStorageClassArrayBadAlignmentBad) { TEST_F() function
3345 TEST_F(ValidateDecorations, BufferBlockStandardStorageBufferLayout) { TEST_F() function
3406 TEST_F(ValidateDecorations, TEST_F() function
3438 TEST_F(ValidateDecorations, TEST_F() function
3475 TEST_F(ValidateDecorations, TEST_F() function
3542 TEST_F(ValidateDecorations, TEST_F() function
3609 TEST_F(ValidateDecorations, BlockUniformBufferLayoutIncorrectArrayStrideBad) { TEST_F() function
3677 TEST_F(ValidateDecorations, TEST_F() function
3711 TEST_F(ValidateDecorations, TEST_F() function
3751 TEST_F(ValidateDecorations, TEST_F() function
3785 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodUniversal1_0) { TEST_F() function
3814 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodOpenGL4_5) { TEST_F() function
3843 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodVulkan1_1) { TEST_F() function
3873 TEST_F(ValidateDecorations, BlockLayoutOffsetOverlapBad) { TEST_F() function
3910 TEST_F(ValidateDecorations, BufferBlockEmptyStruct) { TEST_F() function
3936 TEST_F(ValidateDecorations, RowMajorMatrixTightPackingGood) { TEST_F() function
3989 TEST_F(ValidateDecorations, ArrayArrayRowMajorMatrixTightPackingGood) { TEST_F() function
4035 TEST_F(ValidateDecorations, ArrayArrayRowMajorMatrixNextMemberOverlapsBad) { TEST_F() function
4084 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackGood) { TEST_F() function
4125 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackBad) { TEST_F() function
4164 TEST_F(ValidateDecorations, UniformBufferArraySizeCalculationPackGood) { TEST_F() function
4199 TEST_F(ValidateDecorations, UniformBufferArraySizeCalculationPackBad) { TEST_F() function
4239 TEST_F(ValidateDecorations, LayoutNotCheckedWhenSkipBlockLayout) { TEST_F() function
4272 TEST_F(ValidateDecorations, EntryPointVariableWrongStorageClass) { TEST_F() function
4297 TEST_F(ValidateDecorations, VulkanMemoryModelNonCoherent) { TEST_F() function
4318 TEST_F(ValidateDecorations, VulkanMemoryModelNoCoherentMember) { TEST_F() function
4338 TEST_F(ValidateDecorations, VulkanMemoryModelNoVolatile) { TEST_F() function
4359 TEST_F(ValidateDecorations, VulkanMemoryModelNoVolatileMember) { TEST_F() function
4379 TEST_F(ValidateDecorations, FPRoundingModeGood) { TEST_F() function
4409 TEST_F(ValidateDecorations, FPRoundingModeVectorGood) { TEST_F() function
4442 TEST_F(ValidateDecorations, FPRoundingModeNotOpFConvert) { TEST_F() function
4476 TEST_F(ValidateDecorations, FPRoundingModeNoOpStoreGood) { TEST_F() function
4505 TEST_F(ValidateDecorations, FPRoundingModeFConvert64to16Good) { TEST_F() function
4536 TEST_F(ValidateDecorations, FPRoundingModeNotStoreInFloat16) { TEST_F() function
4572 TEST_F(ValidateDecorations, FPRoundingModeMultipleOpStoreGood) { TEST_F() function
4606 TEST_F(ValidateDecorations, FPRoundingModeMultipleUsesBad) { TEST_F() function
4642 TEST_F(ValidateDecorations, VulkanFPRoundingModeGood) { TEST_F() function
4684 TEST_F(ValidateDecorations, VulkanFPRoundingModeBadMode) { TEST_F() function
4731 TEST_F(ValidateDecorations, GroupDecorateTargetsDecorationGroup) { TEST_F() function
4747 TEST_F(ValidateDecorations, GroupDecorateTargetsDecorationGroup2) { TEST_F() function
4764 TEST_F(ValidateDecorations, RecurseThroughRuntimeArray) { TEST_F() function
4791 TEST_F(ValidateDecorations, EmptyStructAtNonZeroOffsetGood) { TEST_F() function
4821 TEST_F(ValidateDecorations, UniformDecorationGood) { TEST_F() function
4884 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV13Bad) { TEST_F() function
4896 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV13BadTargetV14) { TEST_F() function
4906 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV14Good) { TEST_F() function
4914 TEST_F(ValidateDecorations, UniformDecorationTargetsTypeBad) { TEST_F() function
4925 TEST_F(ValidateDecorations, UniformIdDecorationTargetsTypeBad) { TEST_F() function
4936 TEST_F(ValidateDecorations, UniformDecorationTargetsVoidValueBad) { TEST_F() function
4947 TEST_F(ValidateDecorations, UniformIdDecorationTargetsVoidValueBad) { TEST_F() function
4960 TEST_F(ValidateDecorations, TEST_F() function
4972 TEST_F(ValidateDecorations, TEST_F() function
4985 TEST_F(ValidateDecorations, UniformDecorationWithScopeIdV14VulkanEnv) { TEST_F() function
4999 TEST_F(ValidateDecorations, UniformDecorationWithWrongInstructionBad) { TEST_F() function
5011 TEST_F(ValidateDecorations, UniformIdDecorationWithWrongInstructionBad) { TEST_F() function
5024 TEST_F(ValidateDecorations, MultipleOffsetDecorationsOnSameID) { TEST_F() function
5052 TEST_F(ValidateDecorations, MultipleArrayStrideDecorationsOnSameID) { TEST_F() function
5082 TEST_F(ValidateDecorations, MultipleMatrixStrideDecorationsOnSameID) { TEST_F() function
5114 TEST_F(ValidateDecorations, MultipleRowMajorDecorationsOnSameID) { TEST_F() function
5146 TEST_F(ValidateDecorations, MultipleColMajorDecorationsOnSameID) { TEST_F() function
5178 TEST_F(ValidateDecorations, RowMajorAndColMajorDecorationsOnSameID) { TEST_F() function
5210 TEST_F(ValidateDecorations, BlockAndBufferBlockDecorationsOnSameID) { TEST_F() function
5276 TEST_F(ValidateDecorations, NoSignedWrapOnTypeBad) { TEST_F() function
5286 TEST_F(ValidateDecorations, NoSignedWrapOnLabelBad) { TEST_F() function
5295 TEST_F(ValidateDecorations, NoSignedWrapRequiresExtensionBad) { TEST_F() function
5306 TEST_F(ValidateDecorations, NoSignedWrapRequiresExtensionV13Bad) { TEST_F() function
5317 TEST_F(ValidateDecorations, NoSignedWrapOkInSPV14Good) { TEST_F() function
5326 TEST_F(ValidateDecorations, NoSignedWrapIAddGood) { TEST_F() function
5335 TEST_F(ValidateDecorations, NoSignedWrapISubGood) { TEST_F() function
5344 TEST_F(ValidateDecorations, NoSignedWrapIMulGood) { TEST_F() function
5353 TEST_F(ValidateDecorations, NoSignedWrapShiftLeftLogicalGood) { TEST_F() function
5363 TEST_F(ValidateDecorations, NoSignedWrapSNegateGood) { TEST_F() function
5372 TEST_F(ValidateDecorations, NoSignedWrapSRemBad) { TEST_F() function
5382 TEST_F(ValidateDecorations, NoSignedWrapFAddBad) { TEST_F() function
5392 TEST_F(ValidateDecorations, NoSignedWrapExtInstOpenCLGood) { TEST_F() function
5402 TEST_F(ValidateDecorations, NoSignedWrapExtInstGLSLGood) { TEST_F() function
5417 TEST_F(ValidateDecorations, NoUnsignedWrapOnTypeBad) { TEST_F() function
5427 TEST_F(ValidateDecorations, NoUnsignedWrapOnLabelBad) { TEST_F() function
5437 TEST_F(ValidateDecorations, NoUnsignedWrapRequiresExtensionBad) { TEST_F() function
5448 TEST_F(ValidateDecorations, NoUnsignedWrapRequiresExtensionV13Bad) { TEST_F() function
5459 TEST_F(ValidateDecorations, NoUnsignedWrapOkInSPV14Good) { TEST_F() function
5468 TEST_F(ValidateDecorations, NoUnsignedWrapIAddGood) { TEST_F() function
5477 TEST_F(ValidateDecorations, NoUnsignedWrapISubGood) { TEST_F() function
5486 TEST_F(ValidateDecorations, NoUnsignedWrapIMulGood) { TEST_F() function
5495 TEST_F(ValidateDecorations, NoUnsignedWrapShiftLeftLogicalGood) { TEST_F() function
5505 TEST_F(ValidateDecorations, NoUnsignedWrapSNegateGood) { TEST_F() function
5514 TEST_F(ValidateDecorations, NoUnsignedWrapSRemBad) { TEST_F() function
5525 TEST_F(ValidateDecorations, NoUnsignedWrapFAddBad) { TEST_F() function
5536 TEST_F(ValidateDecorations, NoUnsignedWrapExtInstOpenCLGood) { TEST_F() function
5546 TEST_F(ValidateDecorations, NoUnsignedWrapExtInstGLSLGood) { TEST_F() function
5556 TEST_F(ValidateDecorations, AliasedandRestrictBad) { TEST_F() function
5591 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerSuccess) { TEST_F() function
5617 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerMissing) { TEST_F() function
5645 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerBoth) { TEST_F() function
5676 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamSuccess) { TEST_F() function
5706 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamMissing) { TEST_F() function
5738 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamBoth) { TEST_F() function
5772 TEST_F(ValidateDecorations, PSBFPRoundingModeSuccess) { TEST_F() function
5807 TEST_F(ValidateDecorations, InvalidStraddle) { TEST_F() function
5843 TEST_F(ValidateDecorations, DescriptorArray) { TEST_F() function
5880 TEST_F(ValidateDecorations, DescriptorRuntimeArray) { TEST_F() function
5918 TEST_F(ValidateDecorations, MultiDimensionalArray) { TEST_F() function
5955 TEST_F(ValidateDecorations, ImproperStraddleInArray) { TEST_F() function
5995 TEST_F(ValidateDecorations, LargeArray) { TEST_F() function
6124 TEST_F(ValidateDecorations, NonWritableLabelTargetBad) { TEST_F() function
6133 TEST_F(ValidateDecorations, NonWritableTypeTargetBad) { TEST_F() function
6142 TEST_F(ValidateDecorations, NonWritableValueTargetBad) { TEST_F() function
6151 TEST_F(ValidateDecorations, NonWritableValueParamBad) { TEST_F() function
6159 TEST_F(ValidateDecorations, NonWritablePointerParamButWrongTypeBad) { TEST_F() function
6172 TEST_F(ValidateDecorations, NonWritablePointerParamStorageImageGood) { TEST_F() function
6180 TEST_F(ValidateDecorations, NonWritableVarStorageImageGood) { TEST_F() function
6188 TEST_F(ValidateDecorations, NonWritableVarSampledImageBad) { TEST_F() function
6199 TEST_F(ValidateDecorations, NonWritableVarUboGood) { TEST_F() function
6207 TEST_F(ValidateDecorations, NonWritableVarSsboInUniformGood) { TEST_F() function
6232 TEST_F(ValidateDecorations, NonWritableVarSsboInStorageBufferGood) { TEST_F() function
6240 TEST_F(ValidateDecorations, NonWritableMemberOfSsboInStorageBufferGood) { TEST_F() function
6248 TEST_F(ValidateDecorations, NonWritableMemberOfStructGood) { TEST_F() function
6255 TEST_F(ValidateDecorations, NonWritableVarWorkgroupBad) { TEST_F() function
6266 TEST_F(ValidateDecorations, NonWritableVarWorkgroupV14Bad) { TEST_F() function
6278 TEST_F(ValidateDecorations, NonWritableVarPrivateBad) { TEST_F() function
6289 TEST_F(ValidateDecorations, NonWritableVarPrivateV13Bad) { TEST_F() function
6300 TEST_F(ValidateDecorations, NonWritableVarPrivateV14Good) { TEST_F() function
6308 TEST_F(ValidateDecorations, NonWritableVarPrivateV13TargetV14Bad) { TEST_F() function
6319 TEST_F(ValidateDecorations, NonWritableVarFunctionBad) { TEST_F() function
6330 TEST_F(ValidateDecorations, NonWritableArrayGood) { TEST_F() function
6337 TEST_F(ValidateDecorations, NonWritableRuntimeArrayGood) { TEST_F() function
6378 TEST_F(ValidateDecorations, NonWritableVarFunctionV13Bad) { TEST_F() function
6389 TEST_F(ValidateDecorations, NonWritableVarFunctionV14Good) { TEST_F() function
6397 TEST_F(ValidateDecorations, NonWritableVarFunctionV13TargetV14Bad) { TEST_F() function
6408 TEST_F(ValidateDecorations, BufferBlockV13ValV14Good) { TEST_F() function
6421 TEST_F(ValidateDecorations, BufferBlockV14Bad) { TEST_F() function
6440 TEST_F(ValidateDecorations, ComponentDecorationBadTarget) { TEST_F() function
6462 TEST_F(ValidateDecorations, ComponentDecorationBadStorageClass) { TEST_F() function
6487 TEST_F(ValidateDecorations, ComponentDecorationBadTypeVulkan) { TEST_F() function
6543 TEST_F(ValidateDecorations, ComponentDecorationIntGood0Vulkan) { TEST_F() function
6552 TEST_F(ValidateDecorations, ComponentDecorationIntGood1Vulkan) { TEST_F() function
6561 TEST_F(ValidateDecorations, ComponentDecorationIntGood2Vulkan) { TEST_F() function
6570 TEST_F(ValidateDecorations, ComponentDecorationIntGood3Vulkan) { TEST_F() function
6579 TEST_F(ValidateDecorations, ComponentDecorationIntBad4Vulkan) { TEST_F() function
6590 TEST_F(ValidateDecorations, ComponentDecorationVector3GoodVulkan) { TEST_F() function
6599 TEST_F(ValidateDecorations, ComponentDecorationVector4GoodVulkan) { TEST_F() function
6608 TEST_F(ValidateDecorations, ComponentDecorationVector4Bad1Vulkan) { TEST_F() function
6619 TEST_F(ValidateDecorations, ComponentDecorationVector4Bad3Vulkan) { TEST_F() function
6630 TEST_F(ValidateDecorations, ComponentDecorationArrayGoodVulkan) { TEST_F() function
6640 TEST_F(ValidateDecorations, ComponentDecorationArrayBadVulkan) { TEST_F() function
6652 TEST_F(ValidateDecorations, ComponentDecorationBlockGood) { TEST_F() function
6688 TEST_F(ValidateDecorations, ComponentDecorationBlockBadVulkan) { TEST_F() function
6727 TEST_F(ValidateDecorations, ComponentDecorationFunctionParameter) { TEST_F() function
6762 TEST_F(ValidateDecorations, VulkanStorageBufferBlock) { TEST_F() function
6787 TEST_F(ValidateDecorations, VulkanStorageBufferMissingBlock) { TEST_F() function
6813 TEST_F(ValidateDecorations, VulkanStorageBufferArrayMissingBlock) { TEST_F() function
6841 TEST_F(ValidateDecorations, VulkanStorageBufferRuntimeArrayMissingBlock) { TEST_F() function
6870 TEST_F(ValidateDecorations, VulkanUniformBlock) { TEST_F() function
6894 TEST_F(ValidateDecorations, VulkanUniformBufferBlock) { TEST_F() function
6918 TEST_F(ValidateDecorations, VulkanUniformMissingBlock) { TEST_F() function
6944 TEST_F(ValidateDecorations, VulkanUniformArrayMissingBlock) { TEST_F() function
6972 TEST_F(ValidateDecorations, VulkanUniformRuntimeArrayMissingBlock) { TEST_F() function
7001 TEST_F(ValidateDecorations, VulkanArrayStrideZero) { TEST_F() function
7032 TEST_F(ValidateDecorations, VulkanArrayStrideTooSmall) { TEST_F() function
7067 TEST_F(ValidateDecorations, FunctionsWithOpGroupDecorate) { TEST_F() function
7114 TEST_F(ValidateDecorations, LocationVariableGood) { TEST_F() function
7129 TEST_F(ValidateDecorations, LocationStructMemberGood) { TEST_F() function
7143 TEST_F(ValidateDecorations, LocationStructBad) { TEST_F() function
7158 TEST_F(ValidateDecorations, LocationFloatBad) { TEST_F() function
7172 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariable) { TEST_F() function
7204 TEST_F(ValidateDecorations, WorkgroupBlockVariableRequiresV14) { TEST_F() function
7238 TEST_F(ValidateDecorations, WorkgroupSingleNonBlockVariable) { TEST_F() function
7262 TEST_F(ValidateDecorations, WorkgroupMultiBlockVariable) { TEST_F() function
7304 TEST_F(ValidateDecorations, WorkgroupBlockVariableWith8BitType) { TEST_F() function
7338 TEST_F(ValidateDecorations, WorkgroupMultiNonBlockVariable) { TEST_F() function
7365 TEST_F(ValidateDecorations, WorkgroupBlockVariableWith16BitType) { TEST_F() function
7407 TEST_F(ValidateDecorations, WorkgroupBlockVariableScalarLayout) { TEST_F() function
7440 TEST_F(ValidateDecorations, WorkgroupMixBlockAndNonBlockBad) { TEST_F() function
7482 TEST_F(ValidateDecorations, WorkgroupMultiBlockVariableMissingAliased) { TEST_F() function
7528 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableNotAStruct) { TEST_F() function
7561 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableMissingLayout) { TEST_F() function
7595 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableBadLayout) { TEST_F() function
7633 TEST_F(ValidateDecorations, BadMatrixStrideUniform) { TEST_F() function
7668 TEST_F(ValidateDecorations, BadMatrixStrideStorageBuffer) { TEST_F() function
7704 TEST_F(ValidateDecorations, BadMatrixStridePushConstant) { TEST_F() function
7739 TEST_F(ValidateDecorations, BadMatrixStrideStorageBufferScalarLayout) { TEST_F() function
7776 TEST_F(ValidateDecorations, MissingOffsetStructNestedInArray) { TEST_F() function
7810 TEST_F(ValidateDecorations, AllOnesOffset) { TEST_F() function
[all...]
H A Dval_image_test.cpp493 TEST_F(ValidateImage, TypeImageWrongSampledType) { in TEST_F() function
506 TEST_F(ValidateImage, TypeImageVoidSampledTypeVulkan) { in TEST_F() function
525 TEST_F(ValidateImage, TypeImageU32SampledTypeVulkan) { in TEST_F() function
540 TEST_F(ValidateImage, TypeImageI32SampledTypeVulkan) { in TEST_F() function
555 TEST_F(ValidateImage, TypeImageI64SampledTypeNoCapabilityVulkan) { in TEST_F() function
572 TEST_F(ValidateImage, TypeImageI64SampledTypeVulkan) { in TEST_F() function
590 TEST_F(ValidateImage, TypeImageU64SampledTypeNoCapabilityVulkan) { in TEST_F() function
607 TEST_F(ValidateImage, TypeImageU64SampledTypeVulkan) { in TEST_F() function
625 TEST_F(ValidateImage, TypeImageF32SampledTypeVulkan) { in TEST_F() function
640 TEST_F(ValidateImag function
659 TEST_F(ValidateImage, TypeImageF64SampledTypeWithInt64Vulkan) { TEST_F() function
681 TEST_F(ValidateImage, TypeImageWrongDepth) { TEST_F() function
692 TEST_F(ValidateImage, TypeImageWrongArrayed) { TEST_F() function
703 TEST_F(ValidateImage, TypeImageWrongMS) { TEST_F() function
714 TEST_F(ValidateImage, TypeImageWrongSampled) { TEST_F() function
725 TEST_F(ValidateImage, TypeImageWrongSampledForSubpassData) { TEST_F() function
738 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled0_OK) { TEST_F() function
748 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled1_Invalid) { TEST_F() function
759 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled2_Invalid) { TEST_F() function
770 TEST_F(ValidateImage, TypeImage_OpenCL_AccessQualifierMissing) { TEST_F() function
782 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled1_OK) { TEST_F() function
792 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled2_OK) { TEST_F() function
802 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled0_Invalid) { TEST_F() function
815 TEST_F(ValidateImage, TypeImageWrongFormatForSubpassData) { TEST_F() function
828 TEST_F(ValidateImage, TypeImageMultisampleStorageImage_MissingCapability) { TEST_F() function
841 TEST_F(ValidateImage, TypeImageMultisampleStorageImage_UsesCapability) { TEST_F() function
853 TEST_F(ValidateImage, TypeImageMultisampleSubpassData_OK) { TEST_F() function
865 TEST_F(ValidateImage, TypeSampledImage_NotImage_Error) { TEST_F() function
876 TEST_F(ValidateImage, TypeSampledImage_Sampled0_Success) { TEST_F() function
889 TEST_F(ValidateImage, TypeSampledImage_Sampled2_Error) { TEST_F() function
902 TEST_F(ValidateImage, TypeSampledImage_Sampled1_Success) { TEST_F() function
913 TEST_F(ValidateImage, SampledImageSuccess) { TEST_F() function
924 TEST_F(ValidateImage, SampledImageVulkanSuccess) { TEST_F() function
936 TEST_F(ValidateImage, SampledImageWrongResultType) { TEST_F() function
949 TEST_F(ValidateImage, SampledImageNotImage) { TEST_F() function
963 TEST_F(ValidateImage, SampledImageImageNotForSampling) { TEST_F() function
992 TEST_F(ValidateImage, SampledImageNotSampler) { TEST_F() function
1005 TEST_F(ValidateImage, ImageTexelPointerSuccess) { TEST_F() function
1015 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotPointer) { TEST_F() function
1027 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotImageClass) { TEST_F() function
1040 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotNumericNorVoid) { TEST_F() function
1054 TEST_F(ValidateImage, ImageTexelPointerImageNotResultTypePointer) { TEST_F() function
1066 TEST_F(ValidateImage, ImageTexelPointerImageNotImage) { TEST_F() function
1079 TEST_F(ValidateImage, ImageTexelPointerImageSampledNotResultType) { TEST_F() function
1092 TEST_F(ValidateImage, ImageTexelPointerImageDimSubpassDataBad) { TEST_F() function
1106 TEST_F(ValidateImage, ImageTexelPointerImageCoordTypeBad) { TEST_F() function
1118 TEST_F(ValidateImage, ImageTexelPointerImageCoordSizeBad) { TEST_F() function
1131 TEST_F(ValidateImage, ImageTexelPointerSampleNotIntScalar) { TEST_F() function
1143 TEST_F(ValidateImage, ImageTexelPointerSampleNotZeroForImageWithMSZero) { TEST_F() function
1156 TEST_F(ValidateImage, SampleImplicitLodSuccess) { TEST_F() function
1180 TEST_F(ValidateImage, SampleImplicitLodWrongResultType) { TEST_F() function
1194 TEST_F(ValidateImage, SampleImplicitLodWrongNumComponentsResultType) { TEST_F() function
1208 TEST_F(ValidateImage, SampleImplicitLodNotSampledImage) { TEST_F() function
1221 TEST_F(ValidateImage, SampleImplicitLodMultisampleError) { TEST_F() function
1235 TEST_F(ValidateImage, SampleImplicitLodWrongSampledType) { TEST_F() function
1250 TEST_F(ValidateImage, SampleImplicitLodVoidSampledType) { TEST_F() function
1262 TEST_F(ValidateImage, SampleImplicitLodWrongCoordinateType) { TEST_F() function
1276 TEST_F(ValidateImage, SampleImplicitLodCoordinateSizeTooSmall) { TEST_F() function
1291 TEST_F(ValidateImage, SampleExplicitLodSuccessShader) { TEST_F() function
1314 TEST_F(ValidateImage, SampleExplicitLodSuccessKernel) { TEST_F() function
1330 TEST_F(ValidateImage, SampleExplicitLodSuccessCubeArrayed) { TEST_F() function
1342 TEST_F(ValidateImage, SampleExplicitLodWrongResultType) { TEST_F() function
1356 TEST_F(ValidateImage, SampleExplicitLodWrongNumComponentsResultType) { TEST_F() function
1370 TEST_F(ValidateImage, SampleExplicitLodNotSampledImage) { TEST_F() function
1383 TEST_F(ValidateImage, SampleExplicitLodMultisampleError) { TEST_F() function
1397 TEST_F(ValidateImage, SampleExplicitLodWrongSampledType) { TEST_F() function
1412 TEST_F(ValidateImage, SampleExplicitLodVoidSampledType) { TEST_F() function
1424 TEST_F(ValidateImage, SampleExplicitLodWrongCoordinateType) { TEST_F() function
1438 TEST_F(ValidateImage, SampleExplicitLodCoordinateSizeTooSmall) { TEST_F() function
1453 TEST_F(ValidateImage, SampleExplicitLodBias) { TEST_F() function
1469 TEST_F(ValidateImage, LodAndGrad) { TEST_F() function
1485 TEST_F(ValidateImage, ImplicitLodWithLod) { TEST_F() function
1501 TEST_F(ValidateImage, LodWrongType) { TEST_F() function
1515 TEST_F(ValidateImage, LodWrongDim) { TEST_F() function
1529 TEST_F(ValidateImage, MinLodIncompatible) { TEST_F() function
1545 TEST_F(ValidateImage, ImplicitLodWithGrad) { TEST_F() function
1561 TEST_F(ValidateImage, SampleImplicitLodCubeArrayedSuccess) { TEST_F() function
1576 TEST_F(ValidateImage, SampleImplicitLodBiasWrongType) { TEST_F() function
1590 TEST_F(ValidateImage, SampleImplicitLodBiasWrongDim) { TEST_F() function
1605 TEST_F(ValidateImage, SampleExplicitLodGradDxWrongType) { TEST_F() function
1620 TEST_F(ValidateImage, SampleExplicitLodGradDyWrongType) { TEST_F() function
1635 TEST_F(ValidateImage, SampleExplicitLodGradDxWrongSize) { TEST_F() function
1651 TEST_F(ValidateImage, SampleExplicitLodGradDyWrongSize) { TEST_F() function
1667 TEST_F(ValidateImage, SampleImplicitLodConstOffsetCubeDim) { TEST_F() function
1683 TEST_F(ValidateImage, SampleImplicitLodConstOffsetWrongType) { TEST_F() function
1699 TEST_F(ValidateImage, SampleImplicitLodConstOffsetWrongSize) { TEST_F() function
1714 TEST_F(ValidateImage, SampleImplicitLodConstOffsetNotConst) { TEST_F() function
1730 TEST_F(ValidateImage, SampleImplicitLodOffsetCubeDim) { TEST_F() function
1745 TEST_F(ValidateImage, SampleImplicitLodOffsetWrongType) { TEST_F() function
1760 TEST_F(ValidateImage, SampleImplicitLodOffsetWrongSize) { TEST_F() function
1776 TEST_F(ValidateImage, SampleImplicitLodVulkanOffsetWrongSize) { TEST_F() function
1794 TEST_F(ValidateImage, SampleImplicitLodVulkanOffsetWrongBeforeLegalization) { TEST_F() function
1808 TEST_F(ValidateImage, SampleImplicitLodMoreThanOneOffset) { TEST_F() function
1824 TEST_F(ValidateImage, SampleImplicitLodVulkanMoreThanOneOffset) { TEST_F() function
1843 TEST_F(ValidateImage, SampleImplicitLodMinLodWrongType) { TEST_F() function
1857 TEST_F(ValidateImage, SampleImplicitLodMinLodWrongDim) { TEST_F() function
1872 TEST_F(ValidateImage, SampleProjExplicitLodSuccess2D) { TEST_F() function
1895 TEST_F(ValidateImage, SampleProjExplicitLodSuccessRect) { TEST_F() function
1908 TEST_F(ValidateImage, SampleProjExplicitLodWrongResultType) { TEST_F() function
1922 TEST_F(ValidateImage, SampleProjExplicitLodWrongNumComponentsResultType) { TEST_F() function
1936 TEST_F(ValidateImage, SampleProjExplicitLodNotSampledImage) { TEST_F() function
1949 TEST_F(ValidateImage, SampleProjExplicitLodMultisampleError) { TEST_F() function
1963 TEST_F(ValidateImage, SampleProjExplicitLodWrongSampledType) { TEST_F() function
1978 TEST_F(ValidateImage, SampleProjExplicitLodVoidSampledType) { TEST_F() function
1990 TEST_F(ValidateImage, SampleProjExplicitLodWrongCoordinateType) { TEST_F() function
2004 TEST_F(ValidateImage, SampleProjExplicitLodCoordinateSizeTooSmall) { TEST_F() function
2019 TEST_F(ValidateImage, SampleProjImplicitLodSuccess) { TEST_F() function
2043 TEST_F(ValidateImage, SampleProjImplicitLodWrongResultType) { TEST_F() function
2057 TEST_F(ValidateImage, SampleProjImplicitLodWrongNumComponentsResultType) { TEST_F() function
2071 TEST_F(ValidateImage, SampleProjImplicitLodNotSampledImage) { TEST_F() function
2084 TEST_F(ValidateImage, SampleProjImplicitLodMultisampleError) { TEST_F() function
2098 TEST_F(ValidateImage, SampleProjImplicitLodWrongSampledType) { TEST_F() function
2113 TEST_F(ValidateImage, SampleProjImplicitLodVoidSampledType) { TEST_F() function
2125 TEST_F(ValidateImage, SampleProjImplicitLodWrongCoordinateType) { TEST_F() function
2139 TEST_F(ValidateImage, SampleProjImplicitLodCoordinateSizeTooSmall) { TEST_F() function
2154 TEST_F(ValidateImage, SampleDrefImplicitLodSuccess) { TEST_F() function
2178 TEST_F(ValidateImage, SampleDrefImplicitLodWrongResultType) { TEST_F() function
2192 TEST_F(ValidateImage, SampleDrefImplicitLodNotSampledImage) { TEST_F() function
2205 TEST_F(ValidateImage, SampleDrefImplicitLodMultisampleError) { TEST_F() function
2220 TEST_F(ValidateImage, SampleDrefImplicitLodWrongSampledType) { TEST_F() function
2235 TEST_F(ValidateImage, SampleDrefImplicitLodVoidSampledType) { TEST_F() function
2250 TEST_F(ValidateImage, SampleDrefImplicitLodWrongCoordinateType) { TEST_F() function
2264 TEST_F(ValidateImage, SampleDrefImplicitLodCoordinateSizeTooSmall) { TEST_F() function
2279 TEST_F(ValidateImage, SampleDrefImplicitLodWrongDrefType) { TEST_F() function
2293 TEST_F(ValidateImage, SampleDrefExplicitLodSuccess) { TEST_F() function
2316 TEST_F(ValidateImage, SampleDrefExplicitLodWrongResultType) { TEST_F() function
2330 TEST_F(ValidateImage, SampleDrefExplicitLodNotSampledImage) { TEST_F() function
2343 TEST_F(ValidateImage, SampleDrefExplicitLodMultisampleError) { TEST_F() function
2358 TEST_F(ValidateImage, SampleDrefExplicitLodWrongSampledType) { TEST_F() function
2373 TEST_F(ValidateImage, SampleDrefExplicitLodVoidSampledType) { TEST_F() function
2388 TEST_F(ValidateImage, SampleDrefExplicitLodWrongCoordinateType) { TEST_F() function
2402 TEST_F(ValidateImage, SampleDrefExplicitLodCoordinateSizeTooSmall) { TEST_F() function
2417 TEST_F(ValidateImage, SampleDrefExplicitLodWrongDrefType) { TEST_F() function
2431 TEST_F(ValidateImage, SampleProjDrefImplicitLodSuccess) { TEST_F() function
2455 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongResultType) { TEST_F() function
2469 TEST_F(ValidateImage, SampleProjDrefImplicitLodNotSampledImage) { TEST_F() function
2482 TEST_F(ValidateImage, SampleProjDrefImplicitLodMultisampleError) { TEST_F() function
2497 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongSampledType) { TEST_F() function
2512 TEST_F(ValidateImage, SampleProjDrefImplicitLodVoidSampledType) { TEST_F() function
2527 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongCoordinateType) { TEST_F() function
2541 TEST_F(ValidateImage, SampleProjDrefImplicitLodCoordinateSizeTooSmall) { TEST_F() function
2556 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongDrefType) { TEST_F() function
2570 TEST_F(ValidateImage, SampleProjDrefExplicitLodSuccess) { TEST_F() function
2593 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongResultType) { TEST_F() function
2607 TEST_F(ValidateImage, SampleProjDrefExplicitLodNotSampledImage) { TEST_F() function
2620 TEST_F(ValidateImage, SampleProjDrefExplicitLodMultisampleError) { TEST_F() function
2635 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongSampledType) { TEST_F() function
2650 TEST_F(ValidateImage, SampleProjDrefExplicitLodVoidSampledType) { TEST_F() function
2665 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongCoordinateType) { TEST_F() function
2679 TEST_F(ValidateImage, SampleProjDrefExplicitLodCoordinateSizeTooSmall) { TEST_F() function
2694 TEST_F(ValidateImage, FetchSuccess) { TEST_F() function
2711 TEST_F(ValidateImage, FetchMultisampledSuccess) { TEST_F() function
2728 TEST_F(ValidateImage, FetchWrongResultType) { TEST_F() function
2740 TEST_F(ValidateImage, FetchWrongNumComponentsResultType) { TEST_F() function
2752 TEST_F(ValidateImage, FetchNotImage) { TEST_F() function
2766 TEST_F(ValidateImage, FetchSampledImageDirectly) { TEST_F() function
2781 TEST_F(ValidateImage, FetchNotSampled) { TEST_F() function
2793 TEST_F(ValidateImage, FetchCube) { TEST_F() function
2804 TEST_F(ValidateImage, FetchWrongSampledType) { TEST_F() function
2817 TEST_F(ValidateImage, FetchVoidSampledType) { TEST_F() function
2829 TEST_F(ValidateImage, FetchWrongCoordinateType) { TEST_F() function
2841 TEST_F(ValidateImage, FetchCoordinateSizeTooSmall) { TEST_F() function
2854 TEST_F(ValidateImage, FetchLodNotInt) { TEST_F() function
2867 TEST_F(ValidateImage, FetchMultisampledMissingSample) { TEST_F() function
2882 TEST_F(ValidateImage, GatherSuccess) { TEST_F() function
2902 TEST_F(ValidateImage, GatherWrongResultType) { TEST_F() function
2916 TEST_F(ValidateImage, GatherWrongNumComponentsResultType) { TEST_F() function
2930 TEST_F(ValidateImage, GatherNotSampledImage) { TEST_F() function
2943 TEST_F(ValidateImage, GatherMultisampleError) { TEST_F() function
2957 TEST_F(ValidateImage, GatherWrongSampledType) { TEST_F() function
2972 TEST_F(ValidateImage, GatherVoidSampledType) { TEST_F() function
2984 TEST_F(ValidateImage, GatherWrongCoordinateType) { TEST_F() function
2998 TEST_F(ValidateImage, GatherCoordinateSizeTooSmall) { TEST_F() function
3013 TEST_F(ValidateImage, GatherWrongComponentType) { TEST_F() function
3027 TEST_F(ValidateImage, GatherComponentNot32Bit) { TEST_F() function
3041 TEST_F(ValidateImage, GatherComponentSuccessVulkan) { TEST_F() function
3055 TEST_F(ValidateImage, GatherComponentNotConstantVulkan) { TEST_F() function
3075 TEST_F(ValidateImage, GatherDimCube) { TEST_F() function
3091 TEST_F(ValidateImage, GatherConstOffsetsNotArray) { TEST_F() function
3107 TEST_F(ValidateImage, GatherConstOffsetsArrayWrongSize) { TEST_F() function
3123 TEST_F(ValidateImage, GatherConstOffsetsArrayNotVector) { TEST_F() function
3138 TEST_F(ValidateImage, GatherConstOffsetsArrayVectorWrongSize) { TEST_F() function
3153 TEST_F(ValidateImage, GatherConstOffsetsArrayNotConst) { TEST_F() function
3169 TEST_F(ValidateImage, NotGatherWithConstOffsets) { TEST_F() function
3186 TEST_F(ValidateImage, DrefGatherSuccess) { TEST_F() function
3206 TEST_F(ValidateImage, DrefGatherMultisampleError) { TEST_F() function
3220 TEST_F(ValidateImage, DrefGatherVoidSampledType) { TEST_F() function
3235 TEST_F(ValidateImage, DrefGatherWrongDrefType) { TEST_F() function
3249 TEST_F(ValidateImage, ReadSuccess1) { TEST_F() function
3260 TEST_F(ValidateImage, ReadSuccess2) { TEST_F() function
3271 TEST_F(ValidateImage, ReadSuccess3) { TEST_F() function
3282 TEST_F(ValidateImage, ReadSuccess4) { TEST_F() function
3292 TEST_F(ValidateImage, ReadNeedCapabilityStorageImageReadWithoutFormat) { TEST_F() function
3302 TEST_F(ValidateImage, ReadNeedCapabilityStorageImageReadWithoutFormatVulkan) { TEST_F() function
3317 TEST_F(ValidateImage, ReadNeedCapabilityImage1D) { TEST_F() function
3330 TEST_F(ValidateImage, ReadNeedCapabilityImageCubeArray) { TEST_F() function
3345 TEST_F(ValidateImage, DISABLED_ReadWrongResultType) { TEST_F() function
3358 TEST_F(ValidateImage, ReadScalarResultType_Universal) { TEST_F() function
3370 TEST_F(ValidateImage, ReadUnusualNumComponentsResultType_Universal) { TEST_F() function
3382 TEST_F(ValidateImage, ReadWrongNumComponentsResultType_Vulkan) { TEST_F() function
3399 TEST_F(ValidateImage, ReadNotImage) { TEST_F() function
3412 TEST_F(ValidateImage, ReadImageSampled) { TEST_F() function
3425 TEST_F(ValidateImage, ReadWrongSampledType) { TEST_F() function
3439 TEST_F(ValidateImage, ReadVoidSampledType) { TEST_F() function
3452 TEST_F(ValidateImage, ReadWrongCoordinateType) { TEST_F() function
3465 TEST_F(ValidateImage, ReadCoordinateSizeTooSmall) { TEST_F() function
3479 TEST_F(ValidateImage, WriteSuccess1) { TEST_F() function
3490 TEST_F(ValidateImage, WriteSuccess2) { TEST_F() function
3501 TEST_F(ValidateImage, WriteSuccess3) { TEST_F() function
3512 TEST_F(ValidateImage, WriteSuccess4) { TEST_F() function
3535 TEST_F(ValidateImage, WriteSubpassData) { TEST_F() function
3547 TEST_F(ValidateImage, WriteNeedCapabilityStorageImageWriteWithoutFormat) { TEST_F() function
3557 TEST_F(ValidateImage, WriteNeedCapabilityStorageImageWriteWithoutFormatVulkan) { TEST_F() function
3574 TEST_F(ValidateImage, WriteNeedCapabilityImage1D) { TEST_F() function
3587 TEST_F(ValidateImage, WriteNeedCapabilityImageCubeArray) { TEST_F() function
3601 TEST_F(ValidateImage, WriteNotImage) { TEST_F() function
3613 TEST_F(ValidateImage, WriteImageSampled) { TEST_F() function
3626 TEST_F(ValidateImage, WriteWrongCoordinateType) { TEST_F() function
3639 TEST_F(ValidateImage, WriteCoordinateSizeTooSmall) { TEST_F() function
3653 TEST_F(ValidateImage, WriteTexelWrongType) { TEST_F() function
3666 TEST_F(ValidateImage, DISABLED_WriteTexelNotVector4) { TEST_F() function
3679 TEST_F(ValidateImage, WriteTexelWrongComponentType) { TEST_F() function
3694 TEST_F(ValidateImage, WriteSampleNotInteger) { TEST_F() function
3718 TEST_F(ValidateImage, WriteSampleNotMultisampled) { TEST_F() function
3732 TEST_F(ValidateImage, SampleWrongOpcode) { TEST_F() function
3746 TEST_F(ValidateImage, SampleImageToImageSuccess) { TEST_F() function
3758 TEST_F(ValidateImage, SampleImageToImageWrongResultType) { TEST_F() function
3772 TEST_F(ValidateImage, SampleImageToImageNotSampledImage) { TEST_F() function
3785 TEST_F(ValidateImage, SampleImageToImageNotTheSameImageType) { TEST_F() function
3800 TEST_F(ValidateImage, QueryFormatSuccess) { TEST_F() function
3810 TEST_F(ValidateImage, QueryFormatWrongResultType) { TEST_F() function
3822 TEST_F(ValidateImage, QueryFormatNotImage) { TEST_F() function
3836 TEST_F(ValidateImage, QueryOrderSuccess) { TEST_F() function
3846 TEST_F(ValidateImage, QueryOrderWrongResultType) { TEST_F() function
3858 TEST_F(ValidateImage, QueryOrderNotImage) { TEST_F() function
3872 TEST_F(ValidateImage, QuerySizeLodSuccess) { TEST_F() function
3882 TEST_F(ValidateImage, QuerySizeLodWrongResultType) { TEST_F() function
3895 TEST_F(ValidateImage, QuerySizeLodResultTypeWrongSize) { TEST_F() function
3907 TEST_F(ValidateImage, QuerySizeLodNotImage) { TEST_F() function
3921 TEST_F(ValidateImage, QuerySizeLodSampledImageDirectly) { TEST_F() function
3936 TEST_F(ValidateImage, QuerySizeLodMultisampledError) { TEST_F() function
3947 TEST_F(ValidateImage, QuerySizeLodNonSampledUniversalSuccess) { TEST_F() function
3958 TEST_F(ValidateImage, QuerySizeLodVulkanNonSampledError) { TEST_F() function
3999 TEST_F(ValidateImage, QuerySizeLodWrongImageDim) { TEST_F() function
4011 TEST_F(ValidateImage, QuerySizeLodWrongLodType) { TEST_F() function
4023 TEST_F(ValidateImage, QuerySizeSuccess) { TEST_F() function
4033 TEST_F(ValidateImage, QuerySizeWrongResultType) { TEST_F() function
4046 TEST_F(ValidateImage, QuerySizeNotImage) { TEST_F() function
4060 TEST_F(ValidateImage, QuerySizeSampledImageDirectly) { TEST_F() function
4075 TEST_F(ValidateImage, QuerySizeDimSubpassDataBad) { TEST_F() function
4088 TEST_F(ValidateImage, QuerySizeWrongSampling) { TEST_F() function
4101 TEST_F(ValidateImage, QuerySizeWrongNumberOfComponents) { TEST_F() function
4113 TEST_F(ValidateImage, QueryLodSuccessKernel) { TEST_F() function
4126 TEST_F(ValidateImage, QueryLodSuccessShader) { TEST_F() function
4138 TEST_F(ValidateImage, QueryLodWrongResultType) { TEST_F() function
4152 TEST_F(ValidateImage, QueryLodResultTypeWrongSize) { TEST_F() function
4166 TEST_F(ValidateImage, QueryLodNotSampledImage) { TEST_F() function
4179 TEST_F(ValidateImage, QueryLodWrongDim) { TEST_F() function
4193 TEST_F(ValidateImage, QueryLodWrongCoordinateType) { TEST_F() function
4207 TEST_F(ValidateImage, QueryLodCoordinateSizeTooSmall) { TEST_F() function
4222 TEST_F(ValidateImage, QueryLevelsSuccess) { TEST_F() function
4232 TEST_F(ValidateImage, QueryLevelsWrongResultType) { TEST_F() function
4244 TEST_F(ValidateImage, QueryLevelsNotImage) { TEST_F() function
4258 TEST_F(ValidateImage, QueryLevelsSampledImageDirectly) { TEST_F() function
4273 TEST_F(ValidateImage, QueryLevelsWrongDim) { TEST_F() function
4285 TEST_F(ValidateImage, QuerySizeLevelsNonSampledUniversalSuccess) { TEST_F() function
4296 TEST_F(ValidateImage, QuerySizeLevelsVulkanNonSampledError) { TEST_F() function
4334 TEST_F(ValidateImage, QuerySamplesSuccess) { TEST_F() function
4344 TEST_F(ValidateImage, QuerySamplesNot2D) { TEST_F() function
4355 TEST_F(ValidateImage, QuerySamplesNotMultisampled) { TEST_F() function
4366 TEST_F(ValidateImage, QueryLodWrongExecutionModel) { TEST_F() function
4382 TEST_F(ValidateImage, QueryLodWrongExecutionModelWithFunc) { TEST_F() function
4403 TEST_F(ValidateImage, QueryLodComputeShaderDerivatives) { TEST_F() function
4424 TEST_F(ValidateImage, QueryLodUniversalSuccess) { TEST_F() function
4472 TEST_F(ValidateImage, QueryLodVulkanNonSampledError) { TEST_F() function
4520 TEST_F(ValidateImage, QueryLodComputeShaderDerivativesMissingMode) { TEST_F() function
4544 TEST_F(ValidateImage, ImplicitLodWrongExecutionModel) { TEST_F() function
4559 TEST_F(ValidateImage, ImplicitLodComputeShaderDerivatives) { TEST_F() function
4580 TEST_F(ValidateImage, ImplicitLodComputeShaderDerivativesMissingMode) { TEST_F() function
4605 TEST_F(ValidateImage, ReadSubpassDataWrongExecutionModel) { TEST_F() function
4618 TEST_F(ValidateImage, SparseSampleImplicitLodSuccess) { TEST_F() function
4642 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotStruct) { TEST_F() function
4656 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotTwoMembers1) { TEST_F() function
4671 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotTwoMembers2) { TEST_F() function
4686 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeFirstMemberNotInt) { TEST_F() function
4701 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeTexelNotVector) { TEST_F() function
4716 TEST_F(ValidateImage, SparseSampleImplicitLodWrongNumComponentsTexel) { TEST_F() function
4731 TEST_F(ValidateImage, SparseSampleImplicitLodWrongComponentTypeTexel) { TEST_F() function
4746 TEST_F(ValidateImage, SparseSampleDrefImplicitLodSuccess) { TEST_F() function
4770 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotStruct) { TEST_F() function
4784 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotTwoMembers1) { TEST_F() function
4800 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotTwoMembers2) { TEST_F() function
4816 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeFirstMemberNotInt) { TEST_F() function
4832 TEST_F(ValidateImage, SparseSampleDrefImplicitLodDifferentSampledType) { TEST_F() function
4847 TEST_F(ValidateImage, SparseFetchSuccess) { TEST_F() function
4864 TEST_F(ValidateImage, SparseFetchResultTypeNotStruct) { TEST_F() function
4876 TEST_F(ValidateImage, SparseFetchResultTypeNotTwoMembers1) { TEST_F() function
4889 TEST_F(ValidateImage, SparseFetchResultTypeNotTwoMembers2) { TEST_F() function
4902 TEST_F(ValidateImage, SparseFetchResultTypeFirstMemberNotInt) { TEST_F() function
4915 TEST_F(ValidateImage, SparseFetchResultTypeTexelNotVector) { TEST_F() function
4928 TEST_F(ValidateImage, SparseFetchWrongNumComponentsTexel) { TEST_F() function
4941 TEST_F(ValidateImage, SparseFetchWrongComponentTypeTexel) { TEST_F() function
4954 TEST_F(ValidateImage, SparseReadSuccess) { TEST_F() function
4965 TEST_F(ValidateImage, SparseReadResultTypeNotStruct) { TEST_F() function
4978 TEST_F(ValidateImage, SparseReadResultTypeNotTwoMembers1) { TEST_F() function
4992 TEST_F(ValidateImage, SparseReadResultTypeNotTwoMembers2) { TEST_F() function
5006 TEST_F(ValidateImage, SparseReadResultTypeFirstMemberNotInt) { TEST_F() function
5020 TEST_F(ValidateImage, SparseReadResultTypeTexelWrongType) { TEST_F() function
5034 TEST_F(ValidateImage, SparseReadWrongComponentTypeTexel) { TEST_F() function
5048 TEST_F(ValidateImage, SparseReadSubpassDataNotAllowed) { TEST_F() function
5062 TEST_F(ValidateImage, SparseGatherSuccess) { TEST_F() function
5081 TEST_F(ValidateImage, SparseGatherResultTypeNotStruct) { TEST_F() function
5095 TEST_F(ValidateImage, SparseGatherResultTypeNotTwoMembers1) { TEST_F() function
5110 TEST_F(ValidateImage, SparseGatherResultTypeNotTwoMembers2) { TEST_F() function
5125 TEST_F(ValidateImage, SparseGatherResultTypeFirstMemberNotInt) { TEST_F() function
5140 TEST_F(ValidateImage, SparseGatherResultTypeTexelNotVector) { TEST_F() function
5155 TEST_F(ValidateImage, SparseGatherWrongNumComponentsTexel) { TEST_F() function
5170 TEST_F(ValidateImage, SparseGatherWrongComponentTypeTexel) { TEST_F() function
5185 TEST_F(ValidateImage, SparseTexelsResidentSuccess) { TEST_F() function
5194 TEST_F(ValidateImage, SparseTexelsResidentResultTypeNotBool) { TEST_F() function
5205 TEST_F(ValidateImage, MakeTexelVisibleKHRSuccessImageRead) { TEST_F() function
5222 TEST_F(ValidateImage, MakeTexelVisibleKHRSuccessImageSparseRead) { TEST_F() function
5239 TEST_F(ValidateImage, MakeTexelVisibleKHRFailureOpcode) { TEST_F() function
5263 TEST_F(ValidateImage, MakeTexelVisibleKHRFailureMissingNonPrivate) { TEST_F() function
5284 TEST_F(ValidateImage, MakeTexelAvailableKHRSuccessImageWrite) { TEST_F() function
5301 TEST_F(ValidateImage, MakeTexelAvailableKHRFailureOpcode) { TEST_F() function
5324 TEST_F(ValidateImage, MakeTexelAvailableKHRFailureMissingNonPrivate) { TEST_F() function
5345 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageWriteBad) { TEST_F() function
5367 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageWriteGood) { TEST_F() function
5385 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageReadBad) { TEST_F() function
5407 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageReadGood) { TEST_F() function
5427 TEST_F(ValidateImage, Issue2463NoSegFault) { TEST_F() function
5460 TEST_F(ValidateImage, SignExtendV13Bad) { TEST_F() function
5471 TEST_F(ValidateImage, ZeroExtendV13Bad) { TEST_F() function
5482 TEST_F(ValidateImage, SignExtendScalarUIntTexelV14Good) { TEST_F() function
5497 TEST_F(ValidateImage, SignExtendScalarSIntTexelV14Good) { TEST_F() function
5512 TEST_F(ValidateImage, SignExtendScalarVectorUIntTexelV14Good) { TEST_F() function
5526 TEST_F(ValidateImage, SignExtendVectorSIntTexelV14Good) { TEST_F() function
5543 TEST_F(ValidateImage, ZeroExtendScalarUIntTexelV14Good) { TEST_F() function
5558 TEST_F(ValidateImage, ZeroExtendScalarSIntTexelV14Good) { TEST_F() function
5573 TEST_F(ValidateImage, ZeroExtendScalarVectorUIntTexelV14Good) { TEST_F() function
5587 TEST_F(ValidateImage, ZeroExtendVectorSIntTexelV14Good) { TEST_F() function
5601 TEST_F(ValidateImage, ReadLodAMDSuccess1) { TEST_F() function
5617 TEST_F(ValidateImage, ReadLodAMDSuccess2) { TEST_F() function
5633 TEST_F(ValidateImage, ReadLodAMDSuccess3) { TEST_F() function
5649 TEST_F(ValidateImage, ReadLodAMDNeedCapability) { TEST_F() function
5666 TEST_F(ValidateImage, WriteLodAMDSuccess1) { TEST_F() function
5682 TEST_F(ValidateImage, WriteLodAMDSuccess2) { TEST_F() function
5698 TEST_F(ValidateImage, WriteLodAMDSuccess3) { TEST_F() function
5714 TEST_F(ValidateImage, WriteLodAMDNeedCapability) { TEST_F() function
5731 TEST_F(ValidateImage, SparseReadLodAMDSuccess) { TEST_F() function
5747 TEST_F(ValidateImage, SparseReadLodAMDNeedCapability) { TEST_F() function
5764 TEST_F(ValidateImage, GatherBiasAMDSuccess) { TEST_F() function
5780 TEST_F(ValidateImage, GatherLodAMDSuccess) { TEST_F() function
5796 TEST_F(ValidateImage, SparseGatherBiasAMDSuccess) { TEST_F() function
5812 TEST_F(ValidateImage, SparseGatherLodAMDSuccess) { TEST_F() function
5854 TEST_F(ValidateImage, Image64MissingCapability) { TEST_F() function
5862 TEST_F(ValidateImage, Image64MissingExtension) { TEST_F() function
5874 TEST_F(ValidateImage, ImageTexelPointer64Success) { TEST_F() function
5888 TEST_F(ValidateImage, ImageTexelPointer64ResultTypeNotPointer) { TEST_F() function
5904 TEST_F(ValidateImage, ImageTexelPointer64ResultTypeNotImageClass) { TEST_F() function
5921 TEST_F(ValidateImage, ImageTexelPointer64SampleNotZeroForImageWithMSZero) { TEST_F() function
5938 TEST_F(ValidateImage, ImageTexelPointerR32uiSuccessVulkan) { TEST_F() function
5949 TEST_F(ValidateImage, ImageTexelPointerR32iSuccessVulkan) { TEST_F() function
5969 TEST_F(ValidateImage, ImageTexelPointerR64uiSuccessVulkan) { TEST_F() function
5983 TEST_F(ValidateImage, ImageTexelPointerR64iSuccessVulkan) { TEST_F() function
5997 TEST_F(ValidateImage, ImageTexelPointerR32fSuccessVulkan) { TEST_F() function
6016 TEST_F(ValidateImage, ImageTexelPointerRgba32iVulkan) { TEST_F() function
6041 TEST_F(ValidateImage, ImageTexelPointerRgba16fVulkan) { TEST_F() function
6066 TEST_F(ValidateImage, ImageExecutionModeLimitationNoMode) { TEST_F() function
[all...]
H A Dval_arithmetics_test.cpp170 TEST_F(ValidateArithmetics, F32Success) { in TEST_F() function
185 TEST_F(ValidateArithmetics, F64Success) { in TEST_F() function
200 TEST_F(ValidateArithmetics, Int32Success) { in TEST_F() function
218 TEST_F(ValidateArithmetics, Int64Success) { in TEST_F() function
236 TEST_F(ValidateArithmetics, F32Vec2Success) { in TEST_F() function
251 TEST_F(ValidateArithmetics, F64Vec2Success) { in TEST_F() function
266 TEST_F(ValidateArithmetics, U32Vec2Success) { in TEST_F() function
281 TEST_F(ValidateArithmetics, FNegateTypeIdU32) { in TEST_F() function
294 TEST_F(ValidateArithmetics, FNegateTypeIdVec2U32) { in TEST_F() function
307 TEST_F(ValidateArithmetic function
319 TEST_F(ValidateArithmetics, FMulTypeIdU32) { TEST_F() function
332 TEST_F(ValidateArithmetics, FMulTypeIdVec2U32) { TEST_F() function
345 TEST_F(ValidateArithmetics, FMulWrongOperand1) { TEST_F() function
357 TEST_F(ValidateArithmetics, FMulWrongOperand2) { TEST_F() function
369 TEST_F(ValidateArithmetics, FMulWrongVectorOperand1) { TEST_F() function
381 TEST_F(ValidateArithmetics, FMulWrongVectorOperand2) { TEST_F() function
393 TEST_F(ValidateArithmetics, IMulFloatTypeId) { TEST_F() function
405 TEST_F(ValidateArithmetics, IMulFloatOperand1) { TEST_F() function
417 TEST_F(ValidateArithmetics, IMulFloatOperand2) { TEST_F() function
429 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand1) { TEST_F() function
442 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand2) { TEST_F() function
455 TEST_F(ValidateArithmetics, IMulWrongBitWidthVector) { TEST_F() function
468 TEST_F(ValidateArithmetics, IMulVectorScalarOperand1) { TEST_F() function
481 TEST_F(ValidateArithmetics, IMulVectorScalarOperand2) { TEST_F() function
494 TEST_F(ValidateArithmetics, IMulScalarVectorOperand1) { TEST_F() function
507 TEST_F(ValidateArithmetics, IMulScalarVectorOperand2) { TEST_F() function
520 TEST_F(ValidateArithmetics, SNegateFloat) { TEST_F() function
532 TEST_F(ValidateArithmetics, UDivFloatType) { TEST_F() function
545 TEST_F(ValidateArithmetics, UDivSignedIntType) { TEST_F() function
558 TEST_F(ValidateArithmetics, UDivWrongOperand1) { TEST_F() function
570 TEST_F(ValidateArithmetics, UDivWrongOperand2) { TEST_F() function
582 TEST_F(ValidateArithmetics, DotSuccess) { TEST_F() function
591 TEST_F(ValidateArithmetics, DotWrongTypeId) { TEST_F() function
602 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand1) { TEST_F() function
613 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand2) { TEST_F() function
625 TEST_F(ValidateArithmetics, DotWrongComponentOperand1) { TEST_F() function
637 TEST_F(ValidateArithmetics, DotWrongComponentOperand2) { TEST_F() function
649 TEST_F(ValidateArithmetics, DotDifferentVectorSize) { TEST_F() function
662 TEST_F(ValidateArithmetics, VectorTimesScalarSuccess) { TEST_F() function
671 TEST_F(ValidateArithmetics, VectorTimesScalarWrongTypeId) { TEST_F() function
683 TEST_F(ValidateArithmetics, VectorTimesScalarWrongVector) { TEST_F() function
696 TEST_F(ValidateArithmetics, VectorTimesScalarWrongScalar) { TEST_F() function
709 TEST_F(ValidateArithmetics, MatrixTimesScalarSuccess) { TEST_F() function
718 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongTypeId) { TEST_F() function
730 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongMatrix) { TEST_F() function
743 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongScalar) { TEST_F() function
756 TEST_F(ValidateArithmetics, VectorTimesMatrix2x22Success) { TEST_F() function
765 TEST_F(ValidateArithmetics, VectorTimesMatrix3x32Success) { TEST_F() function
774 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongTypeId) { TEST_F() function
786 TEST_F(ValidateArithmetics, VectorTimesMatrixNotFloatVector) { TEST_F() function
798 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongVectorComponent) { TEST_F() function
812 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrix) { TEST_F() function
824 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrixComponent) { TEST_F() function
838 TEST_F(ValidateArithmetics, VectorTimesMatrix2eq2x23Fail) { TEST_F() function
852 TEST_F(ValidateArithmetics, VectorTimesMatrix2x32Fail) { TEST_F() function
866 TEST_F(ValidateArithmetics, MatrixTimesVector22x2Success) { TEST_F() function
875 TEST_F(ValidateArithmetics, MatrixTimesVector23x3Success) { TEST_F() function
884 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongTypeId) { TEST_F() function
896 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrix) { TEST_F() function
908 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrixCol) { TEST_F() function
922 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongVector) { TEST_F() function
934 TEST_F(ValidateArithmetics, MatrixTimesVectorDifferentComponents) { TEST_F() function
946 TEST_F(ValidateArithmetics, MatrixTimesVector22x3Fail) { TEST_F() function
960 TEST_F(ValidateArithmetics, MatrixTimesMatrix22x22Success) { TEST_F() function
969 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x32Success) { TEST_F() function
978 TEST_F(ValidateArithmetics, MatrixTimesMatrix33x33Success) { TEST_F() function
987 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongTypeId) { TEST_F() function
1000 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongLeftOperand) { TEST_F() function
1013 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongRightOperand) { TEST_F() function
1026 TEST_F(ValidateArithmetics, MatrixTimesMatrix32x23Fail) { TEST_F() function
1040 TEST_F(ValidateArithmetics, MatrixTimesMatrixDifferentComponents) { TEST_F() function
1053 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x23Fail) { TEST_F() function
1066 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x22Fail) { TEST_F() function
1079 TEST_F(ValidateArithmetics, OuterProduct2x2Success) { TEST_F() function
1088 TEST_F(ValidateArithmetics, OuterProduct3x2Success) { TEST_F() function
1097 TEST_F(ValidateArithmetics, OuterProduct2x3Success) { TEST_F() function
1106 TEST_F(ValidateArithmetics, OuterProductWrongTypeId) { TEST_F() function
1118 TEST_F(ValidateArithmetics, OuterProductWrongLeftOperand) { TEST_F() function
1131 TEST_F(ValidateArithmetics, OuterProductRightOperandNotFloatVector) { TEST_F() function
1143 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongComponent) { TEST_F() function
1155 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongDimension) { TEST_F() function
1230 TEST_F(ValidateArithmetics, CoopMatSuccess) { TEST_F() function
1254 TEST_F(ValidateArithmetics, CoopMatFMulFail) { TEST_F() function
1267 TEST_F(ValidateArithmetics, CoopMatMatrixTimesScalarMismatchFail) { TEST_F() function
1280 TEST_F(ValidateArithmetics, CoopMatScopeFail) { TEST_F() function
1300 TEST_F(ValidateArithmetics, CoopMatDimFail) { TEST_F() function
1312 TEST_F(ValidateArithmetics, CoopMatComponentTypeNotScalarNumeric) { TEST_F() function
1324 TEST_F(ValidateArithmetics, CoopMatScopeNotConstantInt) { TEST_F() function
1337 TEST_F(ValidateArithmetics, CoopMatRowsNotConstantInt) { TEST_F() function
1350 TEST_F(ValidateArithmetics, CoopMatColumnsNotConstantInt) { TEST_F() function
1363 TEST_F(ValidateArithmetics, IAddCarrySuccess) { TEST_F() function
1373 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotStruct) { TEST_F() function
1384 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotTwoMembers) { TEST_F() function
1396 TEST_F(ValidateArithmetics, IAddCarryResultTypeMemberNotUnsignedInt) { TEST_F() function
1409 TEST_F(ValidateArithmetics, IAddCarryWrongLeftOperand) { TEST_F() function
1421 TEST_F(ValidateArithmetics, IAddCarryWrongRightOperand) { TEST_F() function
1433 TEST_F(ValidateArithmetics, OpSMulExtendedSuccess) { TEST_F() function
1445 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMemberNotInt) { TEST_F() function
1458 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMembersNotIdentical) { TEST_F() function
[all...]
H A Dval_conversion_test.cpp277 TEST_F(ValidateConversion, ConvertFToUSuccess) { in TEST_F() function
288 TEST_F(ValidateConversion, ConvertFToUWrongResultType) { in TEST_F() function
300 TEST_F(ValidateConversion, ConvertFToUWrongInputType) { in TEST_F() function
312 TEST_F(ValidateConversion, ConvertFToUDifferentDimension) { in TEST_F() function
324 TEST_F(ValidateConversion, ConvertFToSSuccess) { in TEST_F() function
335 TEST_F(ValidateConversion, ConvertFToSWrongResultType) { in TEST_F() function
348 TEST_F(ValidateConversion, ConvertFToSWrongInputType) { in TEST_F() function
360 TEST_F(ValidateConversion, ConvertFToSDifferentDimension) { in TEST_F() function
372 TEST_F(ValidateConversion, ConvertSToFSuccess) { in TEST_F() function
383 TEST_F(ValidateConversio function
396 TEST_F(ValidateConversion, ConvertSToFWrongInputType) { TEST_F() function
408 TEST_F(ValidateConversion, ConvertSToFDifferentDimension) { TEST_F() function
420 TEST_F(ValidateConversion, UConvertSuccess) { TEST_F() function
431 TEST_F(ValidateConversion, UConvertWrongResultType) { TEST_F() function
443 TEST_F(ValidateConversion, UConvertWrongInputType) { TEST_F() function
454 TEST_F(ValidateConversion, UConvertDifferentDimension) { TEST_F() function
466 TEST_F(ValidateConversion, UConvertSameBitWidth) { TEST_F() function
478 TEST_F(ValidateConversion, SConvertSuccess) { TEST_F() function
489 TEST_F(ValidateConversion, SConvertWrongResultType) { TEST_F() function
501 TEST_F(ValidateConversion, SConvertWrongInputType) { TEST_F() function
512 TEST_F(ValidateConversion, SConvertDifferentDimension) { TEST_F() function
524 TEST_F(ValidateConversion, SConvertSameBitWidth) { TEST_F() function
536 TEST_F(ValidateConversion, FConvertSuccess) { TEST_F() function
547 TEST_F(ValidateConversion, FConvertWrongResultType) { TEST_F() function
560 TEST_F(ValidateConversion, FConvertWrongInputType) { TEST_F() function
572 TEST_F(ValidateConversion, FConvertDifferentDimension) { TEST_F() function
584 TEST_F(ValidateConversion, FConvertSameBitWidth) { TEST_F() function
596 TEST_F(ValidateConversion, QuantizeToF16Success) { TEST_F() function
607 TEST_F(ValidateConversion, QuantizeToF16WrongResultType) { TEST_F() function
620 TEST_F(ValidateConversion, QuantizeToF16WrongResultTypeBitWidth) { TEST_F() function
633 TEST_F(ValidateConversion, QuantizeToF16WrongInputType) { TEST_F() function
646 TEST_F(ValidateConversion, ConvertPtrToUSuccess) { TEST_F() function
657 TEST_F(ValidateConversion, ConvertPtrToUWrongResultType) { TEST_F() function
670 TEST_F(ValidateConversion, ConvertPtrToUNotPointer) { TEST_F() function
681 TEST_F(ValidateConversion, SatConvertSToUSuccess) { TEST_F() function
692 TEST_F(ValidateConversion, SatConvertSToUWrongResultType) { TEST_F() function
704 TEST_F(ValidateConversion, SatConvertSToUWrongInputType) { TEST_F() function
716 TEST_F(ValidateConversion, SatConvertSToUDifferentDimension) { TEST_F() function
729 TEST_F(ValidateConversion, ConvertUToPtrSuccess) { TEST_F() function
739 TEST_F(ValidateConversion, ConvertUToPtrWrongResultType) { TEST_F() function
750 TEST_F(ValidateConversion, ConvertUToPtrNotInt) { TEST_F() function
761 TEST_F(ValidateConversion, ConvertUToPtrNotIntScalar) { TEST_F() function
772 TEST_F(ValidateConversion, PtrCastToGenericSuccess) { TEST_F() function
782 TEST_F(ValidateConversion, PtrCastToGenericWrongResultType) { TEST_F() function
795 TEST_F(ValidateConversion, PtrCastToGenericWrongResultStorageClass) { TEST_F() function
808 TEST_F(ValidateConversion, PtrCastToGenericWrongInputType) { TEST_F() function
820 TEST_F(ValidateConversion, PtrCastToGenericWrongInputStorageClass) { TEST_F() function
832 TEST_F(ValidateConversion, PtrCastToGenericPointToDifferentType) { TEST_F() function
846 TEST_F(ValidateConversion, GenericCastToPtrSuccess) { TEST_F() function
859 TEST_F(ValidateConversion, GenericCastToPtrWrongResultType) { TEST_F() function
873 TEST_F(ValidateConversion, GenericCastToPtrWrongResultStorageClass) { TEST_F() function
887 TEST_F(ValidateConversion, GenericCastToPtrWrongInputType) { TEST_F() function
900 TEST_F(ValidateConversion, GenericCastToPtrWrongInputStorageClass) { TEST_F() function
913 TEST_F(ValidateConversion, GenericCastToPtrPointToDifferentType) { TEST_F() function
928 TEST_F(ValidateConversion, GenericCastToPtrExplicitSuccess) { TEST_F() function
941 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongResultType) { TEST_F() function
956 TEST_F(ValidateConversion, GenericCastToPtrExplicitResultStorageClassDiffers) { TEST_F() function
970 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongResultStorageClass) { TEST_F() function
985 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongInputType) { TEST_F() function
999 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongInputStorageClass) { TEST_F() function
1012 TEST_F(ValidateConversion, GenericCastToPtrExplicitPointToDifferentType) { TEST_F() function
1027 TEST_F(ValidateConversion, CoopMatConversionSuccess) { TEST_F() function
1103 TEST_F(ValidateConversion, CoopMatConversionShapesMismatchFail) { TEST_F() function
1150 TEST_F(ValidateConversion, CoopMatConversionShapesMismatchPass) { TEST_F() function
1193 TEST_F(ValidateConversion, BitcastSuccess) { TEST_F() function
1211 TEST_F(ValidateConversion, BitcastSuccessSPV1p5) { TEST_F() function
1231 TEST_F(ValidateConversion, BitcastSuccessPhysicalStorageBufferKHR) { TEST_F() function
1254 TEST_F(ValidateConversion, BitcastInputHasNoType) { TEST_F() function
1265 TEST_F(ValidateConversion, BitcastWrongResultType) { TEST_F() function
1278 TEST_F(ValidateConversion, BitcastWrongInputType) { TEST_F() function
1290 TEST_F(ValidateConversion, BitcastPtrWrongInputType) { TEST_F() function
1302 TEST_F(ValidateConversion, BitcastPtrWrongInputTypeSPV1p5) { TEST_F() function
1315 TEST_F(ValidateConversion, BitcastPtrWrongInputTypePhysicalStorageBufferKHR) { TEST_F() function
1330 TEST_F(ValidateConversion, BitcastPtrWrongInputTypeIntVectorSPV1p5) { TEST_F() function
1343 TEST_F(ValidateConversion, TEST_F() function
1359 TEST_F(ValidateConversion, BitcastPtrWrongResultType) { TEST_F() function
1371 TEST_F(ValidateConversion, BitcastPtrWrongResultTypeSPV1p5) { TEST_F() function
1384 TEST_F(ValidateConversion, BitcastPtrWrongResultTypePhysicalStorageBufferKHR) { TEST_F() function
1399 TEST_F(ValidateConversion, BitcastPtrWrongResultTypeIntVectorSPV1p5) { TEST_F() function
1412 TEST_F(ValidateConversion, TEST_F() function
1428 TEST_F(ValidateConversion, BitcastDifferentTotalBitWidth) { TEST_F() function
1442 TEST_F(ValidateConversion, ConvertUToPtrInputIsAType) { TEST_F() function
1465 TEST_F(ValidateConversion, ConvertUToPtrPSBSuccess) { TEST_F() function
1490 TEST_F(ValidateConversion, ConvertUToPtrPSBStorageClass) { TEST_F() function
1519 TEST_F(ValidateConversion, ConvertUToPtrVulkanWrongWidth) { TEST_F() function
1551 TEST_F(ValidateConversion, ConvertPtrToUPSBSuccess) { TEST_F() function
1580 TEST_F(ValidateConversion, ConvertPtrToUPSBStorageClass) { TEST_F() function
1609 TEST_F(ValidateConversion, ConvertPtrToUVulkanWrongWidth) { TEST_F() function
[all...]
/third_party/spirv-tools/test/val/
H A Dval_arithmetics_test.cpp170 TEST_F(ValidateArithmetics, F32Success) { in TEST_F() function
185 TEST_F(ValidateArithmetics, F64Success) { in TEST_F() function
200 TEST_F(ValidateArithmetics, Int32Success) { in TEST_F() function
218 TEST_F(ValidateArithmetics, Int64Success) { in TEST_F() function
236 TEST_F(ValidateArithmetics, F32Vec2Success) { in TEST_F() function
251 TEST_F(ValidateArithmetics, F64Vec2Success) { in TEST_F() function
266 TEST_F(ValidateArithmetics, U32Vec2Success) { in TEST_F() function
281 TEST_F(ValidateArithmetics, FNegateTypeIdU32) { in TEST_F() function
294 TEST_F(ValidateArithmetics, FNegateTypeIdVec2U32) { in TEST_F() function
307 TEST_F(ValidateArithmetic function
319 TEST_F(ValidateArithmetics, FMulTypeIdU32) { TEST_F() function
332 TEST_F(ValidateArithmetics, FMulTypeIdVec2U32) { TEST_F() function
345 TEST_F(ValidateArithmetics, FMulWrongOperand1) { TEST_F() function
357 TEST_F(ValidateArithmetics, FMulWrongOperand2) { TEST_F() function
369 TEST_F(ValidateArithmetics, FMulWrongVectorOperand1) { TEST_F() function
381 TEST_F(ValidateArithmetics, FMulWrongVectorOperand2) { TEST_F() function
393 TEST_F(ValidateArithmetics, IMulFloatTypeId) { TEST_F() function
405 TEST_F(ValidateArithmetics, IMulFloatOperand1) { TEST_F() function
417 TEST_F(ValidateArithmetics, IMulFloatOperand2) { TEST_F() function
429 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand1) { TEST_F() function
442 TEST_F(ValidateArithmetics, IMulWrongBitWidthOperand2) { TEST_F() function
455 TEST_F(ValidateArithmetics, IMulWrongBitWidthVector) { TEST_F() function
468 TEST_F(ValidateArithmetics, IMulVectorScalarOperand1) { TEST_F() function
481 TEST_F(ValidateArithmetics, IMulVectorScalarOperand2) { TEST_F() function
494 TEST_F(ValidateArithmetics, IMulScalarVectorOperand1) { TEST_F() function
507 TEST_F(ValidateArithmetics, IMulScalarVectorOperand2) { TEST_F() function
520 TEST_F(ValidateArithmetics, SNegateFloat) { TEST_F() function
532 TEST_F(ValidateArithmetics, UDivFloatType) { TEST_F() function
545 TEST_F(ValidateArithmetics, UDivSignedIntType) { TEST_F() function
558 TEST_F(ValidateArithmetics, UDivWrongOperand1) { TEST_F() function
570 TEST_F(ValidateArithmetics, UDivWrongOperand2) { TEST_F() function
582 TEST_F(ValidateArithmetics, DotSuccess) { TEST_F() function
591 TEST_F(ValidateArithmetics, DotWrongTypeId) { TEST_F() function
602 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand1) { TEST_F() function
614 TEST_F(ValidateArithmetics, DotNotVectorTypeOperand2) { TEST_F() function
626 TEST_F(ValidateArithmetics, DotWrongComponentOperand1) { TEST_F() function
638 TEST_F(ValidateArithmetics, DotWrongComponentOperand2) { TEST_F() function
650 TEST_F(ValidateArithmetics, DotDifferentVectorSize) { TEST_F() function
663 TEST_F(ValidateArithmetics, VectorTimesScalarSuccess) { TEST_F() function
672 TEST_F(ValidateArithmetics, VectorTimesScalarWrongTypeId) { TEST_F() function
684 TEST_F(ValidateArithmetics, VectorTimesScalarWrongVector) { TEST_F() function
697 TEST_F(ValidateArithmetics, VectorTimesScalarWrongScalar) { TEST_F() function
710 TEST_F(ValidateArithmetics, MatrixTimesScalarSuccess) { TEST_F() function
719 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongTypeId) { TEST_F() function
731 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongMatrix) { TEST_F() function
744 TEST_F(ValidateArithmetics, MatrixTimesScalarWrongScalar) { TEST_F() function
757 TEST_F(ValidateArithmetics, VectorTimesMatrix2x22Success) { TEST_F() function
766 TEST_F(ValidateArithmetics, VectorTimesMatrix3x32Success) { TEST_F() function
775 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongTypeId) { TEST_F() function
787 TEST_F(ValidateArithmetics, VectorTimesMatrixNotFloatVector) { TEST_F() function
799 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongVectorComponent) { TEST_F() function
813 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrix) { TEST_F() function
825 TEST_F(ValidateArithmetics, VectorTimesMatrixWrongMatrixComponent) { TEST_F() function
839 TEST_F(ValidateArithmetics, VectorTimesMatrix2eq2x23Fail) { TEST_F() function
853 TEST_F(ValidateArithmetics, VectorTimesMatrix2x32Fail) { TEST_F() function
867 TEST_F(ValidateArithmetics, MatrixTimesVector22x2Success) { TEST_F() function
876 TEST_F(ValidateArithmetics, MatrixTimesVector23x3Success) { TEST_F() function
885 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongTypeId) { TEST_F() function
897 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrix) { TEST_F() function
909 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongMatrixCol) { TEST_F() function
923 TEST_F(ValidateArithmetics, MatrixTimesVectorWrongVector) { TEST_F() function
935 TEST_F(ValidateArithmetics, MatrixTimesVectorDifferentComponents) { TEST_F() function
947 TEST_F(ValidateArithmetics, MatrixTimesVector22x3Fail) { TEST_F() function
961 TEST_F(ValidateArithmetics, MatrixTimesMatrix22x22Success) { TEST_F() function
970 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x32Success) { TEST_F() function
979 TEST_F(ValidateArithmetics, MatrixTimesMatrix33x33Success) { TEST_F() function
988 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongTypeId) { TEST_F() function
1001 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongLeftOperand) { TEST_F() function
1014 TEST_F(ValidateArithmetics, MatrixTimesMatrixWrongRightOperand) { TEST_F() function
1027 TEST_F(ValidateArithmetics, MatrixTimesMatrix32x23Fail) { TEST_F() function
1041 TEST_F(ValidateArithmetics, MatrixTimesMatrixDifferentComponents) { TEST_F() function
1054 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x23Fail) { TEST_F() function
1067 TEST_F(ValidateArithmetics, MatrixTimesMatrix23x22Fail) { TEST_F() function
1080 TEST_F(ValidateArithmetics, OuterProduct2x2Success) { TEST_F() function
1089 TEST_F(ValidateArithmetics, OuterProduct3x2Success) { TEST_F() function
1098 TEST_F(ValidateArithmetics, OuterProduct2x3Success) { TEST_F() function
1107 TEST_F(ValidateArithmetics, OuterProductWrongTypeId) { TEST_F() function
1119 TEST_F(ValidateArithmetics, OuterProductWrongLeftOperand) { TEST_F() function
1132 TEST_F(ValidateArithmetics, OuterProductRightOperandNotFloatVector) { TEST_F() function
1144 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongComponent) { TEST_F() function
1156 TEST_F(ValidateArithmetics, OuterProductRightOperandWrongDimension) { TEST_F() function
1231 TEST_F(ValidateArithmetics, CoopMatSuccess) { TEST_F() function
1255 TEST_F(ValidateArithmetics, CoopMatFMulFail) { TEST_F() function
1268 TEST_F(ValidateArithmetics, CoopMatMatrixTimesScalarMismatchFail) { TEST_F() function
1281 TEST_F(ValidateArithmetics, CoopMatScopeFail) { TEST_F() function
1301 TEST_F(ValidateArithmetics, CoopMatDimFail) { TEST_F() function
1313 TEST_F(ValidateArithmetics, CoopMatComponentTypeNotScalarNumeric) { TEST_F() function
1325 TEST_F(ValidateArithmetics, CoopMatScopeNotConstantInt) { TEST_F() function
1338 TEST_F(ValidateArithmetics, CoopMatRowsNotConstantInt) { TEST_F() function
1351 TEST_F(ValidateArithmetics, CoopMatColumnsNotConstantInt) { TEST_F() function
1364 TEST_F(ValidateArithmetics, IAddCarrySuccess) { TEST_F() function
1374 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotStruct) { TEST_F() function
1385 TEST_F(ValidateArithmetics, IAddCarryResultTypeNotTwoMembers) { TEST_F() function
1397 TEST_F(ValidateArithmetics, IAddCarryResultTypeMemberNotUnsignedInt) { TEST_F() function
1410 TEST_F(ValidateArithmetics, IAddCarryWrongLeftOperand) { TEST_F() function
1422 TEST_F(ValidateArithmetics, IAddCarryWrongRightOperand) { TEST_F() function
1434 TEST_F(ValidateArithmetics, OpSMulExtendedSuccess) { TEST_F() function
1446 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMemberNotInt) { TEST_F() function
1459 TEST_F(ValidateArithmetics, SMulExtendedResultTypeMembersNotIdentical) { TEST_F() function
1540 TEST_F(ValidateArithmetics, CoopMatKHRSuccess) { TEST_F() function
1567 TEST_F(ValidateArithmetics, CoopMatMatrixKHRTimesScalarMismatchFail) { TEST_F() function
1580 TEST_F(ValidateArithmetics, CoopMatKHRScopeFail) { TEST_F() function
1598 TEST_F(ValidateArithmetics, CoopMatKHRDimFail) { TEST_F() function
[all...]
H A Dval_conversion_test.cpp277 TEST_F(ValidateConversion, ConvertFToUSuccess) { in TEST_F() function
288 TEST_F(ValidateConversion, ConvertFToUWrongResultType) { in TEST_F() function
300 TEST_F(ValidateConversion, ConvertFToUWrongInputType) { in TEST_F() function
312 TEST_F(ValidateConversion, ConvertFToUDifferentDimension) { in TEST_F() function
324 TEST_F(ValidateConversion, ConvertFToSSuccess) { in TEST_F() function
335 TEST_F(ValidateConversion, ConvertFToSWrongResultType) { in TEST_F() function
348 TEST_F(ValidateConversion, ConvertFToSWrongInputType) { in TEST_F() function
360 TEST_F(ValidateConversion, ConvertFToSDifferentDimension) { in TEST_F() function
372 TEST_F(ValidateConversion, ConvertSToFSuccess) { in TEST_F() function
383 TEST_F(ValidateConversio function
396 TEST_F(ValidateConversion, ConvertSToFWrongInputType) { TEST_F() function
408 TEST_F(ValidateConversion, ConvertSToFDifferentDimension) { TEST_F() function
420 TEST_F(ValidateConversion, UConvertSuccess) { TEST_F() function
431 TEST_F(ValidateConversion, UConvertWrongResultType) { TEST_F() function
443 TEST_F(ValidateConversion, UConvertWrongInputType) { TEST_F() function
454 TEST_F(ValidateConversion, UConvertDifferentDimension) { TEST_F() function
466 TEST_F(ValidateConversion, UConvertSameBitWidth) { TEST_F() function
478 TEST_F(ValidateConversion, SConvertSuccess) { TEST_F() function
489 TEST_F(ValidateConversion, SConvertWrongResultType) { TEST_F() function
501 TEST_F(ValidateConversion, SConvertWrongInputType) { TEST_F() function
512 TEST_F(ValidateConversion, SConvertDifferentDimension) { TEST_F() function
524 TEST_F(ValidateConversion, SConvertSameBitWidth) { TEST_F() function
536 TEST_F(ValidateConversion, FConvertSuccess) { TEST_F() function
547 TEST_F(ValidateConversion, FConvertWrongResultType) { TEST_F() function
560 TEST_F(ValidateConversion, FConvertWrongInputType) { TEST_F() function
572 TEST_F(ValidateConversion, FConvertDifferentDimension) { TEST_F() function
584 TEST_F(ValidateConversion, FConvertSameBitWidth) { TEST_F() function
596 TEST_F(ValidateConversion, QuantizeToF16Success) { TEST_F() function
607 TEST_F(ValidateConversion, QuantizeToF16WrongResultType) { TEST_F() function
620 TEST_F(ValidateConversion, QuantizeToF16WrongResultTypeBitWidth) { TEST_F() function
633 TEST_F(ValidateConversion, QuantizeToF16WrongInputType) { TEST_F() function
646 TEST_F(ValidateConversion, ConvertPtrToUSuccess) { TEST_F() function
657 TEST_F(ValidateConversion, ConvertPtrToUWrongResultType) { TEST_F() function
670 TEST_F(ValidateConversion, ConvertPtrToUNotPointer) { TEST_F() function
681 TEST_F(ValidateConversion, SatConvertSToUSuccess) { TEST_F() function
692 TEST_F(ValidateConversion, SatConvertSToUWrongResultType) { TEST_F() function
704 TEST_F(ValidateConversion, SatConvertSToUWrongInputType) { TEST_F() function
716 TEST_F(ValidateConversion, SatConvertSToUDifferentDimension) { TEST_F() function
729 TEST_F(ValidateConversion, ConvertUToPtrSuccess) { TEST_F() function
739 TEST_F(ValidateConversion, ConvertUToPtrWrongResultType) { TEST_F() function
750 TEST_F(ValidateConversion, ConvertUToPtrNotInt) { TEST_F() function
761 TEST_F(ValidateConversion, ConvertUToPtrNotIntScalar) { TEST_F() function
772 TEST_F(ValidateConversion, PtrCastToGenericSuccess) { TEST_F() function
782 TEST_F(ValidateConversion, PtrCastToGenericWrongResultType) { TEST_F() function
795 TEST_F(ValidateConversion, PtrCastToGenericWrongResultStorageClass) { TEST_F() function
808 TEST_F(ValidateConversion, PtrCastToGenericWrongInputType) { TEST_F() function
821 TEST_F(ValidateConversion, PtrCastToGenericWrongInputStorageClass) { TEST_F() function
833 TEST_F(ValidateConversion, PtrCastToGenericPointToDifferentType) { TEST_F() function
847 TEST_F(ValidateConversion, GenericCastToPtrSuccess) { TEST_F() function
860 TEST_F(ValidateConversion, GenericCastToPtrWrongResultType) { TEST_F() function
874 TEST_F(ValidateConversion, GenericCastToPtrWrongResultStorageClass) { TEST_F() function
888 TEST_F(ValidateConversion, GenericCastToPtrWrongInputType) { TEST_F() function
901 TEST_F(ValidateConversion, GenericCastToPtrWrongInputStorageClass) { TEST_F() function
914 TEST_F(ValidateConversion, GenericCastToPtrPointToDifferentType) { TEST_F() function
929 TEST_F(ValidateConversion, GenericCastToPtrExplicitSuccess) { TEST_F() function
942 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongResultType) { TEST_F() function
957 TEST_F(ValidateConversion, GenericCastToPtrExplicitResultStorageClassDiffers) { TEST_F() function
971 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongResultStorageClass) { TEST_F() function
986 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongInputType) { TEST_F() function
1000 TEST_F(ValidateConversion, GenericCastToPtrExplicitWrongInputStorageClass) { TEST_F() function
1013 TEST_F(ValidateConversion, GenericCastToPtrExplicitPointToDifferentType) { TEST_F() function
1028 TEST_F(ValidateConversion, CoopMatConversionSuccess) { TEST_F() function
1104 TEST_F(ValidateConversion, CoopMatConversionShapesMismatchFail) { TEST_F() function
1151 TEST_F(ValidateConversion, CoopMatConversionShapesMismatchPass) { TEST_F() function
1193 TEST_F(ValidateConversion, CoopMatKHRConversionSuccess) { TEST_F() function
1270 TEST_F(ValidateConversion, CoopMatKHRConversionUseMismatchFail) { TEST_F() function
1318 TEST_F(ValidateConversion, CoopMatKHRConversionScopeMismatchFail) { TEST_F() function
1366 TEST_F(ValidateConversion, BitcastSuccess) { TEST_F() function
1384 TEST_F(ValidateConversion, BitcastSuccessSPV1p5) { TEST_F() function
1404 TEST_F(ValidateConversion, BitcastSuccessPhysicalStorageBufferKHR) { TEST_F() function
1427 TEST_F(ValidateConversion, BitcastInputHasNoType) { TEST_F() function
1439 TEST_F(ValidateConversion, BitcastWrongResultType) { TEST_F() function
1452 TEST_F(ValidateConversion, BitcastWrongInputType) { TEST_F() function
1464 TEST_F(ValidateConversion, BitcastPtrWrongInputType) { TEST_F() function
1476 TEST_F(ValidateConversion, BitcastPtrWrongInputTypeSPV1p5) { TEST_F() function
1489 TEST_F(ValidateConversion, BitcastPtrWrongInputTypePhysicalStorageBufferKHR) { TEST_F() function
1504 TEST_F(ValidateConversion, BitcastPtrWrongInputTypeIntVectorSPV1p5) { TEST_F() function
1517 TEST_F(ValidateConversion, TEST_F() function
1533 TEST_F(ValidateConversion, BitcastPtrWrongResultType) { TEST_F() function
1545 TEST_F(ValidateConversion, BitcastPtrWrongResultTypeSPV1p5) { TEST_F() function
1558 TEST_F(ValidateConversion, BitcastPtrWrongResultTypePhysicalStorageBufferKHR) { TEST_F() function
1573 TEST_F(ValidateConversion, BitcastPtrWrongResultTypeIntVectorSPV1p5) { TEST_F() function
1586 TEST_F(ValidateConversion, TEST_F() function
1602 TEST_F(ValidateConversion, BitcastDifferentTotalBitWidth) { TEST_F() function
1616 TEST_F(ValidateConversion, ConvertUToPtrInputIsAType) { TEST_F() function
1639 TEST_F(ValidateConversion, ConvertUToPtrPSBSuccess) { TEST_F() function
1664 TEST_F(ValidateConversion, ConvertUToPtrPSBStorageClass) { TEST_F() function
1693 TEST_F(ValidateConversion, ConvertUToPtrVulkanWrongWidth) { TEST_F() function
1725 TEST_F(ValidateConversion, ConvertPtrToUPSBSuccess) { TEST_F() function
1754 TEST_F(ValidateConversion, ConvertPtrToUPSBStorageClass) { TEST_F() function
1783 TEST_F(ValidateConversion, ConvertPtrToUVulkanWrongWidth) { TEST_F() function
1818 TEST_F(ValidateConversion, ConvertUToAccelerationStructureU32Vec2) { TEST_F() function
1837 TEST_F(ValidateConversion, ConvertUToAccelerationStructureSuccessU64) { TEST_F() function
1856 TEST_F(ValidateConversion, ConvertUToAccelerationStructureResult) { TEST_F() function
1877 TEST_F(ValidateConversion, ConvertUToAccelerationStructureU32) { TEST_F() function
1899 TEST_F(ValidateConversion, ConvertUToAccelerationStructureS64) { TEST_F() function
1921 TEST_F(ValidateConversion, ConvertUToAccelerationStructureS32Vec2) { TEST_F() function
[all...]
H A Dval_decoration_test.cpp48 TEST_F(ValidateDecorations, ValidateOpDecorateRegistration) { in TEST_F() function
70 TEST_F(ValidateDecorations, ValidateOpMemberDecorateRegistration) { in TEST_F() function
103 TEST_F(ValidateDecorations, ValidateOpMemberDecorateOutOfBound) { in TEST_F() function
127 TEST_F(ValidateDecorations, ValidateGroupDecorateRegistration) { in TEST_F() function
167 TEST_F(ValidateDecorations, ValidateGroupMemberDecorateRegistration) { in TEST_F() function
193 TEST_F(ValidateDecorations, LinkageImportUsedForInitializedVariableBad) { in TEST_F() function
210 TEST_F(ValidateDecorations, LinkageExportUsedForInitializedVariableGood) { in TEST_F() function
225 TEST_F(ValidateDecorations, StructAllMembersHaveBuiltInDecorationsGood) { in TEST_F() function
243 TEST_F(ValidateDecorations, MixedBuiltInDecorationsBad) { in TEST_F() function
266 TEST_F(ValidateDecoration function
292 TEST_F(ValidateDecorations, StructContainsNonBuiltInStructGood) { TEST_F() function
305 TEST_F(ValidateDecorations, MultipleBuiltInObjectsConsumedByOpEntryPointBad) { TEST_F() function
340 TEST_F(ValidateDecorations, TEST_F() function
372 TEST_F(ValidateDecorations, NoBuiltInObjectsConsumedByOpEntryPointGood) { TEST_F() function
399 TEST_F(ValidateDecorations, EntryPointFunctionHasLinkageAttributeBad) { TEST_F() function
422 TEST_F(ValidateDecorations, FunctionDeclarationWithoutImportLinkageBad) { TEST_F() function
440 TEST_F(ValidateDecorations, FunctionDeclarationWithImportLinkageGood) { TEST_F() function
455 TEST_F(ValidateDecorations, FunctionDeclarationWithExportLinkageBad) { TEST_F() function
474 TEST_F(ValidateDecorations, FunctionDefinitionWithImportLinkageBad) { TEST_F() function
494 TEST_F(ValidateDecorations, FunctionDefinitionWithoutImportLinkageGood) { TEST_F() function
510 TEST_F(ValidateDecorations, BuiltinVariablesGoodVulkan) { TEST_F() function
541 TEST_F(ValidateDecorations, BuiltinVariablesWithLocationDecorationVulkan) { TEST_F() function
577 TEST_F(ValidateDecorations, BuiltinVariablesWithComponentDecorationVulkan) { TEST_F() function
614 TEST_F(ValidateDecorations, LocationDecorationOnNumericTypeBad) { TEST_F() function
643 TEST_F(ValidateDecorations, LocationDecorationOnStructBad) { TEST_F() function
673 TEST_F(ValidateDecorations, TEST_F() function
702 TEST_F(ValidateDecorations, TEST_F() function
734 TEST_F(ValidateDecorations, LocationDecorationNonInterfaceStructVulkanGood) { TEST_F() function
764 TEST_F(ValidateDecorations, LocationDecorationVariableNonStructVulkanBad) { TEST_F() function
794 TEST_F(ValidateDecorations, LocationDecorationVariableStructNoBlockVulkanBad) { TEST_F() function
826 TEST_F(ValidateDecorations, LocationDecorationVariableNoBlockVulkanGood) { TEST_F() function
855 TEST_F(ValidateDecorations, LocationDecorationVariableExtraMemeberVulkan) { TEST_F() function
891 TEST_F(ValidateDecorations, LocationDecorationVariableMissingMemeberVulkan) { TEST_F() function
925 TEST_F(ValidateDecorations, LocationDecorationVariableOnlyMemeberVulkanGood) { TEST_F() function
964 TEST_F(ValidateDecorations, RuntimeArrayOfDescriptorSetsIsAllowed) { TEST_F() function
1020 TEST_F(ValidateDecorations, BlockDecoratingArrayBad) { TEST_F() function
1048 TEST_F(ValidateDecorations, BlockDecoratingIntBad) { TEST_F() function
1073 TEST_F(ValidateDecorations, BlockMissingOffsetBad) { TEST_F() function
1100 TEST_F(ValidateDecorations, BufferBlockMissingOffsetBad) { TEST_F() function
1127 TEST_F(ValidateDecorations, BlockNestedStructMissingOffsetBad) { TEST_F() function
1162 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingOffsetBad) { TEST_F() function
1197 TEST_F(ValidateDecorations, BlockGLSLSharedBad) { TEST_F() function
1231 TEST_F(ValidateDecorations, BufferBlockGLSLSharedBad) { TEST_F() function
1265 TEST_F(ValidateDecorations, BlockNestedStructGLSLSharedBad) { TEST_F() function
1305 TEST_F(ValidateDecorations, BufferBlockNestedStructGLSLSharedBad) { TEST_F() function
1345 TEST_F(ValidateDecorations, BlockGLSLPackedBad) { TEST_F() function
1379 TEST_F(ValidateDecorations, BufferBlockGLSLPackedBad) { TEST_F() function
1413 TEST_F(ValidateDecorations, BlockNestedStructGLSLPackedBad) { TEST_F() function
1453 TEST_F(ValidateDecorations, BufferBlockNestedStructGLSLPackedBad) { TEST_F() function
1493 TEST_F(ValidateDecorations, BlockMissingArrayStrideBad) { TEST_F() function
1525 TEST_F(ValidateDecorations, BufferBlockMissingArrayStrideBad) { TEST_F() function
1557 TEST_F(ValidateDecorations, BlockNestedStructMissingArrayStrideBad) { TEST_F() function
1594 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingArrayStrideBad) { TEST_F() function
1631 TEST_F(ValidateDecorations, BlockMissingMatrixStrideBad) { TEST_F() function
1662 TEST_F(ValidateDecorations, BufferBlockMissingMatrixStrideBad) { TEST_F() function
1693 TEST_F(ValidateDecorations, BlockMissingMatrixStrideArrayBad) { TEST_F() function
1727 TEST_F(ValidateDecorations, BufferBlockMissingMatrixStrideArrayBad) { TEST_F() function
1761 TEST_F(ValidateDecorations, BlockNestedStructMissingMatrixStrideBad) { TEST_F() function
1797 TEST_F(ValidateDecorations, BufferBlockNestedStructMissingMatrixStrideBad) { TEST_F() function
1833 TEST_F(ValidateDecorations, BlockStandardUniformBufferLayout) { TEST_F() function
1895 TEST_F(ValidateDecorations, BlockLayoutPermitsTightVec3ScalarPackingGood) { TEST_F() function
1925 TEST_F(ValidateDecorations, BlockCantAppearWithinABlockBad) { TEST_F() function
1960 TEST_F(ValidateDecorations, BufferblockCantAppearWithinABufferblockBad) { TEST_F() function
1998 TEST_F(ValidateDecorations, BufferblockCantAppearWithinABlockBad) { TEST_F() function
2036 TEST_F(ValidateDecorations, BlockCantAppearWithinABufferblockBad) { TEST_F() function
2077 TEST_F(ValidateDecorations, BlockLayoutForbidsTightScalarVec3PackingBad) { TEST_F() function
2112 TEST_F(ValidateDecorations, TEST_F() function
2145 TEST_F(ValidateDecorations, TEST_F() function
2184 TEST_F(ValidateDecorations, TEST_F() function
2217 TEST_F(ValidateDecorations, TEST_F() function
2250 TEST_F(ValidateDecorations, TEST_F() function
2286 TEST_F(ValidateDecorations, TEST_F() function
2326 TEST_F(ValidateDecorations, TEST_F() function
2363 TEST_F( TEST_F() function
2402 TEST_F( TEST_F() function
2438 TEST_F( TEST_F() function
2474 TEST_F(ValidateDecorations, BufferBlock16bitStandardStorageBufferLayout) { TEST_F() function
2516 TEST_F(ValidateDecorations, BlockArrayExtendedAlignmentGood) { TEST_F() function
2549 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentBad) { TEST_F() function
2587 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentWithRelaxedLayoutStillBad) { TEST_F() function
2630 TEST_F(ValidateDecorations, BlockArrayBaseAlignmentWithVulkan1_1StillBad) { TEST_F() function
2671 TEST_F(ValidateDecorations, TEST_F() function
2709 TEST_F(ValidateDecorations, VulkanBufferBlockOnStorageBufferBad) { TEST_F() function
2742 TEST_F(ValidateDecorations, PushConstantArrayBaseAlignmentGood) { TEST_F() function
2779 TEST_F(ValidateDecorations, PushConstantArrayBadAlignmentBad) { TEST_F() function
2817 TEST_F(ValidateDecorations, TEST_F() function
2846 TEST_F(ValidateDecorations, TEST_F() function
2881 TEST_F(ValidateDecorations, PushConstantMissingBlockGood) { TEST_F() function
2908 TEST_F(ValidateDecorations, VulkanPushConstantMissingBlockBad) { TEST_F() function
2942 TEST_F(ValidateDecorations, MultiplePushConstantsSingleEntryPointGood) { TEST_F() function
2978 TEST_F(ValidateDecorations, TEST_F() function
3021 TEST_F(ValidateDecorations, TEST_F() function
3054 TEST_F(ValidateDecorations, VulkanMultiplePushConstantsSingleEntryPointBad) { TEST_F() function
3099 TEST_F(ValidateDecorations, TEST_F() function
3154 TEST_F(ValidateDecorations, TEST_F() function
3212 TEST_F(ValidateDecorations, VulkanUniformMissingDescriptorSetBad) { TEST_F() function
3253 TEST_F(ValidateDecorations, VulkanUniformMissingBindingBad) { TEST_F() function
3294 TEST_F(ValidateDecorations, VulkanUniformConstantMissingDescriptorSetBad) { TEST_F() function
3329 TEST_F(ValidateDecorations, VulkanUniformConstantMissingBindingBad) { TEST_F() function
3364 TEST_F(ValidateDecorations, VulkanStorageBufferMissingDescriptorSetBad) { TEST_F() function
3406 TEST_F(ValidateDecorations, VulkanStorageBufferMissingBindingBad) { TEST_F() function
3447 TEST_F(ValidateDecorations, TEST_F() function
3495 TEST_F(ValidateDecorations, TEST_F() function
3524 TEST_F(ValidateDecorations, UniformMissingDescriptorSetGood) { TEST_F() function
3553 TEST_F(ValidateDecorations, UniformMissingBindingGood) { TEST_F() function
3582 TEST_F(ValidateDecorations, UniformConstantMissingDescriptorSetGood) { TEST_F() function
3608 TEST_F(ValidateDecorations, UniformConstantMissingBindingGood) { TEST_F() function
3634 TEST_F(ValidateDecorations, StorageBufferMissingDescriptorSetGood) { TEST_F() function
3663 TEST_F(ValidateDecorations, StorageBufferMissingBindingGood) { TEST_F() function
3692 TEST_F(ValidateDecorations, StorageBufferStorageClassArrayBaseAlignmentGood) { TEST_F() function
3728 TEST_F(ValidateDecorations, StorageBufferStorageClassArrayBadAlignmentBad) { TEST_F() function
3769 TEST_F(ValidateDecorations, BufferBlockStandardStorageBufferLayout) { TEST_F() function
3831 TEST_F(ValidateDecorations, TEST_F() function
3863 TEST_F(ValidateDecorations, TEST_F() function
3901 TEST_F(ValidateDecorations, TEST_F() function
3969 TEST_F(ValidateDecorations, TEST_F() function
4037 TEST_F(ValidateDecorations, BlockUniformBufferLayoutIncorrectArrayStrideBad) { TEST_F() function
4106 TEST_F(ValidateDecorations, TEST_F() function
4141 TEST_F(ValidateDecorations, TEST_F() function
4182 TEST_F(ValidateDecorations, TEST_F() function
4218 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodUniversal1_0) { TEST_F() function
4247 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodOpenGL4_5) { TEST_F() function
4276 TEST_F(ValidateDecorations, BlockLayoutOffsetOutOfOrderGoodVulkan1_1) { TEST_F() function
4306 TEST_F(ValidateDecorations, BlockLayoutOffsetOverlapBad) { TEST_F() function
4344 TEST_F(ValidateDecorations, BufferBlockEmptyStruct) { TEST_F() function
4370 TEST_F(ValidateDecorations, RowMajorMatrixTightPackingGood) { TEST_F() function
4423 TEST_F(ValidateDecorations, ArrayArrayRowMajorMatrixTightPackingGood) { TEST_F() function
4469 TEST_F(ValidateDecorations, ArrayArrayRowMajorMatrixNextMemberOverlapsBad) { TEST_F() function
4519 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackGood) { TEST_F() function
4561 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackGoodScalar) { TEST_F() function
4604 TEST_F(ValidateDecorations, StorageBufferArraySizeCalculationPackBad) { TEST_F() function
4644 TEST_F(ValidateDecorations, UniformBufferArraySizeCalculationPackGood) { TEST_F() function
4680 TEST_F(ValidateDecorations, UniformBufferArraySizeCalculationPackBad) { TEST_F() function
4721 TEST_F(ValidateDecorations, LayoutNotCheckedWhenSkipBlockLayout) { TEST_F() function
4754 TEST_F(ValidateDecorations, EntryPointVariableWrongStorageClass) { TEST_F() function
4779 TEST_F(ValidateDecorations, VulkanMemoryModelNonCoherent) { TEST_F() function
4800 TEST_F(ValidateDecorations, VulkanMemoryModelNoCoherentMember) { TEST_F() function
4821 TEST_F(ValidateDecorations, VulkanMemoryModelNoVolatile) { TEST_F() function
4842 TEST_F(ValidateDecorations, VulkanMemoryModelNoVolatileMember) { TEST_F() function
4862 TEST_F(ValidateDecorations, FPRoundingModeGood) { TEST_F() function
4892 TEST_F(ValidateDecorations, FPRoundingModeVectorGood) { TEST_F() function
4925 TEST_F(ValidateDecorations, FPRoundingModeNotOpFConvert) { TEST_F() function
4959 TEST_F(ValidateDecorations, FPRoundingModeNoOpStoreGood) { TEST_F() function
4988 TEST_F(ValidateDecorations, FPRoundingModeFConvert64to16Good) { TEST_F() function
5019 TEST_F(ValidateDecorations, FPRoundingModeNotStoreInFloat16) { TEST_F() function
5055 TEST_F(ValidateDecorations, FPRoundingModeMultipleOpStoreGood) { TEST_F() function
5089 TEST_F(ValidateDecorations, FPRoundingModeMultipleUsesBad) { TEST_F() function
5125 TEST_F(ValidateDecorations, VulkanFPRoundingModeGood) { TEST_F() function
5167 TEST_F(ValidateDecorations, VulkanFPRoundingModeBadMode) { TEST_F() function
5214 TEST_F(ValidateDecorations, GroupDecorateTargetsDecorationGroup) { TEST_F() function
5230 TEST_F(ValidateDecorations, GroupDecorateTargetsDecorationGroup2) { TEST_F() function
5247 TEST_F(ValidateDecorations, RecurseThroughRuntimeArray) { TEST_F() function
5283 TEST_F(ValidateDecorations, VulkanStructWithoutDecorationWithRuntimeArray) { TEST_F() function
5314 TEST_F(ValidateDecorations, EmptyStructAtNonZeroOffsetGood) { TEST_F() function
5344 TEST_F(ValidateDecorations, UniformDecorationGood) { TEST_F() function
5407 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV13Bad) { TEST_F() function
5419 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV13BadTargetV14) { TEST_F() function
5429 TEST_F(ValidateDecorations, UniformIdDecorationWithScopeIdV14Good) { TEST_F() function
5437 TEST_F(ValidateDecorations, UniformDecorationTargetsTypeBad) { TEST_F() function
5448 TEST_F(ValidateDecorations, UniformIdDecorationTargetsTypeBad) { TEST_F() function
5459 TEST_F(ValidateDecorations, UniformDecorationTargetsVoidValueBad) { TEST_F() function
5470 TEST_F(ValidateDecorations, UniformIdDecorationTargetsVoidValueBad) { TEST_F() function
5483 TEST_F(ValidateDecorations, TEST_F() function
5495 TEST_F(ValidateDecorations, TEST_F() function
5508 TEST_F(ValidateDecorations, UniformDecorationWithScopeIdV14VulkanEnv) { TEST_F() function
5522 TEST_F(ValidateDecorations, UniformDecorationWithWrongInstructionBad) { TEST_F() function
5534 TEST_F(ValidateDecorations, UniformIdDecorationWithWrongInstructionBad) { TEST_F() function
5547 TEST_F(ValidateDecorations, MultipleOffsetDecorationsOnSameID) { TEST_F() function
5575 TEST_F(ValidateDecorations, MultipleArrayStrideDecorationsOnSameID) { TEST_F() function
5605 TEST_F(ValidateDecorations, MultipleMatrixStrideDecorationsOnSameID) { TEST_F() function
5637 TEST_F(ValidateDecorations, MultipleRowMajorDecorationsOnSameID) { TEST_F() function
5669 TEST_F(ValidateDecorations, MultipleColMajorDecorationsOnSameID) { TEST_F() function
5701 TEST_F(ValidateDecorations, RowMajorAndColMajorDecorationsOnSameID) { TEST_F() function
5733 TEST_F(ValidateDecorations, BlockAndBufferBlockDecorationsOnSameID) { TEST_F() function
5799 TEST_F(ValidateDecorations, NoSignedWrapOnTypeBad) { TEST_F() function
5809 TEST_F(ValidateDecorations, NoSignedWrapOnLabelBad) { TEST_F() function
5818 TEST_F(ValidateDecorations, NoSignedWrapRequiresExtensionBad) { TEST_F() function
5829 TEST_F(ValidateDecorations, NoSignedWrapRequiresExtensionV13Bad) { TEST_F() function
5840 TEST_F(ValidateDecorations, NoSignedWrapOkInSPV14Good) { TEST_F() function
5849 TEST_F(ValidateDecorations, NoSignedWrapIAddGood) { TEST_F() function
5858 TEST_F(ValidateDecorations, NoSignedWrapISubGood) { TEST_F() function
5867 TEST_F(ValidateDecorations, NoSignedWrapIMulGood) { TEST_F() function
5876 TEST_F(ValidateDecorations, NoSignedWrapShiftLeftLogicalGood) { TEST_F() function
5886 TEST_F(ValidateDecorations, NoSignedWrapSNegateGood) { TEST_F() function
5895 TEST_F(ValidateDecorations, NoSignedWrapSRemBad) { TEST_F() function
5905 TEST_F(ValidateDecorations, NoSignedWrapFAddBad) { TEST_F() function
5915 TEST_F(ValidateDecorations, NoSignedWrapExtInstOpenCLGood) { TEST_F() function
5925 TEST_F(ValidateDecorations, NoSignedWrapExtInstGLSLGood) { TEST_F() function
5940 TEST_F(ValidateDecorations, NoUnsignedWrapOnTypeBad) { TEST_F() function
5950 TEST_F(ValidateDecorations, NoUnsignedWrapOnLabelBad) { TEST_F() function
5960 TEST_F(ValidateDecorations, NoUnsignedWrapRequiresExtensionBad) { TEST_F() function
5971 TEST_F(ValidateDecorations, NoUnsignedWrapRequiresExtensionV13Bad) { TEST_F() function
5982 TEST_F(ValidateDecorations, NoUnsignedWrapOkInSPV14Good) { TEST_F() function
5991 TEST_F(ValidateDecorations, NoUnsignedWrapIAddGood) { TEST_F() function
6000 TEST_F(ValidateDecorations, NoUnsignedWrapISubGood) { TEST_F() function
6009 TEST_F(ValidateDecorations, NoUnsignedWrapIMulGood) { TEST_F() function
6018 TEST_F(ValidateDecorations, NoUnsignedWrapShiftLeftLogicalGood) { TEST_F() function
6028 TEST_F(ValidateDecorations, NoUnsignedWrapSNegateGood) { TEST_F() function
6037 TEST_F(ValidateDecorations, NoUnsignedWrapSRemBad) { TEST_F() function
6048 TEST_F(ValidateDecorations, NoUnsignedWrapFAddBad) { TEST_F() function
6059 TEST_F(ValidateDecorations, NoUnsignedWrapExtInstOpenCLGood) { TEST_F() function
6069 TEST_F(ValidateDecorations, NoUnsignedWrapExtInstGLSLGood) { TEST_F() function
6079 TEST_F(ValidateDecorations, AliasedandRestrictBad) { TEST_F() function
6114 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerSuccess) { TEST_F() function
6140 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerMissing) { TEST_F() function
6168 TEST_F(ValidateDecorations, PSBAliasedRestrictPointerBoth) { TEST_F() function
6198 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamSuccess) { TEST_F() function
6228 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamMissing) { TEST_F() function
6260 TEST_F(ValidateDecorations, PSBAliasedRestrictFunctionParamBoth) { TEST_F() function
6294 TEST_F(ValidateDecorations, PSBFPRoundingModeSuccess) { TEST_F() function
6329 TEST_F(ValidateDecorations, InvalidStraddle) { TEST_F() function
6365 TEST_F(ValidateDecorations, DescriptorArray) { TEST_F() function
6402 TEST_F(ValidateDecorations, DescriptorRuntimeArray) { TEST_F() function
6440 TEST_F(ValidateDecorations, MultiDimensionalArray) { TEST_F() function
6477 TEST_F(ValidateDecorations, ImproperStraddleInArray) { TEST_F() function
6517 TEST_F(ValidateDecorations, LargeArray) { TEST_F() function
6646 TEST_F(ValidateDecorations, NonWritableLabelTargetBad) { TEST_F() function
6655 TEST_F(ValidateDecorations, NonWritableTypeTargetBad) { TEST_F() function
6664 TEST_F(ValidateDecorations, NonWritableValueTargetBad) { TEST_F() function
6673 TEST_F(ValidateDecorations, NonWritableValueParamBad) { TEST_F() function
6681 TEST_F(ValidateDecorations, NonWritablePointerParamButWrongTypeBad) { TEST_F() function
6694 TEST_F(ValidateDecorations, NonWritablePointerParamStorageImageGood) { TEST_F() function
6702 TEST_F(ValidateDecorations, NonWritableVarStorageImageGood) { TEST_F() function
6710 TEST_F(ValidateDecorations, NonWritableVarSampledImageBad) { TEST_F() function
6721 TEST_F(ValidateDecorations, NonWritableVarUboGood) { TEST_F() function
6729 TEST_F(ValidateDecorations, NonWritableVarSsboInUniformGood) { TEST_F() function
6754 TEST_F(ValidateDecorations, NonWritableVarSsboInStorageBufferGood) { TEST_F() function
6762 TEST_F(ValidateDecorations, NonWritableMemberOfSsboInStorageBufferGood) { TEST_F() function
6770 TEST_F(ValidateDecorations, NonWritableMemberOfStructGood) { TEST_F() function
6777 TEST_F(ValidateDecorations, NonWritableVarWorkgroupBad) { TEST_F() function
6788 TEST_F(ValidateDecorations, NonWritableVarWorkgroupV14Bad) { TEST_F() function
6800 TEST_F(ValidateDecorations, NonWritableVarPrivateBad) { TEST_F() function
6811 TEST_F(ValidateDecorations, NonWritableVarPrivateV13Bad) { TEST_F() function
6822 TEST_F(ValidateDecorations, NonWritableVarPrivateV14Good) { TEST_F() function
6830 TEST_F(ValidateDecorations, NonWritableVarPrivateV13TargetV14Bad) { TEST_F() function
6841 TEST_F(ValidateDecorations, NonWritableVarFunctionBad) { TEST_F() function
6852 TEST_F(ValidateDecorations, NonWritableArrayGood) { TEST_F() function
6859 TEST_F(ValidateDecorations, NonWritableRuntimeArrayGood) { TEST_F() function
6900 TEST_F(ValidateDecorations, NonWritableVarFunctionV13Bad) { TEST_F() function
6911 TEST_F(ValidateDecorations, NonWritableVarFunctionV14Good) { TEST_F() function
6919 TEST_F(ValidateDecorations, NonWritableVarFunctionV13TargetV14Bad) { TEST_F() function
6930 TEST_F(ValidateDecorations, BufferBlockV13ValV14Good) { TEST_F() function
6943 TEST_F(ValidateDecorations, BufferBlockV14Bad) { TEST_F() function
6962 TEST_F(ValidateDecorations, ComponentDecorationBadTarget) { TEST_F() function
6984 TEST_F(ValidateDecorations, ComponentDecorationBadStorageClass) { TEST_F() function
7009 TEST_F(ValidateDecorations, ComponentDecorationBadTypeVulkan) { TEST_F() function
7071 TEST_F(ValidateDecorations, ComponentDecorationIntGood0Vulkan) { TEST_F() function
7080 TEST_F(ValidateDecorations, ComponentDecorationIntGood1Vulkan) { TEST_F() function
7089 TEST_F(ValidateDecorations, ComponentDecorationIntGood2Vulkan) { TEST_F() function
7098 TEST_F(ValidateDecorations, ComponentDecorationIntGood3Vulkan) { TEST_F() function
7107 TEST_F(ValidateDecorations, ComponentDecorationIntBad4Vulkan) { TEST_F() function
7120 TEST_F(ValidateDecorations, ComponentDecorationVector3GoodVulkan) { TEST_F() function
7129 TEST_F(ValidateDecorations, ComponentDecorationVector4GoodVulkan) { TEST_F() function
7138 TEST_F(ValidateDecorations, ComponentDecorationVector4Bad1Vulkan) { TEST_F() function
7151 TEST_F(ValidateDecorations, ComponentDecorationVector4Bad3Vulkan) { TEST_F() function
7164 TEST_F(ValidateDecorations, ComponentDecorationArrayGoodVulkan) { TEST_F() function
7174 TEST_F(ValidateDecorations, ComponentDecorationArrayBadVulkan) { TEST_F() function
7188 TEST_F(ValidateDecorations, ComponentDecoration64ScalarGoodVulkan) { TEST_F() function
7196 TEST_F(ValidateDecorations, ComponentDecoration64Scalar1BadVulkan) { TEST_F() function
7209 TEST_F(ValidateDecorations, ComponentDecoration64Scalar2GoodVulkan) { TEST_F() function
7217 TEST_F(ValidateDecorations, ComponentDecoration64Scalar3BadVulkan) { TEST_F() function
7230 TEST_F(ValidateDecorations, ComponentDecoration64Vec0GoodVulkan) { TEST_F() function
7238 TEST_F(ValidateDecorations, ComponentDecoration64Vec1BadVulkan) { TEST_F() function
7251 TEST_F(ValidateDecorations, ComponentDecoration64Vec2BadVulkan) { TEST_F() function
7264 TEST_F(ValidateDecorations, ComponentDecoration64VecWideBadVulkan) { TEST_F() function
7277 TEST_F(ValidateDecorations, ComponentDecorationBlockGood) { TEST_F() function
7313 TEST_F(ValidateDecorations, ComponentDecorationBlockBadVulkan) { TEST_F() function
7354 TEST_F(ValidateDecorations, ComponentDecorationFunctionParameter) { TEST_F() function
7389 TEST_F(ValidateDecorations, VulkanStorageBufferBlock) { TEST_F() function
7414 TEST_F(ValidateDecorations, VulkanStorageBufferMissingBlock) { TEST_F() function
7442 TEST_F(ValidateDecorations, VulkanStorageBufferArrayMissingBlock) { TEST_F() function
7472 TEST_F(ValidateDecorations, VulkanStorageBufferRuntimeArrayMissingBlock) { TEST_F() function
7503 TEST_F(ValidateDecorations, VulkanUniformBlock) { TEST_F() function
7527 TEST_F(ValidateDecorations, VulkanUniformBufferBlock) { TEST_F() function
7551 TEST_F(ValidateDecorations, VulkanUniformMissingBlock) { TEST_F() function
7578 TEST_F(ValidateDecorations, VulkanUniformArrayMissingBlock) { TEST_F() function
7607 TEST_F(ValidateDecorations, VulkanUniformRuntimeArrayMissingBlock) { TEST_F() function
7637 TEST_F(ValidateDecorations, VulkanArrayStrideZero) { TEST_F() function
7668 TEST_F(ValidateDecorations, VulkanArrayStrideTooSmall) { TEST_F() function
7703 TEST_F(ValidateDecorations, FunctionsWithOpGroupDecorate) { TEST_F() function
7750 TEST_F(ValidateDecorations, LocationVariableGood) { TEST_F() function
7765 TEST_F(ValidateDecorations, LocationStructMemberGood) { TEST_F() function
7779 TEST_F(ValidateDecorations, LocationStructBad) { TEST_F() function
7794 TEST_F(ValidateDecorations, LocationFloatBad) { TEST_F() function
7808 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariable) { TEST_F() function
7840 TEST_F(ValidateDecorations, WorkgroupBlockVariableRequiresV14) { TEST_F() function
7874 TEST_F(ValidateDecorations, WorkgroupSingleNonBlockVariable) { TEST_F() function
7898 TEST_F(ValidateDecorations, WorkgroupMultiBlockVariable) { TEST_F() function
7940 TEST_F(ValidateDecorations, WorkgroupBlockVariableWith8BitType) { TEST_F() function
7974 TEST_F(ValidateDecorations, WorkgroupMultiNonBlockVariable) { TEST_F() function
8001 TEST_F(ValidateDecorations, WorkgroupBlockVariableWith16BitType) { TEST_F() function
8044 TEST_F(ValidateDecorations, WorkgroupBlockVariableScalarLayout) { TEST_F() function
8077 TEST_F(ValidateDecorations, WorkgroupMixBlockAndNonBlockBad) { TEST_F() function
8119 TEST_F(ValidateDecorations, WorkgroupMultiBlockVariableMissingAliased) { TEST_F() function
8165 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableNotAStruct) { TEST_F() function
8198 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableMissingLayout) { TEST_F() function
8232 TEST_F(ValidateDecorations, WorkgroupSingleBlockVariableBadLayout) { TEST_F() function
8269 TEST_F(ValidateDecorations, WorkgroupBlockNoCapability) { TEST_F() function
8300 TEST_F(ValidateDecorations, BadMatrixStrideUniform) { TEST_F() function
8336 TEST_F(ValidateDecorations, BadMatrixStrideStorageBuffer) { TEST_F() function
8373 TEST_F(ValidateDecorations, BadMatrixStridePushConstant) { TEST_F() function
8407 TEST_F(ValidateDecorations, BadMatrixStrideStorageBufferScalarLayout) { TEST_F() function
8445 TEST_F(ValidateDecorations, MissingOffsetStructNestedInArray) { TEST_F() function
8479 TEST_F(ValidateDecorations, AllOnesOffset) { TEST_F() function
8509 TEST_F(ValidateDecorations, PerVertexVulkanGood) { TEST_F() function
8543 TEST_F(ValidateDecorations, PerVertexVulkanOutput) { TEST_F() function
8580 TEST_F(ValidateDecorations, PerVertexVulkanNonFragment) { TEST_F() function
8619 TEST_F(ValidateDecorations, PerVertexVulkanNonArray) { TEST_F() function
8652 TEST_F(ValidateDecorations, RelaxedPrecisionDecorationOnNumericTypeBad) { TEST_F() function
8676 TEST_F(ValidateDecorations, RelaxedPrecisionDecorationOnStructMember) { TEST_F() function
8698 TEST_F(ValidateDecorations, VulkanFlatMultipleInterfaceGood) { TEST_F() function
8730 TEST_F(ValidateDecorations, VulkanFlatMultipleInterfaceBad) { TEST_F() function
8768 TEST_F(ValidateDecorations, VulkanNoFlatFloat32) { TEST_F() function
8797 TEST_F(ValidateDecorations, VulkanNoFlatFloat64) { TEST_F() function
8834 TEST_F(ValidateDecorations, VulkanNoFlatVectorFloat64) { TEST_F() function
8865 TEST_F(ValidateDecorations, VulkanNoFlatIntVector) { TEST_F() function
8982 TEST_F(ValidateDecorations, NVBindlessSamplerArrayInBlock) { TEST_F() function
9023 TEST_F(ValidateDecorations, Std140ColMajorMat2x2) { TEST_F() function
9057 TEST_F(ValidateDecorations, Std140RowMajorMat2x2) { TEST_F() function
9091 TEST_F(ValidateDecorations, Std140ColMajorMat4x2) { TEST_F() function
9125 TEST_F(ValidateDecorations, Std140ColMajorMat2x3) { TEST_F() function
9158 TEST_F(ValidateDecorations, MatrixMissingMajornessUniform) { TEST_F() function
9191 TEST_F(ValidateDecorations, MatrixMissingMajornessStorageBuffer) { TEST_F() function
9225 TEST_F(ValidateDecorations, MatrixMissingMajornessPushConstant) { TEST_F() function
9256 TEST_F(ValidateDecorations, StructWithRowAndColMajor) { TEST_F() function
9287 TEST_F(ValidateDecorations, PhysicalStorageBufferWithOffset) { TEST_F() function
9323 TEST_F(ValidateDecorations, PhysicalStorageBufferMissingOffset) { TEST_F() function
9363 TEST_F(ValidateDecorations, PhysicalStorageBufferMissingArrayStride) { TEST_F() function
[all...]
H A Dval_interfaces_test.cpp29 TEST_F(ValidateInterfacesTest, EntryPointMissingInput) { in TEST_F() function
56 TEST_F(ValidateInterfacesTest, EntryPointMissingOutput) { in TEST_F() function
83 TEST_F(ValidateInterfacesTest, InterfaceMissingUseInSubfunction) { in TEST_F() function
115 TEST_F(ValidateInterfacesTest, TwoEntryPointsOneFunction) { in TEST_F() function
143 TEST_F(ValidateInterfacesTest, MissingInterfaceThroughInitializer) { in TEST_F() function
172 TEST_F(ValidateInterfacesTest, NonUniqueInterfacesSPV1p3) { in TEST_F() function
195 TEST_F(ValidateInterfacesTest, NonUniqueInterfacesSPV1p4) { in TEST_F() function
223 TEST_F(ValidateInterfacesTest, MissingGlobalVarSPV1p3) { in TEST_F() function
247 TEST_F(ValidateInterfacesTest, MissingGlobalVarSPV1p4) { in TEST_F() function
275 TEST_F(ValidateInterfacesTes function
303 TEST_F(ValidateInterfacesTest, FunctionInterfaceVarSPV1p4) { TEST_F() function
330 TEST_F(ValidateInterfacesTest, ModuleSPV1p3ValidateSPV1p4_NotAllUsedGlobals) { TEST_F() function
355 TEST_F(ValidateInterfacesTest, ModuleSPV1p3ValidateSPV1p4_DuplicateInterface) { TEST_F() function
378 TEST_F(ValidateInterfacesTest, SPV14MultipleEntryPointsSameFunction) { TEST_F() function
402 TEST_F(ValidateInterfacesTest, VulkanLocationsDoubleAssignmentVariable) { TEST_F() function
427 TEST_F(ValidateInterfacesTest, VulkanLocationsVariableAndMemberAssigned) { TEST_F() function
456 TEST_F(ValidateInterfacesTest, VulkanLocationsMemberAndSubMemberAssigned) { TEST_F() function
486 TEST_F(ValidateInterfacesTest, VulkanLocationsDoubleAssignmentStructMember) { TEST_F() function
513 TEST_F(ValidateInterfacesTest, VulkanLocationsMissingAssignmentStructMember) { TEST_F() function
539 TEST_F(ValidateInterfacesTest, VulkanLocationsMissingAssignmentNonBlockStruct) { TEST_F() function
563 TEST_F(ValidateInterfacesTest, VulkanLocationsVariableConflictInput) { TEST_F() function
593 TEST_F(ValidateInterfacesTest, VulkanLocationsVariableConflictOutput) { TEST_F() function
624 TEST_F(ValidateInterfacesTest, TEST_F() function
651 TEST_F(ValidateInterfacesTest, VulkanLocationsVariableInGap) { TEST_F() function
679 TEST_F(ValidateInterfacesTest, VulkanLocationsLargeFloatVectorConflict) { TEST_F() function
712 TEST_F(ValidateInterfacesTest, VulkanLocationsLargeIntVectorConflict) { TEST_F() function
747 TEST_F(ValidateInterfacesTest, VulkanLocationsMatrix2x2Conflict) { TEST_F() function
779 TEST_F(ValidateInterfacesTest, VulkanLocationsMatrix3x3Conflict) { TEST_F() function
811 TEST_F(ValidateInterfacesTest, VulkanLocationsMatrix4x4Conflict) { TEST_F() function
843 TEST_F(ValidateInterfacesTest, VulkanLocationsLargeMatrix2x2Conflict) { TEST_F() function
877 TEST_F(ValidateInterfacesTest, VulkanLocationsLargeMatrix3x3Conflict) { TEST_F() function
911 TEST_F(ValidateInterfacesTest, VulkanLocationsLargeMatrix4x4Conflict) { TEST_F() function
945 TEST_F(ValidateInterfacesTest, VulkanLocationsArray2Conflict) { TEST_F() function
979 TEST_F(ValidateInterfacesTest, VulkanLocationsArray4Conflict) { TEST_F() function
1013 TEST_F(ValidateInterfacesTest, VulkanLocationsMatrix4x4Array4Conflict) { TEST_F() function
1049 TEST_F(ValidateInterfacesTest, VulkanLocationsComponentDisambiguates) { TEST_F() function
1076 TEST_F(ValidateInterfacesTest, VulkanLocationsComponentIn64BitVec3) { TEST_F() function
1110 TEST_F(ValidateInterfacesTest, VulkanLocationsComponentAfter64BitVec3) { TEST_F() function
1139 TEST_F(ValidateInterfacesTest, VulkanLocationsConflictingComponentVariable) { TEST_F() function
1165 TEST_F(ValidateInterfacesTest, TEST_F() function
1195 TEST_F(ValidateInterfacesTest, VulkanLocationsVariableConflictOutputIndex1) { TEST_F() function
1228 TEST_F(ValidateInterfacesTest, TEST_F() function
1256 TEST_F(ValidateInterfacesTest, VulkanLocationsIndexGLCompute) { TEST_F() function
1285 TEST_F(ValidateInterfacesTest, VulkanLocationsIndexInput) { TEST_F() function
1311 TEST_F(ValidateInterfacesTest, VulkanLocationsArrayWithComponent) { TEST_F() function
1352 TEST_F(ValidateInterfacesTest, VulkanLocationsArrayWithComponentBad) { TEST_F() function
1398 TEST_F(ValidateInterfacesTest, VulkanLocationsLargeLocation) { TEST_F() function
1421 TEST_F(ValidateInterfacesTest, VulkanLocationMeshShader) { TEST_F() function
1450 TEST_F(ValidateInterfacesTest, VulkanLocationArrayWithComponent1) { TEST_F() function
1480 TEST_F(ValidateInterfacesTest, VulkanLocationArrayWithComponent2) { TEST_F() function
1512 TEST_F(ValidateInterfacesTest, DuplicateInterfaceVariableSuccess) { TEST_F() function
1537 TEST_F(ValidateInterfacesTest, StructWithBuiltinsMissingBlock_Bad) { TEST_F() function
1573 TEST_F(ValidateInterfacesTest, InvalidLocationTypePointer) { TEST_F() function
1602 TEST_F(ValidateInterfacesTest, ValidLocationTypePhysicalStorageBufferPointer) { TEST_F() function
[all...]

Completed in 715 milliseconds

12345678910>>...58