Home
last modified time | relevance | path

Searched refs:is_struct (Results 1 - 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/compiler/glsl/
H A Dlink_uniforms.cpp47 assert(type->without_array()->is_struct() in process()
89 if (t_without_array->is_struct() || in process()
130 } else if (t->is_struct() || t->is_interface()) { in recursion()
131 if (record_type == NULL && t->is_struct()) in recursion()
134 if (t->is_struct()) in recursion()
178 if (t->is_struct()) { in recursion()
182 } else if (t->without_array()->is_struct() || in recursion()
185 if (record_type == NULL && t->fields.array->is_struct()) in recursion()
H A Dlink_varyings.cpp90 if (output->type->is_struct()) { in cross_validate_types_and_qualifiers()
347 const bool is_struct = type_without_array->is_struct(); in check_location_aliasing() local
348 if (is_struct) { in check_location_aliasing()
369 if (info->var->type->without_array()->is_struct() || is_struct) { in check_location_aliasing()
380 is_struct ? var->name : info->var->name, in check_location_aliasing()
H A Dhir_field_selection.cpp49 } else if (op->type->is_struct() || op->type->is_interface()) { in _mesa_ast_field_selection_to_hir()
H A Dopt_structure_splitting.cpp106 if (!var->type->is_struct() || in get_variable_entry()
208 if (!var->type->is_struct()) in get_splitting_entry()
H A Dir.cpp896 || type->is_struct() || type->is_array()); in ir_constant()
903 if (type->is_array() || type->is_struct()) { in ir_constant()
1078 || type->is_struct() || type->is_array()); in zero()
1091 if (type->is_struct()) { in zero()
1363 assert(this->type->is_struct()); in get_record_field()
1446 assert (!type->is_array() && !type->is_struct()); in copy_masked_offset()
1503 if (this->type->is_array() || this->type->is_struct()) { in has_value()
2276 (constant->type->is_array() || constant->type->is_struct())) { in steal_memory()
H A Dlink_uniform_blocks.cpp72 assert(type->is_struct()); in enter_record()
85 assert(type->is_struct()); in leave_record()
H A Dast_to_hir.cpp2447 !t->is_struct(); in precision_qualifier_allowed()
2802 if (type->is_matrix() || type->is_struct()) { in validate_component_layout_for_type()
2894 if (t_without_array->is_struct() || t_without_array->is_interface()) in validate_xfb_offset_qualifier()
5522 var->type->fields.array->is_struct()) { in hir()
5527 if (var->type->is_struct()) { in hir()
5530 var->type->fields.structure[i].type->is_struct()) in hir()
5557 if (check_type->is_struct() || check_type->is_matrix()) in hir()
5628 if (type->is_array() && type->fields.array->is_struct()) { in hir()
5634 if (type->is_struct()) { in hir()
5637 type->fields.structure[i].type->is_struct()) in hir()
[all...]
H A Dir_print_visitor.cpp491 } else if (ir->type->is_struct()) { in visit()
H A Dast_function.cpp2186 if (constructor_type->is_struct()) { in hir()
2554 if (constructor_type->is_struct()) { in hir()
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs375 cfg.type_name(move |ty, is_struct, is_union| { in test_apple()
385 t if is_struct => format!("struct {}", t), in test_apple()
541 cfg.type_name(move |ty, is_struct, is_union| { in test_openbsd()
551 t if is_struct => format!("struct {}", t), in test_openbsd()
613 cfg.type_name(move |ty, is_struct, is_union| { in test_windows()
629 t if is_struct => { in test_windows()
851 cfg.type_name(move |ty, is_struct, is_union| match ty { in test_solarish()
855 t if is_struct => format!("struct {}", t), in test_solarish()
1085 cfg.type_name(move |ty, is_struct, is_union| { in test_netbsd()
1100 t if is_struct in test_netbsd()
[all...]
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp221 } else if (this->is_struct() || this->is_interface()) { in contains_sampler()
235 if (this->is_struct() || this->is_interface()) { in contains_array()
251 } else if (this->is_struct() || this->is_interface()) { in contains_integer()
267 } else if (this->is_struct() || this->is_interface()) { in contains_double()
283 } else if (this->is_struct() || this->is_interface()) { in contains_64bit()
320 } else if (this->is_struct() || this->is_interface()) { in contains_subroutine()
366 } else if (this->is_struct() || this->is_interface()) { in contains_image()
1287 if (this->is_struct()) { in compare_no_precision()
1288 if (!b->is_struct()) in compare_no_precision()
1833 if (t->is_struct()) { in struct_location_offset()
[all...]
H A Dnir_types.cpp91 assert(type->is_struct() || type->is_interface()); in glsl_get_struct_field_data()
353 return type->is_struct(); in glsl_type_is_struct()
365 return type->is_struct() || type->is_interface(); in glsl_type_is_struct_or_ifc()
H A Dglsl_types.h1007 bool is_struct() const in is_struct() function
/third_party/rust/crates/rust-openssl/systest/
H A Dbuild.rs88 cfg.type_name(|s, is_struct, _is_union| { in main()
98 } else if is_struct in main()
/third_party/libcoap/man/
H A Dexamples-code-check.c223 int is_struct = 0; in decode_synopsis_definition() local
262 is_struct = 1; in decode_synopsis_definition()
328 } else if (is_struct) { in decode_synopsis_definition()
343 if (!wcp && is_struct) in decode_synopsis_definition()
363 if (!is_void_func && !is_struct) { in decode_synopsis_definition()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddesc_sroa.cpp251 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
252 assert((is_array || is_struct) && in CreateReplacementVariable()
272 is_struct, pointee_type_inst); in CreateReplacementVariable()
282 if (is_struct) { in CreateReplacementVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
253 assert((is_array || is_struct) && in CreateReplacementVariable()
273 is_struct, pointee_type_inst); in CreateReplacementVariable()
283 if (is_struct) { in CreateReplacementVariable()
/third_party/spirv-tools/source/opt/
H A Ddesc_sroa.cpp253 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
254 assert((is_array || is_struct) && in CreateReplacementVariable()
274 is_struct, pointee_type_inst); in CreateReplacementVariable()
284 if (is_struct) { in CreateReplacementVariable()
/third_party/littlefs/scripts/
H A Dstructs.py191 is_struct = False
210 if is_struct:
213 is_struct = (m.group('tag') == 'DW_TAG_structure_type')
220 if is_struct:
/third_party/libabigail/include/
H A Dabg-ir.h4132 bool is_struct, const location& locus,
4139 bool is_struct, const location& locus,
4146 bool is_struct, const location& locus, visibility vis);
4150 bool is_struct, const location& locus,
4153 class_decl(const environment& env, const string& name, bool is_struct,
4161 is_struct(bool f);
4164 is_struct() const;
/third_party/libabigail/src/
H A Dabg-reader.cc2762 /// @param is_struct is set to true iff the "is-struct" attribute is
2767 read_is_struct(xmlNodePtr node, bool& is_struct) in read_is_struct() argument
2773 is_struct = true; in read_is_struct()
2775 is_struct = false; in read_is_struct()
4658 bool is_struct = false; in build_class_decl() local
4659 read_is_struct(node, is_struct); in build_class_decl()
4721 decl.reset(new class_decl(env, name, is_struct)); in build_class_decl()
4730 is_struct, loc, vis, bases, mbrs, in build_class_decl()
4804 is_struct in build_class_decl()
4840 is_struct in build_class_decl()
[all...]
H A Dabg-ir.cc9161 if (!internal && clazz->is_struct()) in get_class_or_union_flat_representation()
22325 priv(bool is_struct, class_decl::base_specs& bases) in priv()
22327 is_struct_(is_struct) in priv()
22331 priv(bool is_struct) in priv()
22332 : is_struct_(is_struct) in priv()
22364 bool is_struct, const location& locus, in class_decl()
22379 priv_(new priv(is_struct, bases)) in class_decl()
22415 bool is_struct, const location& locus, in class_decl()
22438 priv_(new priv(is_struct, bases)) in class_decl()
22461 bool is_struct, cons in class_decl()
22362 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, base_specs& bases, member_types& mbr_types, data_members& data_mbrs, member_functions& mbr_fns) class_decl() argument
22413 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, base_specs& bases, member_types& mbr_types, data_members& data_mbrs, member_functions& mbr_fns, bool is_anonymous) class_decl() argument
22459 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis) class_decl() argument
22496 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, bool is_anonymous) class_decl() argument
22534 class_decl(const environment& env, const string& name, bool is_struct, bool is_declaration_only) class_decl() argument
22571 class_decl::is_struct(bool f) is_struct() function in abigail::ir::class_decl
22578 class_decl::is_struct() const is_struct() function in abigail::ir::class_decl
[all...]
/third_party/libbpf/src/
H A Dbtf_dump.c969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
975 packed = is_struct ? btf_is_struct_packed(d->btf, id, t) : 0; in btf_dump_emit_struct_def()
978 is_struct ? "struct" : "union", in btf_dump_emit_struct_def()
1012 if (is_struct) in btf_dump_emit_struct_def()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp679 if (type->is_array() || type->is_struct()) { in src_reg()
709 if (type->is_array() || type->is_struct()) { in dst_reg()
/third_party/json/tools/cpplint/
H A Dcpplint.py2769 self.is_struct = True
2772 self.is_struct = False
2820 if self.is_struct:
3193 if classinfo.is_struct:

Completed in 80 milliseconds

12