Home
last modified time | relevance | path

Searched refs:has_scope (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c94 bool has_scope = (opcode != SpvOpSubgroupBallotKHR); in vtn_handle_subgroup() local
99 ballot->src[0] = nir_src_for_ssa(vtn_get_nir_ssa(b, w[3 + has_scope])); in vtn_handle_subgroup()
184 bool has_scope = (opcode != SpvOpSubgroupFirstInvocationKHR); in vtn_handle_subgroup() local
187 vtn_ssa_value(b, w[3 + has_scope]), in vtn_handle_subgroup()
195 bool has_scope = (opcode != SpvOpSubgroupReadInvocationKHR); in vtn_handle_subgroup() local
198 vtn_ssa_value(b, w[3 + has_scope]), in vtn_handle_subgroup()
199 vtn_get_nir_ssa(b, w[4 + has_scope]), 0, 0)); in vtn_handle_subgroup()
/external/libabigail/include/
Dabg-fwd.h571 has_scope(const decl_base&);
574 has_scope(const decl_base_sptr);
/external/perfetto/src/profiling/perf/
Devent_config.cc270 pb_config.callstack_sampling().has_scope() in Create()
/external/libabigail/src/
Dabg-ir.cc4568 has_scope(const decl_base& d) in has_scope() function
4577 has_scope(const decl_base_sptr d) in has_scope() function
4578 {return has_scope(*d.get());} in has_scope()
6619 ABG_ASSERT(!has_scope(member)); in add_member_decl()
18900 if (!has_scope(get_type_declaration(*i))) in class_or_union()
18906 if (!has_scope(*i)) in class_or_union()
18912 if (!has_scope(static_pointer_cast<decl_base>(*i))) in class_or_union()
19126 ABG_ASSERT(!has_scope(d)); in insert_member_type()
19373 ABG_ASSERT(!has_scope(v)); in add_data_member()
19525 ABG_ASSERT(!has_scope(f)); in add_member_function()
Dabg-dwarf-reader.cc12374 ABG_ASSERT(has_scope(dm)); in add_or_update_class_type()
12639 ABG_ASSERT(has_scope(dm)); in add_or_update_union_type()
15075 ABG_ASSERT(has_scope(m)); in build_ir_node_from_die()
15292 if (!has_scope(type_declaration)) in build_ir_node_for_void_type()
15312 if (!has_scope(type_declaration)) in build_ir_node_for_variadic_parameter_type()
/external/libabigail/
DChangeLog30456 * include/abg-fwd.h (has_scope): Delete the overloads for
30489 (has_scope): Remove overload for type_base.
30571 (has_scope, is_member_decl, is_member_type): New function
30608 (has_scope, is_member_decl, is_member_type)