Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_copy_objects.cpp61 const auto relevant_instructions = FindAvailableInstructions( in Apply() local
71 if (relevant_instructions.empty()) { in Apply()
78 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
79 relevant_instructions)] in Apply()
Dfuzzer_pass_add_loads.cpp53 std::vector<opt::Instruction*> relevant_instructions = in Apply() local
78 if (relevant_instructions.empty()) { in Apply()
86 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
87 relevant_instructions)] in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
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()
Dfuzzer_pass_copy_objects.cpp63 const auto relevant_instructions = FindAvailableInstructions( in Apply() local
73 if (relevant_instructions.empty()) { in Apply()
80 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
81 relevant_instructions)] in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_copy_objects.cpp63 const auto relevant_instructions = FindAvailableInstructions( in Apply() local
73 if (relevant_instructions.empty()) { in Apply()
80 relevant_instructions[GetFuzzerContext()->RandomIndex( in Apply()
81 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()