Home
last modified time | relevance | path

Searched refs:instructionDescriptor (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_swap_commutable_operands_test.cpp121 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); in TEST() local
123 TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
127 instructionDescriptor = MakeInstructionDescriptor(28, SpvOpIMul, 0); in TEST()
128 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
133 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
137 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST()
138 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
142 instructionDescriptor = MakeInstructionDescriptor(66, SpvOpDot, 0); in TEST()
143 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
[all …]
Dtransformation_toggle_access_chain_instruction_test.cpp121 auto instructionDescriptor = in TEST() local
124 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
128 instructionDescriptor = in TEST()
131 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
135 instructionDescriptor = MakeInstructionDescriptor(24, SpvOpAccessChain, 0); in TEST()
137 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
141 instructionDescriptor = in TEST()
144 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
149 instructionDescriptor = MakeInstructionDescriptor(1, SpvOpExtInstImport, 0); in TEST()
151 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_swap_commutable_operands_test.cpp121 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); in TEST() local
123 TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
127 instructionDescriptor = MakeInstructionDescriptor(28, SpvOpIMul, 0); in TEST()
128 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
133 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
137 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST()
138 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
142 instructionDescriptor = MakeInstructionDescriptor(66, SpvOpDot, 0); in TEST()
143 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
[all …]
Dtransformation_toggle_access_chain_instruction_test.cpp121 auto instructionDescriptor = in TEST() local
124 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
128 instructionDescriptor = in TEST()
131 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
135 instructionDescriptor = MakeInstructionDescriptor(24, SpvOpAccessChain, 0); in TEST()
137 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
141 instructionDescriptor = in TEST()
144 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
149 instructionDescriptor = MakeInstructionDescriptor(1, SpvOpExtInstImport, 0); in TEST()
151 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_swap_commutable_operands_test.cpp121 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); in TEST() local
123 TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
127 instructionDescriptor = MakeInstructionDescriptor(28, SpvOpIMul, 0); in TEST()
128 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
133 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
137 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST()
138 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
142 instructionDescriptor = MakeInstructionDescriptor(66, SpvOpDot, 0); in TEST()
143 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
[all …]
Dtransformation_toggle_access_chain_instruction_test.cpp121 auto instructionDescriptor = in TEST() local
124 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
128 instructionDescriptor = in TEST()
131 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
135 instructionDescriptor = MakeInstructionDescriptor(24, SpvOpAccessChain, 0); in TEST()
137 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
141 instructionDescriptor = in TEST()
144 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
149 instructionDescriptor = MakeInstructionDescriptor(1, SpvOpExtInstImport, 0); in TEST()
151 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_swap_commutable_operands.cpp39 auto instructionDescriptor = in Apply() local
42 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
Dfuzzer_pass_toggle_access_chain_instruction.cpp42 auto instructionDescriptor = in Apply() local
45 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_swap_commutable_operands.cpp41 auto instructionDescriptor = in Apply() local
44 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
Dfuzzer_pass_toggle_access_chain_instruction.cpp45 auto instructionDescriptor = in Apply() local
48 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_swap_commutable_operands.cpp41 auto instructionDescriptor = in Apply() local
44 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
Dfuzzer_pass_toggle_access_chain_instruction.cpp45 auto instructionDescriptor = in Apply() local
48 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()