Home
last modified time | relevance | path

Searched refs:type_entry (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_types.py131 type_entry = {
298 type_entry['members'].append(
307 types.append(type_entry)
/external/squashfs-tools/squashfs-tools/
Daction.h155 struct type_entry { struct
Daction.c2442 struct type_entry type_table[] = {
2479 struct type_entry *type = atom->data; in type_fn()
/external/openscreen/tools/cddl/
Dsema.cc767 for (const auto& type_entry : cddl_table.type_map) { in BuildCppTypes() local
768 if (!MakeCppType(&table, cddl_table, type_entry.first, in BuildCppTypes()
769 *type_entry.second)) { in BuildCppTypes()