Home
last modified time | relevance | path

Searched defs:merge_id (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp69 spv_result_t Function::RegisterLoopMerge(uint32_t merge_id, in RegisterLoopMerge()
93 spv_result_t Function::RegisterSelectionMerge(uint32_t merge_id) { in RegisterSelectionMerge()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp69 spv_result_t Function::RegisterLoopMerge(uint32_t merge_id, in RegisterLoopMerge()
93 spv_result_t Function::RegisterSelectionMerge(uint32_t merge_id) { in RegisterSelectionMerge()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.cpp196 if (auto merge_id = block->MergeBlockIdIfAny()) { in MarkUnreachableStructuredTargets() local
Dinline_pass.cpp76 void InlinePass::AddLoopMerge(uint32_t merge_id, uint32_t continue_id, in AddLoopMerge()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.cpp196 if (auto merge_id = block->MergeBlockIdIfAny()) { in MarkUnreachableStructuredTargets() local
Dinline_pass.cpp72 void InlinePass::AddLoopMerge(uint32_t merge_id, uint32_t continue_id, in AddLoopMerge()
Dloop_unswitch_pass.cpp757 uint32_t merge_id = sub_loop.GetMergeBlock()->id(); in CleanLoopNest() local