Searched refs:structs (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
H A Dgen_sort_tags.py147 structs = sorted(xml.findall('./struct'), key=get_name)
149 for s in structs:
158 for _s in structs:
H A Dgen_pack_header.py273 return self.type in self.parser.structs
413 # destination. This is the only way we handle embedded structs
527 self.structs = {}
558 self.structs[attrs["name"]] = 1
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_sort_tags.py121 structs = sorted(xml.findall('./struct'), key=get_name)
123 for s in structs:
132 for _s in structs:
H A Dgen_pack_header.py252 return self.type in self.parser.structs
392 # destination. This is the only way we handle embedded structs
509 self.structs = {}
540 self.structs[attrs["name"]] = 1
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dgen_pack.py268 elif self.type in self.parser.structs:
339 if field.type in self.parser.structs:
340 sub_struct = self.parser.structs[field.type]
353 if field.type in self.parser.structs:
354 sub_fields = self.parser.structs[field.type].fields
526 if field.type in self.parser.structs:
567 self.structs = {}
587 self.structs[attrs["name"]] = self.group
622 elif field.type in self.structs:
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dgen_enum_to_str.py101 % for struct in structs:
425 structs = sorted(struct_factory.registry.values(), key=lambda e: e.name)
435 structs=structs,
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Dgen_pack.py325 section.type = self.parser.structs[attrs["type"]]
379 elif self.type in self.parser.structs:
450 if field.type in self.parser.structs:
451 sub_struct = self.parser.structs[field.type]
464 if field.type in self.parser.structs:
465 sub_fields = self.parser.structs[field.type].fields
644 if field.type in self.parser.structs:
680 self.structs = {}
708 self.structs[attrs["name"]] = self.group
755 elif field.type in self.structs
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dgen_enum_to_str.py95 % for struct in structs:
467 structs = sorted(struct_factory.registry.values(), key=lambda e: e.name)
479 structs=structs,
/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
H A Dgen_pack_header.py165 elif self.type in self.parser.structs:
330 elif field.type in self.parser.structs:
407 self.structs = {}
463 self.structs[attrs["name"]] = 1
H A Dv3d_decoder.c53 struct v3d_group *structs[256]; member in struct:v3d_spec
103 if (strcmp(spec->structs[i]->name, name) == 0)
104 return spec->structs[i];
570 spec->structs[spec->nstructs++] = group;
582 assert(spec->nstructs < ARRAY_SIZE(spec->structs));
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.h96 struct hash_table *structs; member in struct:gen_spec
H A Dgen_decoder.c80 struct hash_entry *entry = _mesa_hash_table_search(spec->structs,
466 _mesa_hash_table_insert(spec->structs, group->name, group);
571 spec->structs =
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
H A Dgen_pack_header.py169 elif self.type in self.parser.structs:
334 elif field.type in self.parser.structs:
411 self.structs = {}
467 self.structs[attrs["name"]] = 1
H A Dv3d_decoder.c48 struct v3d_group *structs[256]; member in struct:v3d_spec
94 if (strcmp(spec->structs[i]->name, name) == 0)
95 return spec->structs[i];
559 spec->structs[spec->nstructs++] = group;
571 assert(spec->nstructs < ARRAY_SIZE(spec->structs));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.3.rst68 - nir: Fix deref offset calculation for structs.
H A D10.3.1.rst70 - glsl: Make sure fields after small structs have correct padding
H A D17.2.1.rst160 - glsl: stop adding pointers from bindless structs to the cache
H A D19.3.2.rst81 - anv: Ignore some CreateInfo structs when rasterization is disabled
H A D6.5.1.rst82 A number of Mesa program-related structs were renamed. For example
H A D9.2.1.rst43 [regression bisected] GLSL ES: structs members can't have precision
H A D17.1.6.rst98 array of structs"
H A D10.6.0.rst256 structs
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_decoder.h105 struct hash_table *structs; member in struct:intel_spec
H A Dintel_decoder.c80 struct hash_entry *entry = _mesa_hash_table_search(spec->structs,
478 _mesa_hash_table_insert(spec->structs, group->name, group);
573 spec->structs =
717 _mesa_hash_table_num_entries(ctx.spec->structs) == 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in178 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
292 # at the bottom of the documentation of classes and structs. If set to YES the
471 # contains a lot of classes, structs, unions or interfaces.

Completed in 22 milliseconds

12