/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A 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() 345 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); TEST() local [all...] |
H A 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() 314 auto instructionDescriptor = TEST() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A 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() 345 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); TEST() local [all...] |
H A 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() 314 auto instructionDescriptor = TEST() local [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_swap_commutable_operands_test.cpp | 121 auto instructionDescriptor = in TEST() local 124 TransformationSwapCommutableOperands(instructionDescriptor); in TEST() 128 instructionDescriptor = MakeInstructionDescriptor(28, spv::Op::OpIMul, 0); in TEST() 129 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST() 133 instructionDescriptor = MakeInstructionDescriptor(42, spv::Op::OpFAdd, 0); in TEST() 134 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST() 138 instructionDescriptor = MakeInstructionDescriptor(48, spv::Op::OpFMul, 0); in TEST() 139 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST() 143 instructionDescriptor = MakeInstructionDescriptor(66, spv::Op::OpDot, 0); in TEST() 144 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST() 350 auto instructionDescriptor = TEST() local [all...] |
H A 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 = in TEST() 138 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST() 142 instructionDescriptor = in TEST() 145 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST() 150 instructionDescriptor = in TEST() 153 TransformationToggleAccessChainInstruction(instructionDescriptor); in TEST() 320 auto instructionDescriptor = TEST() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_swap_commutable_operands.cpp | 40 auto instructionDescriptor = in Apply() 43 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
|
H A D | fuzzer_pass_toggle_access_chain_instruction.cpp | 43 auto instructionDescriptor = in Apply() 46 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_swap_commutable_operands.cpp | 40 auto instructionDescriptor = in Apply() 43 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
|
H A D | fuzzer_pass_toggle_access_chain_instruction.cpp | 43 auto instructionDescriptor = in Apply() 46 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_swap_commutable_operands.cpp | 40 auto instructionDescriptor = in Apply() 43 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
|
H A D | fuzzer_pass_toggle_access_chain_instruction.cpp | 44 auto instructionDescriptor = in Apply() 47 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
|