| /external/intel-media-driver/media_softlet/agnostic/Xe_R/Xe2_HPG/hw/ |
| D | mhw_render_xe2_hpg_next_impl.h | 190 …cmd.InterfaceDescriptor.DW0.KernelStartPointer = params.dwKernelOffset >> MHW_KERNE… in _MHW_SETCMD_OVERRIDE_DECL() 191 cmd.InterfaceDescriptor.DW3.SamplerCount = params.dwSamplerCount; in _MHW_SETCMD_OVERRIDE_DECL() 192 …cmd.InterfaceDescriptor.DW3.SamplerStatePointer = params.dwSamplerOffset >> MHW_SAMP… in _MHW_SETCMD_OVERRIDE_DECL() 193 …cmd.InterfaceDescriptor.DW4.BindingTablePointer = MOS_ROUNDUP_SHIFT(params.dwBinding… in _MHW_SETCMD_OVERRIDE_DECL() 194 …cmd.InterfaceDescriptor.DW5.NumberOfThreadsInGpgpuThreadGroup = params.dwNumberofThreadsInGPGPUGro… in _MHW_SETCMD_OVERRIDE_DECL() 195 … cmd.InterfaceDescriptor.DW5.SharedLocalMemorySize = params.dwSharedLocalMemorySize; in _MHW_SETCMD_OVERRIDE_DECL() 197 …cmd.InterfaceDescriptor.DW7.PreferredSlmAllocationSizePerSubslice = params.preferredSlmAllocationS… in _MHW_SETCMD_OVERRIDE_DECL() 203 cmd.InterfaceDescriptor.DW5.NumberOfBarriers = 1; in _MHW_SETCMD_OVERRIDE_DECL()
|
| D | mhw_render_hwcmd_xe2_hpg_next.cpp | 202 InterfaceDescriptor = {}; in COMPUTE_WALKER_CMD()
|
| /external/rust/android-crates-io/crates/rusb/src/ |
| D | interface_descriptor.rs | 35 type Item = InterfaceDescriptor<'a>; 37 fn next(&mut self) -> Option<InterfaceDescriptor<'a>> { in next() 40 .map(|descriptor| InterfaceDescriptor { descriptor }) in next() 49 pub struct InterfaceDescriptor<'a> { struct 53 impl<'a> InterfaceDescriptor<'a> { impl 125 impl<'a> fmt::Debug for InterfaceDescriptor<'a> { implementation
|
| D | lib.rs | 23 EndpointDescriptors, Interface, InterfaceDescriptor, InterfaceDescriptors,
|
| D | config_descriptor.rs | 249 …let desc: crate::InterfaceDescriptor<'a> = config.interfaces().flat_map(|intf| intf.descriptors())… in it_had_interfaces_with_endpoints()
|
| /external/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_descriptor_cache.py | 116 usb_descriptors.InterfaceDescriptor, descriptors) 163 usb_descriptors.InterfaceDescriptor, descriptors) 226 usb_descriptors.InterfaceDescriptor, descriptors)
|
| D | usb_descriptors_unittest.py | 210 self.assertIsInstance(descriptor, InterfaceDescriptor) 292 self.assertIsInstance(descriptor, InterfaceDescriptor) 308 self.assertIsInstance(descriptor, InterfaceDescriptor)
|
| D | usb_descriptors.py | 232 class InterfaceDescriptor(Descriptor): class
|
| /external/crosvm/usb_util/src/ |
| D | types.rs | 105 pub struct InterfaceDescriptor { struct 115 impl Descriptor for InterfaceDescriptor { argument 122 const_assert!(size_of::<InterfaceDescriptor>() == 9 - 2); in _assert_interface_descriptor()
|
| D | descriptor.rs | 41 inner: types::InterfaceDescriptor, 112 type Target = types::InterfaceDescriptor; 114 fn deref(&self) -> &types::InterfaceDescriptor { in deref() argument 157 if desc_type == types::InterfaceDescriptor::descriptor_type() as u8 in parse_usbfs_descriptors() 193 next_descriptor::<types::InterfaceDescriptor>(&device_descriptor.raw, &mut offset) in parse_usbfs_descriptors()
|
| D | lib.rs | 43 pub use self::types::InterfaceDescriptor;
|
| /external/rust/android-crates-io/crates/rusb/examples/ |
| D | list_devices.rs | 3 InterfaceDescriptor, Language, Result, Speed, UsbContext, 184 interface_desc: &InterfaceDescriptor, in print_interface() argument
|
| /external/crosvm/devices/src/usb/backend/host_backend/ |
| D | host_device.rs | 20 use usb_util::InterfaceDescriptor; 106 let mut interface_data: InterfaceDescriptor = **interface; in get_config_descriptor_filtered() 113 let interface_end = interface_start + mem::size_of::<InterfaceDescriptor>(); in get_config_descriptor_filtered()
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
| D | UsbIo.h | 397 OUT EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor
|
| D | UsbFunctionIo.h | 45 EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
| D | UsbIo.h | 397 OUT EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor
|
| D | UsbFunctionIo.h | 45 EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor; member
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
| D | UsbIo.h | 396 OUT EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor
|
| D | UsbFunctionIo.h | 45 EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor; member
|
| /external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
| D | UsbIo.h | 403 OUT EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor
|
| D | UsbFunctionIo.h | 48 EFI_USB_INTERFACE_DESCRIPTOR *InterfaceDescriptor; member
|
| /external/autotest/client/cros/cellular/mbim_compliance/tests/ |
| D | des_01.py | 36 usb_descriptors.InterfaceDescriptor, descriptors)
|
| D | des_02.py | 37 usb_descriptors.InterfaceDescriptor, descriptors)
|
| /external/mesa3d/src/intel/executor/ |
| D | executor_genx.c | 156 .InterfaceDescriptor = desc, in genX()
|
| /external/rust/android-crates-io/crates/rusb/ |
| D | CHANGELOG.md | 65 * ConfigDescriptor and InterfaceDescriptor extra return just slice [#111]
|