Home
last modified time | relevance | path

Searched refs:candidate_functions (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp63 std::vector<opt::Function*> candidate_functions; in Apply() local
68 candidate_functions.push_back(&other_function); in Apply()
75 while (!candidate_functions.empty()) { in Apply()
77 GetFuzzerContext()->RemoveAtRandomIndex(&candidate_functions); in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp63 std::vector<opt::Function*> candidate_functions; in Apply() local
68 candidate_functions.push_back(&other_function); in Apply()
75 while (!candidate_functions.empty()) { in Apply()
77 GetFuzzerContext()->RemoveAtRandomIndex(&candidate_functions); in Apply()