HomeSort by relevance Sort by last modified time
    Searched refs:descriptor_type (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/api/
util.hpp 64 ret_object(typename T::descriptor_type **p,
77 typename T::descriptor_type *
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 73 DESCRIPTOR_TYPE: An unsigned 8-bit number specifying the descriptor
131 descriptor_type = attrs.get('DESCRIPTOR_TYPE')
132 if (descriptor_type is not None and
133 descriptor_type != obj.bDescriptorType):
136 (descriptor_type, obj.bDescriptorType))
194 DESCRIPTOR_TYPE = 0x01
213 DESCRIPTOR_TYPE = 0x02
226 DESCRIPTOR_TYPE = 0x04
240 DESCRIPTOR_TYPE = 0x0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
object.hpp 47 typedef S descriptor_type; typedef in struct:clover::descriptor
50 static_assert(std::is_standard_layout<descriptor_type>::value,
173 typename O::descriptor_type *
175 return static_cast<typename O::descriptor_type *>(&o);
182 typename O::descriptor_type *
184 return static_cast<typename O::descriptor_type *>(o);
204 std::vector<typename Os::value_type::descriptor_type *>
  /external/u-boot/drivers/usb/gadget/
ep0.c 161 * @descriptor_type:
169 struct urb *urb, int max, int descriptor_type,
174 /*dbg_ep0(3, "max: %x type: %x index: %x", max, descriptor_type, index); */
185 dbg_ep0 (2, "%s", USBD_DEVICE_DESCRIPTORS (descriptor_type));
187 switch (descriptor_type) {
  /external/mesa3d/src/amd/vulkan/
radv_descriptor_set.c 631 VkDescriptorType descriptor_type,
637 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) {
656 VkDescriptorType descriptor_type,
662 write_image_descriptor(device, cmd_buffer, dst, buffer_list, descriptor_type, image_info);
888 .descriptor_type = entry->descriptorType,
    [all...]
radv_private.h 699 VkDescriptorType descriptor_type; member in struct:radv_descriptor_update_template_entry
    [all...]
  /external/protobuf/php/ext/google/protobuf/
protobuf.h 35 extern zend_class_entry* descriptor_type;
def.c 225 zend_object_std_init(&desc->std, descriptor_type TSRMLS_CC);
upb.h 2519 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { function in class:upb::FieldDef
    [all...]
upb.c 7160 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 676 uint8_t descriptor_type, unsigned char *buffer, int size)
691 if (i && header.bDescriptorType == descriptor_type)
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 3120 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { function in class:upb::FieldDef
    [all...]
upb.c 7839 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); local
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]

Completed in 1062 milliseconds