Home
last modified time | relevance | path

Searched refs:default_case (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/
Dswitch-block-case-fallthrough.asm.invalid.frag41 …OpSwitch %9 %default_case 100 %default_case 0 %case_0 1 %case_1 11 %case_1 2 %case_2 3 %case_3 4 %…
44 OpBranch %default_case
46 %default_case = OpLabel
54 %case_1_phi = OpPhi %int %int_0 %default_case %int_1 %header
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/frag/
Dswitch-block-case-fallthrough.asm.invalid.frag41 …OpSwitch %9 %default_case 100 %default_case 0 %case_0 1 %case_1 11 %case_1 2 %case_2 3 %case_3 4 %…
44 OpBranch %default_case
46 %default_case = OpLabel
54 %case_1_phi = OpPhi %int %int_0 %default_case %int_1 %header
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/frag/
Dswitch-block-case-fallthrough.asm.invalid.frag41 …OpSwitch %9 %default_case 100 %default_case 0 %case_0 1 %case_1 11 %case_1 2 %case_2 3 %case_3 4 %…
44 OpBranch %default_case
46 %default_case = OpLabel
54 %case_1_phi = OpPhi %int %int_0 %default_case %int_1 %header
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c2232 struct basic_block *active, *default_case; in linearize_switch() local
2251 default_case = NULL; in linearize_switch()
2257 default_case = bb_case; in linearize_switch()
2285 if (!default_case) in linearize_switch()
2286 default_case = switch_end; in linearize_switch()
2288 jmp = alloc_multijmp(default_case, 1, 0); in linearize_switch()
2290 add_bb(&default_case->parents, active); in linearize_switch()
2291 add_bb(&active->children, default_case); in linearize_switch()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6898 exec_list default_case, after_default, tmp; in hir() local
6904 if (state->switch_state.previous_default && default_case.is_empty()) { in hir()
6905 default_case.append_list(&tmp); in hir()
6910 if (!default_case.is_empty()) in hir()
6920 if (!default_case.is_empty()) { in hir()
6950 instructions->append_list(&default_case); in hir()