/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 121 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 …]
|
D | transformation_toggle_access_chain_instruction_test.cpp | 121 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/ |
D | transformation_swap_commutable_operands_test.cpp | 121 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 …]
|
D | transformation_toggle_access_chain_instruction_test.cpp | 121 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/ |
D | transformation_swap_commutable_operands_test.cpp | 121 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 …]
|
D | transformation_toggle_access_chain_instruction_test.cpp | 121 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/ |
D | fuzzer_pass_swap_commutable_operands.cpp | 39 auto instructionDescriptor = in Apply() local 42 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
|
D | fuzzer_pass_toggle_access_chain_instruction.cpp | 42 auto instructionDescriptor = in Apply() local 45 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_swap_commutable_operands.cpp | 41 auto instructionDescriptor = in Apply() local 44 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
|
D | fuzzer_pass_toggle_access_chain_instruction.cpp | 45 auto instructionDescriptor = in Apply() local 48 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_swap_commutable_operands.cpp | 41 auto instructionDescriptor = in Apply() local 44 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
|
D | fuzzer_pass_toggle_access_chain_instruction.cpp | 45 auto instructionDescriptor = in Apply() local 48 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
|