Home
last modified time | relevance | path

Searched refs:type_candidates (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_parameters.cpp35 std::vector<uint32_t> type_candidates; in Apply() local
39 type_candidates.push_back(type_inst->result_id()); in Apply()
43 if (type_candidates.empty()) { in Apply()
72 type_candidates[GetFuzzerContext()->RandomIndex(type_candidates)]; in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_parameters.cpp35 std::vector<uint32_t> type_candidates; in Apply() local
39 type_candidates.push_back(type_inst->result_id()); in Apply()
43 if (type_candidates.empty()) { in Apply()
72 type_candidates[GetFuzzerContext()->RandomIndex(type_candidates)]; in Apply()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_parameters.cpp35 std::vector<uint32_t> type_candidates; in Apply() local
39 type_candidates.push_back(type_inst->result_id()); in Apply()
43 if (type_candidates.empty()) { in Apply()
72 type_candidates[GetFuzzerContext()->RandomIndex(type_candidates)]; in Apply()

Completed in 2 milliseconds