Home
last modified time | relevance | path

Searched defs:descriptor (Results 926 - 950 of 1143) sorted by relevance

1...<<31323334353637383940>>...46

/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcacheinfo.c48 unsigned char descriptor; member
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DOH_Drawing_TypographyTest.cpp1219 OH_Drawing_FontDescriptor *descriptor = OH_Drawing_CreateFontDescriptor(); in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c1135 const AVPixFmtDescriptor *descriptor = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in videotoolbox_best_pixel_format() local
[all...]
/third_party/ffmpeg/libavformat/
H A Did3v2.c429 uint8_t *descriptor = NULL; // 'Content descriptor' in read_uslt() local
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.h271 struct usb_device_descriptor descriptor; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c196 struct v3dv_descriptor *descriptor = v3dv_descriptor_map_get_sampler() local
237 struct v3dv_descriptor *descriptor = v3dv_descriptor_map_get_texture_bo() local
994 write_buffer_descriptor(struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, const VkDescriptorBufferInfo *buffer_info) write_buffer_descriptor() argument
1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument
1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument
1070 write_inline_uniform_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, const void *data, size_t offset, size_t size) write_inline_uniform_descriptor() argument
1109 struct v3dv_descriptor *descriptor = set->descriptors; v3dv_UpdateDescriptorSets() local
1379 struct v3dv_descriptor *descriptor = v3dv_UpdateDescriptorSetWithTemplate() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c1269 vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor) vlVaExportSurfaceHandle() argument
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp494 uint32_t descriptor; member
1046 uint32_t descriptor = uint32_t(!nonInitialStarter) << 12; in computeDecompositions() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c744 aub_dump_execlist(struct aub_file *aub, const struct engine *cs, uint64_t descriptor) in aub_dump_execlist() argument
833 uint64_t descriptor = get_context_descriptor(aub, cs, hw_ctx); in aub_write_exec() local
849 uint64_t descriptor = ((uint64_t)1 << 62 | context_addr | CONTEXT_FLAGS); in aub_write_context_execlists() local
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp317 uint32_t descriptor; member
842 uint32_t descriptor = uint32_t(!nonInitialStarter) << 12; in computeDecompositions() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc410 ComputeDataFieldAccessInfo( MapRef receiver_map, MapRef map, NameRef name, base::Optional<JSObjectRef> holder, InternalIndex descriptor, AccessMode access_mode) const ComputeDataFieldAccessInfo() argument
622 ComputeAccessorDescriptorAccessInfo( MapRef receiver_map, NameRef name, MapRef holder_map, base::Optional<JSObjectRef> holder, InternalIndex descriptor, AccessMode access_mode) const ComputeAccessorDescriptorAccessInfo() argument
[all...]
H A Dcompilation-dependencies.cc655 FieldRepresentationDependency(const MapRef& map, InternalIndex descriptor, in FieldRepresentationDependency() argument
708 FieldTypeDependency(const MapRef& map, InternalIndex descriptor, in FieldTypeDependency() argument
753 FieldConstnessDependency(const MapRef& map, InternalIndex descriptor) in FieldConstnessDependency() argument
1069 DependOnFieldConstness( const MapRef& map, InternalIndex descriptor) DependOnFieldConstness() argument
1365 FieldRepresentationDependencyOffTheRecord( const MapRef& map, InternalIndex descriptor, Representation representation) const FieldRepresentationDependencyOffTheRecord() argument
1373 FieldTypeDependencyOffTheRecord( const MapRef& map, InternalIndex descriptor, const ObjectRef& type) const FieldTypeDependencyOffTheRecord() argument
[all...]
H A Dsimplified-operator.h677 CallDescriptor* descriptor() const { return descriptor_; } in descriptor() function in v8::internal::AbortReason::FastApiCallParameters
668 FastApiCallParameters(const FastApiCallFunctionVector& c_functions, FeedbackSource const& feedback, CallDescriptor* descriptor) FastApiCallParameters() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc196 PropertyDescriptor descriptor; in IndexedDescriptor() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc1023 v8::Local<v8::Value> descriptor; in ~CommandLineAPIScope() local
H A Dinjected-script.cc381 std::unique_ptr<PropertyDescriptor> descriptor = in getProperties() local
485 std::unique_ptr<PrivatePropertyDescriptor> descriptor in getInternalAndPrivateProperties() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc150 GetOrComputeFieldType( InternalIndex descriptor, PropertyLocation location, Representation representation) const GetOrComputeFieldType() argument
163 GetOrComputeFieldType( Handle<DescriptorArray> descriptors, InternalIndex descriptor, PropertyLocation location, Representation representation) GetOrComputeFieldType() argument
176 ReconfigureToDataField(InternalIndex descriptor, PropertyAttributes attributes, PropertyConstness constness, Representation representation, Handle<FieldType> field_type) ReconfigureToDataField() argument
1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument
1114 UpdateFieldType(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, Handle<Name> name, PropertyConstness new_constness, Representation new_representation, const MaybeObjectHandle& new_wrapped_type) UpdateFieldType() argument
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc475 int descriptor = 0; in BuildJsonObject() local
408 ParentOfDescriptorOwner(Isolate* isolate, Handle<Map> maybe_root, Handle<Map> source, int descriptor) ParentOfDescriptorOwner() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.UnittestCustomOptionsProto3Reflection
H A DUnittestIssues.cs22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.UnittestIssuesReflection
H A DUnittestWellKnownTypes.cs22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.TestProtos.UnittestWellKnownTypesReflection
H A DUnittestProto3Optional.cs22 private static pbr::FileDescriptor descriptor; field in ProtobufUnittest.UnittestProto3OptionalReflection
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c82 const LADSPA_Descriptor *descriptor; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp290 VkDescriptorType descriptor; // descriptor type under test global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp289 VkDescriptorType descriptor; // descriptor type under test global() member
[all...]

Completed in 55 milliseconds

1...<<31323334353637383940>>...46