Home
last modified time | relevance | path

Searched refs:relevant_instructions (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_copy_objects.cpp56 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
62 if (relevant_instructions.empty()) { in Apply()
69 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
70 relevant_instructions)] in Apply()
Dfuzzer_pass_add_loads.cpp55 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
80 if (relevant_instructions.empty()) { in Apply()
88 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
89 relevant_instructions)] in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_copy_objects.cpp55 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
61 if (relevant_instructions.empty()) { in Apply()
68 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
69 relevant_instructions)] in Apply()
Dfuzzer_pass_add_loads.cpp54 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
79 if (relevant_instructions.empty()) { in Apply()
87 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
88 relevant_instructions)] in Apply()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_copy_objects.cpp56 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
62 if (relevant_instructions.empty()) { in Apply()
69 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
70 relevant_instructions)] in Apply()
Dfuzzer_pass_add_loads.cpp55 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
80 if (relevant_instructions.empty()) { in Apply()
88 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
89 relevant_instructions)] in Apply()