Searched refs:descriptor_type (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dutil.hpp64 ret_object(typename T::descriptor_type **p,
77 typename T::descriptor_type *
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dobject.hpp47 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/autotest/client/cros/cellular/mbim_compliance/
H A Dusb_descriptors.py131 descriptor_type = attrs.get('DESCRIPTOR_TYPE')
132 if (descriptor_type is not None and
133 descriptor_type != obj.bDescriptorType):
136 (descriptor_type, obj.bDescriptorType))
366 descriptor_type, descriptor_subtype = None, None
368 descriptor_type = self._data[self._index + 1]
373 (descriptor_type, descriptor_subtype), None)
376 (descriptor_type, None), UnknownDescriptor)
386 def filter_descriptors(descriptor_type, descriptors):
388 Filter a list of descriptors based on the target |descriptor_type|
[all...]
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1036 static bool descriptor_type_match(shader_module const *module, uint32_t type_id, VkDescriptorType descriptor_type, argument
1057 return descriptor_type == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER ||
1058 descriptor_type == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC;
1060 return descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER ||
1061 descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC;
1071 return descriptor_type == VK_DESCRIPTOR_TYPE_SAMPLER || descriptor_type == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
1074 if (descriptor_type == VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER) {
1082 return descriptor_type == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
1091 return descriptor_type
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h35 extern zend_class_entry* descriptor_type;
H A Ddef.c225 zend_object_std_init(&desc->std, descriptor_type TSRMLS_CC);
H A Dupb.c7160 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); local
7168 if (descriptor_type == UPB_DESCRIPTOR_TYPE_ENUM)
7169 descriptor_type = UPB_DESCRIPTOR_TYPE_INT32;
7171 parse_type = (opcode)descriptor_type;
H A Dupb.h1580 * descriptor_type() is a function of type(), integer_format(), and
1583 DescriptorType descriptor_type() const;
1673 /* "type" or "descriptor_type" MUST be set explicitly before the fielddef is
2519 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { function in class:upb::FieldDef
/external/libusb/libusb/os/
H A Dlinux_usbfs.c676 uint8_t descriptor_type, unsigned char *buffer, int size)
691 if (i && header.bDescriptorType == descriptor_type)
675 seek_to_next_descriptor(struct libusb_context *ctx, uint8_t descriptor_type, unsigned char *buffer, int size) argument
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7839 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); local
7847 if (descriptor_type == UPB_DESCRIPTOR_TYPE_ENUM)
7848 descriptor_type = UPB_DESCRIPTOR_TYPE_INT32;
7850 parse_type = (opcode)descriptor_type;
H A Dupb.h2017 * descriptor_type() is a function of type(), integer_format(), and
2020 DescriptorType descriptor_type() const;
2122 /* "type" or "descriptor_type" MUST be set explicitly before the fielddef is
3120 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { function in class:upb::FieldDef
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp12460 VkDescriptorType descriptor_type;
12478 {0, test_case.descriptor_type, 1, VK_SHADER_STAGE_ALL, nullptr},
12525 descriptor_write.descriptorType = test_case.descriptor_type;
[all...]

Completed in 901 milliseconds