Home
last modified time | relevance | path

Searched refs:enums (Results 126 - 150 of 163) sorted by relevance

1234567

/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_plane.cpp153 for (auto &drmEnum : prop.enums) { in Init()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_plane.cpp153 for (auto &drmEnum : prop.enums) { in Init()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_plane.cpp142 for (auto &drmEnum : prop.enums) { in Init()
/third_party/mesa3d/src/util/tests/
H A Dxmlconfig.cpp102 TEST_F(xmlconfig_test, enums) in TEST_F()
/third_party/skia/third_party/externals/dawn/generator/
H A Dopengl_loader_generator.py104 VersionBlock = namedtuple('VersionBlock', ['version', 'procs', 'enums'])
105 HeaderBlock = namedtuple('HeaderBlock', ['description', 'procs', 'enums'])
107 ['extension', 'procs', 'enums', 'supported_specs'])
115 # Parse all the commands and enums
123 for enum in root.findall('''enums[@namespace='GL']/enum'''):
137 # Get list of enums and procs per OpenGL ES/Desktop OpenGL version
200 for enum in block.enums:
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c4062 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local
4069 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta()
4093 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta()
4095 enums[i].name_off); in btf_enum_check_meta()
4100 if (!enums[i].name_off || in btf_enum_check_meta()
4101 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta()
4110 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta()
4111 enums[i].val); in btf_enum_check_meta()
4127 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local
4139 if (v != enums[ in btf_enum_show()
4170 const struct btf_enum64 *enums = btf_type_enum64(t); btf_enum64_check_meta() local
4230 const struct btf_enum64 *enums = btf_type_enum64(t); btf_enum64_show() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_c_generator.py634 enums = groupElem.findall('enum')
636 for enum in enums:
647 #TODO: Some enums have no offset. How to handle those?
H A Dvaliditygenerator.py672 bitselem = self.registry.tree.find("enums[@name='" + bitsname + "']")
679 bitselem = self.registry.tree.find("enums[@name='" + alias + "']")
1430 def findRequiredEnums(self, enums):
1431 """Check each enumerant name in the enums list and remove it if not
1435 return self.keepOnlyRequired(enums, self.registry.enumdict)
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/
H A Dextension.rb228 $apiNames.enums.has_key? target
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c106 struct hash_entry *entry = _mesa_hash_table_search(spec->enums, in intel_spec_find_enum()
504 _mesa_hash_table_insert(spec->enums, e->name, e); in end_element()
582 spec->enums = in intel_spec_init()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c3166 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local
3172 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta()
3201 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta()
3203 enums[i].name_off); in btf_enum_check_meta()
3208 if (!enums[i].name_off || in btf_enum_check_meta()
3209 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta()
3217 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta()
3218 enums[i].val); in btf_enum_check_meta()
3234 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local
3246 if (v != enums[ in btf_enum_show()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c78 const char **enums, in dump_enum()
84 ctx->dump_printf( ctx, "%s", enums[e] ); in dump_enum()
75 dump_enum( struct dump_ctx *ctx, uint e, const char **enums, uint enum_count ) dump_enum() argument
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.h313 table.aux[field_number].enums.validator; in HandleEnum()
798 table.aux[field_number].enums.validator; in MergePartialFromCodedStreamInlined()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py228 If the Descriptor contains nested messages or enums, the caller must
362 If the FileDescriptor contains messages or enums, the caller must explicitly
380 If the FileDescriptor contains messages or enums, the caller must explicitly
856 enums = [
886 enum_types=enums,
/third_party/libdrm/tests/modetest/
H A Dmodetest.c378 printf(" %s=%"PRIu64, prop->enums[i].name, in dump_prop()
379 (uint64_t)prop->enums[i].value); in dump_prop()
384 printf(" %s=0x%llx", prop->enums[i].name, in dump_prop()
385 (1LL << prop->enums[i].value)); in dump_prop()
/third_party/libdrm/
H A Dxf86drmMode.h141 struct drm_mode_property_enum *enums; member
H A Dxf86drmMode.c673 r->enums = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum)); in drmModeGetProperty()
695 drmFree(ptr->enums); in drmModeFreeProperty()
/third_party/mesa3d/src/util/
H A Ddriconf.h109 .enums = { values }, \
/third_party/vulkan-loader/scripts/
H A Dloader_extension_generator.py300 enums = interface[0].findall('enum')
304 for item in enums:
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3514 const upb_enumdef *enums; member
4997 e = (upb_enumdef*)&ctx->file->enums[ctx->file->enum_count++]; in create_enumdef()
5011 "enums must contain at least one value (%s)", in create_enumdef()
5056 const google_protobuf_EnumDescriptorProto *const *enums; in create_msgdef() local
5107 /* This message is built. Now build nested messages and enums. */ in create_msgdef()
5109 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef()
5111 CHK(create_enumdef(ctx, m->full_name, enums[i])); in create_msgdef()
5240 const google_protobuf_EnumDescriptorProto *const *enums; in build_filedef() local
5249 file->enums = upb_malloc(alloc, sizeof(*file->enums) * count in build_filedef()
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install900 printf " structs, enums,...). This is known Sphinx bug. For more details, see:\n";
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c481 const struct isa_enum *e = field->enums; in display_enum_field()
/third_party/python/Parser/
H A Dasdl_c.py216 enums = ", ".join(enum)
218 s = "typedef enum _%s { %s } %s;" % (name, enums, ctype)
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3069 const upb_enumdef *enums; member
4526 e = (upb_enumdef*)&ctx->file->enums[ctx->file->enum_count++]; in create_enumdef()
4540 "enums must contain at least one value (%s)", in create_enumdef()
4585 const google_protobuf_EnumDescriptorProto *const *enums; in create_msgdef() local
4636 /* This message is built. Now build nested messages and enums. */ in create_msgdef()
4638 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef()
4640 CHK(create_enumdef(ctx, m->full_name, enums[i])); in create_msgdef()
4769 const google_protobuf_EnumDescriptorProto *const *enums; in build_filedef() local
4778 file->enums = upb_malloc(alloc, sizeof(*file->enums) * count in build_filedef()
[all...]
/third_party/EGL/api/
H A Dreg.py98 # GroupInfo - registry information about a group of related enums.
99 # enums - dictionary of enum names which are in the group
104 self.enums = {}
557 # Accumulate types, enums, function pointer typedefs, end function
769 # Create dictionary of registry enums from toplevel <enums> tags
771 # There are usually many <enums> tags in different namespaces, but
774 # Required <enums> attributes: 'name', 'value'
776 for enum in self.reg.findall('enums/enum'):
865 # Loop over types, enums, an
[all...]

Completed in 63 milliseconds

1234567