Home
last modified time | relevance | path

Searched refs:has_scope (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
H A 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()
/third_party/libabigail/include/
H A Dabg-fwd.h577 has_scope(const decl_base&);
580 has_scope(const decl_base_sptr);
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc854 if (!has_scope(type_declaration)) in build_ir_node_for_variadic_parameter_type()
H A Dabg-ir.cc5390 has_scope(const decl_base& d) in has_scope() function
5399 has_scope(const decl_base_sptr d) in has_scope() function
5400 {return has_scope(*d.get());} in has_scope()
7698 ABG_ASSERT(!has_scope(member)); in add_member_decl()
7757 ABG_ASSERT(!has_scope(d)); in insert_member_type()
21111 if (!has_scope(get_type_declaration(*i))) in class_or_union()
21117 if (!has_scope(*i)) in class_or_union()
21123 if (!has_scope(static_pointer_cast<decl_base>(*i))) in class_or_union()
21467 ABG_ASSERT(!has_scope(v)); in add_data_member()
21619 ABG_ASSERT(!has_scope( in add_member_function()
[all...]
H A Dabg-dwarf-reader.cc13032 ABG_ASSERT(has_scope(dm));
13299 ABG_ASSERT(has_scope(dm));
15493 ABG_ASSERT(has_scope(m));
15711 if (!has_scope(type_declaration))
15731 if (!has_scope(type_declaration))

Completed in 46 milliseconds