Home
last modified time | relevance | path

Searched defs:has_intermediate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_structured_cfg.c1148 bool has_intermediate = vtn_set_break_vars_between(b, block->parent, to_break); in vtn_emit_break_for_construct() local
1164 bool has_intermediate = vtn_set_break_vars_between(b, block->parent, to_continue); in vtn_emit_continue_for_construct() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-var-common.hh177 bool has_intermediate () const { return tupleIndex & TuppleIndex::IntermediateRegion; } in has_intermediate() function