Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A 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()
345 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); TEST() local
[all...]
H A 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()
314 auto instructionDescriptor = TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A 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()
345 auto instructionDescriptor = MakeInstructionDescriptor(22, SpvOpIAdd, 0); TEST() local
[all...]
H A 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()
314 auto instructionDescriptor = TEST() local
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_swap_commutable_operands_test.cpp121 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 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 = 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 Dfuzzer_pass_swap_commutable_operands.cpp40 auto instructionDescriptor = in Apply()
43 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
H A Dfuzzer_pass_toggle_access_chain_instruction.cpp43 auto instructionDescriptor = in Apply()
46 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_swap_commutable_operands.cpp40 auto instructionDescriptor = in Apply()
43 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
H A Dfuzzer_pass_toggle_access_chain_instruction.cpp43 auto instructionDescriptor = in Apply()
46 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_swap_commutable_operands.cpp40 auto instructionDescriptor = in Apply()
43 TransformationSwapCommutableOperands(instructionDescriptor); in Apply()
H A Dfuzzer_pass_toggle_access_chain_instruction.cpp44 auto instructionDescriptor = in Apply()
47 TransformationToggleAccessChainInstruction(instructionDescriptor); in Apply()

Completed in 5 milliseconds