Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 25 of 36) sorted by relevance

12

/third_party/glib/gobject/
Dgtypemodule.c68 GType parent_type; member
373 GType parent_type, in g_type_module_register_type() argument
388 return g_type_register_static_simple (parent_type, in g_type_module_register_type()
413 if (module_type_info->parent_type != parent_type) in g_type_module_register_type()
415 const gchar *parent_type_name = g_type_name (parent_type); in g_type_module_register_type()
419 g_type_name (module_type_info->parent_type), in g_type_module_register_type()
431 module_type_info->parent_type = parent_type; in g_type_module_register_type()
432 …module_type_info->type = g_type_register_dynamic (parent_type, type_name, G_TYPE_PLUGIN (module), … in g_type_module_register_type()
Dgobject.c604 GType parent_type, in validate_and_install_class_property() argument
625 pspec = g_param_spec_pool_lookup (pspec_pool, pspec->name, parent_type, TRUE); in validate_and_install_class_property()
657 GType oclass_type, parent_type; in g_object_class_install_property() local
663 parent_type = g_type_parent (oclass_type); in g_object_class_install_property()
670 parent_type, in g_object_class_install_property()
751 GType oclass_type, parent_type; in g_object_class_install_properties() local
763 parent_type = g_type_parent (oclass_type); in g_object_class_install_properties()
772 parent_type, in g_object_class_install_properties()
924 GType parent_type; in g_object_class_override_property() local
932 parent_type = g_type_parent (G_OBJECT_CLASS_TYPE (oclass)); in g_object_class_override_property()
[all …]
Dgtype.c775 check_derivation_I (GType parent_type, in check_derivation_I() argument
781 pnode = lookup_type_node_I (parent_type); in check_derivation_I()
786 type_descriptive_name_I (parent_type)); in check_derivation_I()
799 if (parent_type != NODE_FUNDAMENTAL_TYPE (pnode) && in check_derivation_I()
2746 g_type_register_static_simple (GType parent_type, in g_type_register_static_simple() argument
2773 return g_type_register_static (parent_type, type_name, &info, flags); in g_type_register_static_simple()
2792 g_type_register_static (GType parent_type, in g_type_register_static() argument
2801 g_return_val_if_fail (parent_type > 0, 0); in g_type_register_static()
2806 !check_derivation_I (parent_type, type_name)) in g_type_register_static()
2815 pnode = lookup_type_node_I (parent_type); in g_type_register_static()
[all …]
Dgtypemodule.h275 GType parent_type,
Dgtype.h1265 GType g_type_register_static (GType parent_type,
1270 GType g_type_register_static_simple (GType parent_type,
1279 GType g_type_register_dynamic (GType parent_type,
/third_party/glib/tests/gobject/
Dtestcommon.h25 parent_type, interface_decl) \ argument
46 object_type = g_type_register_static (parent_type, \
57 parent_type) \ argument
59 instance_init, parent_type, {})
/third_party/glib/gobject/tests/
Dtestcommon.h25 parent_type, interface_decl) \ argument
47 object_type = g_type_register_static (parent_type, \
58 parent_type) \ argument
60 instance_init, parent_type, {})
/third_party/mindspore/mindspore/core/ir/dtype/
Dtype.h78 virtual TypeId parent_type() const { return kTypeUnknown; } in parent_type() function
110 explicit Object(const TypeId object_type, const TypeId parent_type, bool is_generic = true)
111 : Type(kMetaTypeObject, is_generic), object_type_(object_type), parent_type_(parent_type) {} in Type()
116 TypeId parent_type() const override { return parent_type_; } in parent_type() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp922 const Type* parent_type, const std::vector<uint32_t>& access_chain) { in GetMemberType() argument
924 if (const Struct* struct_type = parent_type->AsStruct()) { in GetMemberType()
925 parent_type = struct_type->element_types()[element_index]; in GetMemberType()
926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType()
927 parent_type = array_type->element_type(); in GetMemberType()
929 parent_type->AsRuntimeArray()) { in GetMemberType()
930 parent_type = runtime_array_type->element_type(); in GetMemberType()
931 } else if (const Vector* vector_type = parent_type->AsVector()) { in GetMemberType()
932 parent_type = vector_type->element_type(); in GetMemberType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
[all …]
Dtype_manager.h139 const Type* GetMemberType(const Type* parent_type,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp922 const Type* parent_type, const std::vector<uint32_t>& access_chain) { in GetMemberType() argument
924 if (const Struct* struct_type = parent_type->AsStruct()) { in GetMemberType()
925 parent_type = struct_type->element_types()[element_index]; in GetMemberType()
926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType()
927 parent_type = array_type->element_type(); in GetMemberType()
929 parent_type->AsRuntimeArray()) { in GetMemberType()
930 parent_type = runtime_array_type->element_type(); in GetMemberType()
931 } else if (const Vector* vector_type = parent_type->AsVector()) { in GetMemberType()
932 parent_type = vector_type->element_type(); in GetMemberType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
[all …]
Dtype_manager.h139 const Type* GetMemberType(const Type* parent_type,
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp922 const Type* parent_type, const std::vector<uint32_t>& access_chain) { in GetMemberType() argument
924 if (const Struct* struct_type = parent_type->AsStruct()) { in GetMemberType()
925 parent_type = struct_type->element_types()[element_index]; in GetMemberType()
926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType()
927 parent_type = array_type->element_type(); in GetMemberType()
929 parent_type->AsRuntimeArray()) { in GetMemberType()
930 parent_type = runtime_array_type->element_type(); in GetMemberType()
931 } else if (const Vector* vector_type = parent_type->AsVector()) { in GetMemberType()
932 parent_type = vector_type->element_type(); in GetMemberType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
[all …]
Dtype_manager.h139 const Type* GetMemberType(const Type* parent_type,
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_reflect.cpp295 … (!type.array.empty() && type_is_top_level_physical_pointer(get<SPIRType>(type.parent_type))); in type_is_reference()
313 if (!naturally_emit_type(this->get<SPIRType>(type.parent_type)) && in emit_types()
314 find(physical_pointee_types.begin(), physical_pointee_types.end(), type.parent_type) == in emit_types()
317 physical_pointee_types.push_back(type.parent_type); in emit_types()
346 json_stream->emit_json_key_value("type", "_" + std::to_string(type.parent_type)); in emit_type()
352 json_stream->emit_json_key_value("type", "_" + std::to_string(type.parent_type)); in emit_type()
391 json_stream->emit_json_key_value("type", "_" + std::to_string(membertype.parent_type)); in emit_type_member()
Dspirv_msl.cpp449 vec4_type_ptr.parent_type = type_id; in build_implicit_builtins()
471 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
493 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
516 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
536 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
596 uint_type_ptr_out.parent_type = get_uint_type_id(); in build_implicit_builtins()
628 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
688 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
710 uint_type_ptr.parent_type = get_uint_type_id(); in build_implicit_builtins()
769 uint_type_ptr_out.parent_type = get_uint_type_id(); in build_implicit_builtins()
[all …]
Dspirv_parser.cpp530 vecbase.parent_type = ops[1]; in parse()
545 matrixbase.parent_type = ops[1]; in parse()
558 arraybase.parent_type = tid; in parse()
591 arraybase.parent_type = ops[1]; in parse()
654 ptrbase.parent_type = ops[2]; in parse()
Dspirv_cross.cpp890 resource.value_type_id = get_variable_data_type(var).parent_type; in get_shader_resources()
1123 assert(p_type->parent_type); in get_pointee_type_id()
1124 type_id = p_type->parent_type; in get_pointee_type_id()
1134 assert(p_type->parent_type); in get_pointee_type()
1135 p_type = &get<SPIRType>(p_type->parent_type); in get_pointee_type()
1166 type = &get<SPIRType>(type->parent_type); in get_variable_element_type()
1174 type = &get<SPIRType>(type->parent_type); in get_variable_element_type()
1932 if (type.pointer_depth > get<SPIRType>(type.parent_type).pointer_depth) in get_declared_struct_member_size()
2517 ptr_type.parent_type = type_id; in register_combined_image_sampler()
2788 type.parent_type = type_id; in handle()
[all …]
Dspirv_glsl.cpp1397 auto *tmp = &get<SPIRType>(type.parent_type); in type_to_packed_alignment()
1399 tmp = &get<SPIRType>(tmp->parent_type); in type_to_packed_alignment()
1485 uint32_t parent = type.parent_type; in type_to_packed_array_stride()
2392 const SPIRType *parent_type = nullptr; in emit_flattened_io_block_member() local
2398 parent_type = member_type; in emit_flattened_io_block_member()
2406 if (parent_type->type_alias) in emit_flattened_io_block_member()
2407 parent_type = &get<SPIRType>(parent_type->type_alias); in emit_flattened_io_block_member()
2417 auto backup_name = get_member_name(parent_type->self, last_index); in emit_flattened_io_block_member()
2418 auto member_name = to_member_name(*parent_type, last_index); in emit_flattened_io_block_member()
2419 set_member_name(parent_type->self, last_index, flattened_name); in emit_flattened_io_block_member()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c1006 const struct glsl_type *parent_type = parent->type; in opt_remove_sampler_cast() local
1008 while (glsl_type_is_array(parent_type) && glsl_type_is_array(cast_type)) { in opt_remove_sampler_cast()
1009 if (glsl_get_length(parent_type) != glsl_get_length(cast_type)) in opt_remove_sampler_cast()
1011 parent_type = glsl_get_array_element(parent_type); in opt_remove_sampler_cast()
1015 if (glsl_type_is_array(parent_type) || glsl_type_is_array(cast_type)) in opt_remove_sampler_cast()
1018 if (!glsl_type_is_sampler(parent_type) || in opt_remove_sampler_cast()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvktrash.c201 #define FREE_WITH_VK_PARENT(func, type, type_name, parent_type) \ argument
204 parent_type parent; \
217 parent_type parent, type type_name) \
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspautils.h153 ladspa_register_element (GstPlugin * plugin, GType parent_type,
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c697 GType parent_type; in gst_nv_h264_enc_register() local
715 parent_type = gst_nv_base_enc_register ("H264", device_id, device_caps); in gst_nv_h264_enc_register()
737 type = g_type_register_static (parent_type, type_name, &type_info, 0); in gst_nv_h264_enc_register()
Dgstnvh265enc.c810 GType parent_type; in gst_nv_h265_enc_register() local
828 parent_type = gst_nv_base_enc_register ("H265", device_id, device_caps); in gst_nv_h265_enc_register()
850 type = g_type_register_static (parent_type, type_name, &type_info, 0); in gst_nv_h265_enc_register()
/third_party/flutter/skia/modules/skottie/src/
DLayer.cpp297 const auto parent_type = ParseDefault<int>((*l)["ty"], -1) == kCameraLayerType in attachParentLayerTransform() local
302 parent_type, in attachParentLayerTransform()

12