Home
last modified time | relevance | path

Searched refs:TextToBinaryTest (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/spirv-tools/test/
Dtext_to_binary.literal_test.cpp24 using spvtest::TextToBinaryTest;
26 TEST_F(TextToBinaryTest, LiteralStringInPlaceOfLiteralNumber) { in TEST_F() argument
32 TEST_F(TextToBinaryTest, GarbageInPlaceOfLiteralString) { in TEST_F() argument
37 TEST_F(TextToBinaryTest, LiteralNumberInPlaceOfLiteralString) { in TEST_F() argument
42 TEST_F(TextToBinaryTest, LiteralFloatInPlaceOfLiteralInteger) { in TEST_F() argument
63 TEST_F(TextToBinaryTest, LiteralInt64) { in TEST_F() argument
69 TEST_F(TextToBinaryTest, LiteralDouble) { in TEST_F() argument
75 TEST_F(TextToBinaryTest, LiteralStringASCIILong) { in TEST_F() argument
86 TEST_F(TextToBinaryTest, LiteralStringUTF8LongEncodings) { in TEST_F() argument
Dtext_to_binary_test.cpp35 using spvtest::TextToBinaryTest;
112 TEST_F(TextToBinaryTest, InvalidText) { in TEST_F() argument
120 TEST_F(TextToBinaryTest, InvalidPointer) { in TEST_F() argument
128 TEST_F(TextToBinaryTest, InvalidPrefix) { in TEST_F() argument
135 TEST_F(TextToBinaryTest, EmptyAssemblyString) { in TEST_F() argument
141 TEST_F(TextToBinaryTest, StringSpace) { in TEST_F() argument
146 TEST_F(TextToBinaryTest, UnknownBeginningOfInstruction) { in TEST_F() argument
156 TEST_F(TextToBinaryTest, NoEqualSign) { in TEST_F() argument
164 TEST_F(TextToBinaryTest, NoOpCode) { in TEST_F() argument
172 TEST_F(TextToBinaryTest, WrongOpCode) { in TEST_F() argument
[all …]
Dtext_to_binary.control_flow_test.cpp33 using spvtest::TextToBinaryTest;
138 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
143 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
152 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
164 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
170 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
175 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
181 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
186 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
196 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
[all …]
Dtext_to_binary.barrier_test.cpp28 using spvtest::TextToBinaryTest;
35 using OpMemoryBarrier = spvtest::TextToBinaryTest;
83 using NamedMemoryBarrierTest = spvtest::TextToBinaryTest;
126 using TypeNamedBarrierTest = spvtest::TextToBinaryTest;
147 using NamedBarrierInitializeTest = spvtest::TextToBinaryTest;
Dtext_to_binary.annotation_test.cpp34 using spvtest::TextToBinaryTest;
388 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
393 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
399 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
405 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
410 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
415 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
421 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
426 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
431 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingSecondTargetMemberNumber) { in TEST_F() argument
[all …]
Dbinary_to_text_test.cpp30 using spvtest::TextToBinaryTest;
228 TEST_F(TextToBinaryTest, OneInstruction) { in TEST_F() argument
236 TEST_F(TextToBinaryTest, OperandWithOperands) { in TEST_F() argument
405 using MaskSorting = TextToBinaryTest;
433 using OperandTypeTest = TextToBinaryTest;
443 using IndentTest = spvtest::TextToBinaryTest;
467 using FriendlyNameDisassemblyTest = spvtest::TextToBinaryTest;
489 TEST_F(TextToBinaryTest, ShowByteOffsetsWhenRequested) { in TEST_F() argument
508 TEST_F(TextToBinaryTest, VersionString) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.literal_test.cpp24 using spvtest::TextToBinaryTest;
26 TEST_F(TextToBinaryTest, LiteralStringInPlaceOfLiteralNumber) { in TEST_F() argument
32 TEST_F(TextToBinaryTest, GarbageInPlaceOfLiteralString) { in TEST_F() argument
37 TEST_F(TextToBinaryTest, LiteralNumberInPlaceOfLiteralString) { in TEST_F() argument
42 TEST_F(TextToBinaryTest, LiteralFloatInPlaceOfLiteralInteger) { in TEST_F() argument
63 TEST_F(TextToBinaryTest, LiteralInt64) { in TEST_F() argument
69 TEST_F(TextToBinaryTest, LiteralDouble) { in TEST_F() argument
75 TEST_F(TextToBinaryTest, LiteralStringASCIILong) { in TEST_F() argument
86 TEST_F(TextToBinaryTest, LiteralStringUTF8LongEncodings) { in TEST_F() argument
Dtext_to_binary_test.cpp35 using spvtest::TextToBinaryTest;
112 TEST_F(TextToBinaryTest, InvalidText) { in TEST_F() argument
120 TEST_F(TextToBinaryTest, InvalidPointer) { in TEST_F() argument
128 TEST_F(TextToBinaryTest, InvalidPrefix) { in TEST_F() argument
135 TEST_F(TextToBinaryTest, EmptyAssemblyString) { in TEST_F() argument
141 TEST_F(TextToBinaryTest, StringSpace) { in TEST_F() argument
146 TEST_F(TextToBinaryTest, UnknownBeginningOfInstruction) { in TEST_F() argument
156 TEST_F(TextToBinaryTest, NoEqualSign) { in TEST_F() argument
164 TEST_F(TextToBinaryTest, NoOpCode) { in TEST_F() argument
172 TEST_F(TextToBinaryTest, WrongOpCode) { in TEST_F() argument
[all …]
Dtext_to_binary.control_flow_test.cpp33 using spvtest::TextToBinaryTest;
138 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
143 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
152 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
164 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
169 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
174 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
179 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
184 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
194 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
[all …]
Dtext_to_binary.barrier_test.cpp28 using spvtest::TextToBinaryTest;
35 using OpMemoryBarrier = spvtest::TextToBinaryTest;
81 using NamedMemoryBarrierTest = spvtest::TextToBinaryTest;
121 using TypeNamedBarrierTest = spvtest::TextToBinaryTest;
142 using NamedBarrierInitializeTest = spvtest::TextToBinaryTest;
Dtext_to_binary.annotation_test.cpp34 using spvtest::TextToBinaryTest;
388 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
393 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
399 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
404 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
409 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
414 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
419 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
424 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
429 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingSecondTargetMemberNumber) { in TEST_F() argument
[all …]
Dbinary_to_text_test.cpp30 using spvtest::TextToBinaryTest;
217 TEST_F(TextToBinaryTest, OneInstruction) { in TEST_F() argument
225 TEST_F(TextToBinaryTest, OperandWithOperands) { in TEST_F() argument
394 using MaskSorting = TextToBinaryTest;
422 using OperandTypeTest = TextToBinaryTest;
432 using IndentTest = spvtest::TextToBinaryTest;
456 using FriendlyNameDisassemblyTest = spvtest::TextToBinaryTest;
478 TEST_F(TextToBinaryTest, ShowByteOffsetsWhenRequested) { in TEST_F() argument
497 TEST_F(TextToBinaryTest, VersionString) { in TEST_F() argument
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.literal_test.cpp21 using spvtest::TextToBinaryTest;
23 TEST_F(TextToBinaryTest, LiteralStringInPlaceOfLiteralNumber) { in TEST_F() argument
29 TEST_F(TextToBinaryTest, GarbageInPlaceOfLiteralString) { in TEST_F() argument
34 TEST_F(TextToBinaryTest, LiteralNumberInPlaceOfLiteralString) { in TEST_F() argument
39 TEST_F(TextToBinaryTest, LiteralFloatInPlaceOfLiteralInteger) { in TEST_F() argument
60 TEST_F(TextToBinaryTest, LiteralInt64) { in TEST_F() argument
66 TEST_F(TextToBinaryTest, LiteralDouble) { in TEST_F() argument
72 TEST_F(TextToBinaryTest, LiteralStringASCIILong) { in TEST_F() argument
83 TEST_F(TextToBinaryTest, LiteralStringUTF8LongEncodings) { in TEST_F() argument
Dtext_to_binary_test.cpp36 using spvtest::TextToBinaryTest;
113 TEST_F(TextToBinaryTest, InvalidText) { in TEST_F() argument
121 TEST_F(TextToBinaryTest, InvalidPointer) { in TEST_F() argument
129 TEST_F(TextToBinaryTest, InvalidPrefix) { in TEST_F() argument
136 TEST_F(TextToBinaryTest, EmptyAssemblyString) { in TEST_F() argument
142 TEST_F(TextToBinaryTest, StringSpace) { in TEST_F() argument
147 TEST_F(TextToBinaryTest, UnknownBeginningOfInstruction) { in TEST_F() argument
157 TEST_F(TextToBinaryTest, NoEqualSign) { in TEST_F() argument
165 TEST_F(TextToBinaryTest, NoOpCode) { in TEST_F() argument
173 TEST_F(TextToBinaryTest, WrongOpCode) { in TEST_F() argument
[all …]
Dtext_to_binary.control_flow_test.cpp37 using spvtest::TextToBinaryTest;
140 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
145 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
154 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
166 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
171 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
176 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
181 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
186 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
196 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
Dtext_to_binary.barrier_test.cpp29 using spvtest::TextToBinaryTest;
33 using OpMemoryBarrier = spvtest::TextToBinaryTest;
79 using NamedMemoryBarrierTest = spvtest::TextToBinaryTest;
115 using TypeNamedBarrierTest = spvtest::TextToBinaryTest;
135 using NamedBarrierInitializeTest = spvtest::TextToBinaryTest;
Dtext_to_binary.annotation_test.cpp35 using spvtest::TextToBinaryTest;
347 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
352 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
358 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
363 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
368 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
373 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
378 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
383 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
388 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingSecondTargetMemberNumber) { in TEST_F() argument
[all …]
Dbinary_to_text_test.cpp31 using spvtest::TextToBinaryTest;
210 TEST_F(TextToBinaryTest, OneInstruction) { in TEST_F() argument
218 TEST_F(TextToBinaryTest, OperandWithOperands) { in TEST_F() argument
382 using MaskSorting = TextToBinaryTest;
410 using OperandTypeTest = TextToBinaryTest;
420 using IndentTest = spvtest::TextToBinaryTest;
444 using FriendlyNameDisassemblyTest = spvtest::TextToBinaryTest;
466 TEST_F(TextToBinaryTest, ShowByteOffsetsWhenRequested) { in TEST_F() argument
485 TEST_F(TextToBinaryTest, VersionString) { in TEST_F() argument
Dtext_to_binary.extension_test.cpp30 using spvtest::TextToBinaryTest;
36 TEST_F(TextToBinaryTest, InvalidExtInstImportName) { in TEST_F() argument
41 TEST_F(TextToBinaryTest, InvalidImportId) { in TEST_F() argument
47 TEST_F(TextToBinaryTest, InvalidImportInstruction) { in TEST_F() argument
55 TEST_F(TextToBinaryTest, MultiImport) { in TEST_F() argument
62 TEST_F(TextToBinaryTest, TooManyArguments) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.literal_test.cpp24 using spvtest::TextToBinaryTest;
26 TEST_F(TextToBinaryTest, LiteralStringInPlaceOfLiteralNumber) { in TEST_F() argument
32 TEST_F(TextToBinaryTest, GarbageInPlaceOfLiteralString) { in TEST_F() argument
37 TEST_F(TextToBinaryTest, LiteralNumberInPlaceOfLiteralString) { in TEST_F() argument
42 TEST_F(TextToBinaryTest, LiteralFloatInPlaceOfLiteralInteger) { in TEST_F() argument
63 TEST_F(TextToBinaryTest, LiteralInt64) { in TEST_F() argument
69 TEST_F(TextToBinaryTest, LiteralDouble) { in TEST_F() argument
75 TEST_F(TextToBinaryTest, LiteralStringASCIILong) { in TEST_F() argument
86 TEST_F(TextToBinaryTest, LiteralStringUTF8LongEncodings) { in TEST_F() argument
Dtext_to_binary_test.cpp35 using spvtest::TextToBinaryTest;
112 TEST_F(TextToBinaryTest, InvalidText) { in TEST_F() argument
120 TEST_F(TextToBinaryTest, InvalidPointer) { in TEST_F() argument
128 TEST_F(TextToBinaryTest, InvalidPrefix) { in TEST_F() argument
135 TEST_F(TextToBinaryTest, EmptyAssemblyString) { in TEST_F() argument
141 TEST_F(TextToBinaryTest, StringSpace) { in TEST_F() argument
146 TEST_F(TextToBinaryTest, UnknownBeginningOfInstruction) { in TEST_F() argument
156 TEST_F(TextToBinaryTest, NoEqualSign) { in TEST_F() argument
164 TEST_F(TextToBinaryTest, NoOpCode) { in TEST_F() argument
172 TEST_F(TextToBinaryTest, WrongOpCode) { in TEST_F() argument
[all …]
Dtext_to_binary.control_flow_test.cpp33 using spvtest::TextToBinaryTest;
138 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
143 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
152 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
164 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
169 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
174 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
179 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
184 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
194 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
[all …]
Dtext_to_binary.barrier_test.cpp28 using spvtest::TextToBinaryTest;
35 using OpMemoryBarrier = spvtest::TextToBinaryTest;
81 using NamedMemoryBarrierTest = spvtest::TextToBinaryTest;
121 using TypeNamedBarrierTest = spvtest::TextToBinaryTest;
142 using NamedBarrierInitializeTest = spvtest::TextToBinaryTest;
Dtext_to_binary.annotation_test.cpp34 using spvtest::TextToBinaryTest;
388 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
393 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
399 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
404 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
409 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
414 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
419 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
424 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
429 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingSecondTargetMemberNumber) { in TEST_F() argument
[all …]
Dbinary_to_text_test.cpp30 using spvtest::TextToBinaryTest;
217 TEST_F(TextToBinaryTest, OneInstruction) { in TEST_F() argument
225 TEST_F(TextToBinaryTest, OperandWithOperands) { in TEST_F() argument
394 using MaskSorting = TextToBinaryTest;
422 using OperandTypeTest = TextToBinaryTest;
432 using IndentTest = spvtest::TextToBinaryTest;
456 using FriendlyNameDisassemblyTest = spvtest::TextToBinaryTest;
478 TEST_F(TextToBinaryTest, ShowByteOffsetsWhenRequested) { in TEST_F() argument
497 TEST_F(TextToBinaryTest, VersionString) { in TEST_F() argument

12345