Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_merge_blocks.cpp35 std::vector<TransformationMergeBlocks> potential_transformations; in Apply() local
49 potential_transformations.push_back(transformation); in Apply()
54 while (!potential_transformations.empty()) { in Apply()
56 GetFuzzerContext()->RemoveAtRandomIndex(&potential_transformations); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_merge_blocks.cpp35 std::vector<TransformationMergeBlocks> potential_transformations; in Apply() local
49 potential_transformations.push_back(transformation); in Apply()
54 while (!potential_transformations.empty()) { in Apply()
56 GetFuzzerContext()->RemoveAtRandomIndex(&potential_transformations); in Apply()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_merge_blocks.cpp35 std::vector<TransformationMergeBlocks> potential_transformations; in Apply() local
49 potential_transformations.push_back(transformation); in Apply()
54 while (!potential_transformations.empty()) { in Apply()
56 GetFuzzerContext()->RemoveAtRandomIndex(&potential_transformations); in Apply()

Completed in 1 milliseconds