/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | function.cpp | 67 spv_result_t Function::RegisterLoopMerge(uint32_t merge_id, in RegisterLoopMerge() 99 spv_result_t Function::RegisterSelectionMerge(uint32_t merge_id) { in RegisterSelectionMerge()
|
H A D | validate_cfg.cpp | 280 const auto merge_id = inst->GetOperandAs<uint32_t>(0); in ValidateLoopMerge() local 818 uint32_t merge_id = merge_inst.GetOperandAs<uint32_t>(0); in StructuredControlFlowChecks() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | function.cpp | 67 spv_result_t Function::RegisterLoopMerge(uint32_t merge_id, in RegisterLoopMerge() 99 spv_result_t Function::RegisterSelectionMerge(uint32_t merge_id) { in RegisterSelectionMerge()
|
D | validate_cfg.cpp | 279 const auto merge_id = inst->GetOperandAs<uint32_t>(0); in ValidateLoopMerge() local 810 uint32_t merge_id = merge_inst.GetOperandAs<uint32_t>(0); in StructuredControlFlowChecks() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | function.cpp | 67 spv_result_t Function::RegisterLoopMerge(uint32_t merge_id, in RegisterLoopMerge() 99 spv_result_t Function::RegisterSelectionMerge(uint32_t merge_id) { in RegisterSelectionMerge()
|
H A D | validate_cfg.cpp | 279 const auto merge_id = inst->GetOperandAs<uint32_t>(0); in ValidateLoopMerge() local 810 uint32_t merge_id = merge_inst.GetOperandAs<uint32_t>(0); in StructuredControlFlowChecks() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 243 if (auto merge_id = block->MergeBlockIdIfAny()) { in MarkUnreachableStructuredTargets() local 595 uint32_t cont_id, uint32_t header_id, uint32_t merge_id, in AddBlocksWithBackEdge()
|
H A D | replace_desc_array_access_using_var_index.cpp | 386 uint32_t default_id, uint32_t merge_id, in AddSwitchForAccessChain()
|
H A D | aggressive_dead_code_elim_pass.cpp | 503 uint32_t merge_id = basic_block->MergeBlockIdIfAny(); in MarkBlockAsLive() local
|
H A D | inline_pass.cpp | 76 void InlinePass::AddLoopMerge(uint32_t merge_id, uint32_t continue_id, in AddLoopMerge()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dead_branch_elim_pass.cpp | 243 if (auto merge_id = block->MergeBlockIdIfAny()) { in MarkUnreachableStructuredTargets() local 595 uint32_t cont_id, uint32_t header_id, uint32_t merge_id, in AddBlocksWithBackEdge()
|
D | replace_desc_array_access_using_var_index.cpp | 386 uint32_t default_id, uint32_t merge_id, in AddSwitchForAccessChain()
|
D | aggressive_dead_code_elim_pass.cpp | 475 uint32_t merge_id = basic_block->MergeBlockIdIfAny(); in MarkBlockAsLive() local
|
D | inline_pass.cpp | 76 void InlinePass::AddLoopMerge(uint32_t merge_id, uint32_t continue_id, in AddLoopMerge()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 243 if (auto merge_id = block->MergeBlockIdIfAny()) { in MarkUnreachableStructuredTargets() local 595 uint32_t cont_id, uint32_t header_id, uint32_t merge_id, in AddBlocksWithBackEdge()
|
H A D | replace_desc_array_access_using_var_index.cpp | 386 uint32_t default_id, uint32_t merge_id, in AddSwitchForAccessChain()
|
H A D | aggressive_dead_code_elim_pass.cpp | 475 uint32_t merge_id = basic_block->MergeBlockIdIfAny(); in MarkBlockAsLive() local
|
H A D | inline_pass.cpp | 76 void InlinePass::AddLoopMerge(uint32_t merge_id, uint32_t continue_id, in AddLoopMerge()
|