Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A 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
H A 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 …]
H A Dtext_to_binary.control_flow_test.cpp33 using spvtest::TextToBinaryTest;
140 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
145 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
155 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
167 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
173 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
178 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
184 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
189 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
199 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
[all …]
H A Dtext_to_binary.annotation_test.cpp34 using spvtest::TextToBinaryTest;
390 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
395 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
401 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
407 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
412 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
417 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
423 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
428 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
433 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingSecondTargetMemberNumber) { in TEST_F() argument
[all …]
H A 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
431 using MaskSorting = TextToBinaryTest;
459 using OperandTypeTest = TextToBinaryTest;
469 using IndentTest = spvtest::TextToBinaryTest;
1949 using FriendlyNameDisassemblyTest = spvtest::TextToBinaryTest;
1971 TEST_F(TextToBinaryTest, ShowByteOffsetsWhenRequested) { in TEST_F() argument
1989 TEST_F(TextToBinaryTest, Comments) { in TEST_F() argument
2403 TEST_F(TextToBinaryTest, NestedWithComments) { in TEST_F() argument
[all …]
H A 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;
H A Dtext_to_binary.debug_test.cpp31 using spvtest::TextToBinaryTest;
86 TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalFileId) { in TEST_F() argument
95 TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalSourceText) { in TEST_F() argument
143 TEST_F(TextToBinaryTest, OpLine) { in TEST_F() argument
148 TEST_F(TextToBinaryTest, OpNoLine) { in TEST_F() argument
H A Dassembly_format_test.cpp21 using spvtest::TextToBinaryTest;
23 TEST_F(TextToBinaryTest, InstOpcodeProducesResultIDButNoIDDefinedFails) { in TEST_F() argument
36 TEST_F(TextToBinaryTest, in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A 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
H A 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 …]
H A Dtext_to_binary.control_flow_test.cpp33 using spvtest::TextToBinaryTest;
140 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
145 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
155 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
167 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
173 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
178 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
184 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
189 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
199 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
[all …]
H A Dtext_to_binary.annotation_test.cpp34 using spvtest::TextToBinaryTest;
390 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
395 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
401 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
407 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
412 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
417 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
423 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
428 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
433 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingSecondTargetMemberNumber) { in TEST_F() argument
[all …]
H A 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
H A 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;
H A Dtext_to_binary.debug_test.cpp31 using spvtest::TextToBinaryTest;
86 TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalFileId) { in TEST_F() argument
95 TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalSourceText) { in TEST_F() argument
143 TEST_F(TextToBinaryTest, OpLine) { in TEST_F() argument
148 TEST_F(TextToBinaryTest, OpNoLine) { in TEST_F() argument
H A Dassembly_format_test.cpp21 using spvtest::TextToBinaryTest;
23 TEST_F(TextToBinaryTest, InstOpcodeProducesResultIDButNoIDDefinedFails) { in TEST_F() argument
36 TEST_F(TextToBinaryTest, in TEST_F() argument
H A Dimmediate_int_test.cpp30 using spvtest::TextToBinaryTest;
36 TEST_F(TextToBinaryTest, ImmediateIntOpCode) { in TEST_F() argument
46 TEST_F(TextToBinaryTest, ImmediateIntOperand) { in TEST_F() argument
56 using ImmediateIntTest = TextToBinaryTest;
/aosp_15_r20/external/deqp-deps/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;
140 TEST_F(TextToBinaryTest, SwitchGoodZeroTargets) { in TEST_F() argument
145 TEST_F(TextToBinaryTest, SwitchGoodOneTarget) { in TEST_F() argument
155 TEST_F(TextToBinaryTest, SwitchGoodTwoTargets) { in TEST_F() argument
167 TEST_F(TextToBinaryTest, SwitchBadMissingSelector) { in TEST_F() argument
173 TEST_F(TextToBinaryTest, SwitchBadInvalidSelector) { in TEST_F() argument
178 TEST_F(TextToBinaryTest, SwitchBadMissingDefault) { in TEST_F() argument
184 TEST_F(TextToBinaryTest, SwitchBadInvalidDefault) { in TEST_F() argument
189 TEST_F(TextToBinaryTest, SwitchBadInvalidLiteral) { in TEST_F() argument
199 TEST_F(TextToBinaryTest, SwitchBadMissingTarget) { in TEST_F() argument
[all …]
Dtext_to_binary.annotation_test.cpp34 using spvtest::TextToBinaryTest;
390 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodOneTarget) { in TEST_F() argument
395 TEST_F(TextToBinaryTest, GroupMemberDecorateGoodTwoTargets) { in TEST_F() argument
401 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingGroupId) { in TEST_F() argument
407 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidGroupId) { in TEST_F() argument
412 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetId) { in TEST_F() argument
417 TEST_F(TextToBinaryTest, GroupMemberDecorateMissingTargetMemberNumber) { in TEST_F() argument
423 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidTargetMemberNumber) { in TEST_F() argument
428 TEST_F(TextToBinaryTest, GroupMemberDecorateInvalidSecondTargetId) { in TEST_F() argument
433 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
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.debug_test.cpp31 using spvtest::TextToBinaryTest;
86 TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalFileId) { in TEST_F() argument
95 TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalSourceText) { in TEST_F() argument
143 TEST_F(TextToBinaryTest, OpLine) { in TEST_F() argument
148 TEST_F(TextToBinaryTest, OpNoLine) { in TEST_F() argument
Dassembly_format_test.cpp21 using spvtest::TextToBinaryTest;
23 TEST_F(TextToBinaryTest, InstOpcodeProducesResultIDButNoIDDefinedFails) { in TEST_F() argument
36 TEST_F(TextToBinaryTest, in TEST_F() argument

1234