/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors.py | 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)) 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): argument 398 return filter(lambda descriptor: isinstance(descriptor, descriptor_type),
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | object.hpp | 47 typedef S descriptor_type; typedef 50 static_assert(std::is_standard_layout<descriptor_type>::value, in descriptor() 173 typename O::descriptor_type * 175 return static_cast<typename O::descriptor_type *>(&o); in desc() 182 typename O::descriptor_type * 184 return static_cast<typename O::descriptor_type *>(o); in desc() 204 std::vector<typename Os::value_type::descriptor_type *>
|
/external/crosvm/usb_util/src/ |
D | types.rs | 21 fn descriptor_type() -> DescriptorType; in descriptor_type() method 61 fn descriptor_type() -> DescriptorType { in descriptor_type() method 88 fn descriptor_type() -> DescriptorType { in descriptor_type() method 122 fn descriptor_type() -> DescriptorType { in descriptor_type() method 147 fn descriptor_type() -> DescriptorType { in descriptor_type() method
|
D | descriptor.rs | 97 let desc_type = T::descriptor_type() as u8; in parse_usbfs_descriptors()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | util.hpp | 64 ret_object(typename T::descriptor_type **p, in ret_object() 77 typename T::descriptor_type *
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 769 VkDescriptorType descriptor_type, in write_image_descriptor() argument 774 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) { in write_image_descriptor() 783 VkDescriptorType descriptor_type, in write_combined_image_sampler_descriptor() argument 789 write_image_descriptor(dst, descriptor_type, image_info); in write_combined_image_sampler_descriptor() 1016 .descriptor_type = entry->descriptorType, in tu_CreateDescriptorUpdateTemplate() 1066 switch(templ->entry[i].descriptor_type) { in tu_update_descriptor_set_with_template() 1089 write_image_descriptor(ptr, templ->entry[i].descriptor_type, src); in tu_update_descriptor_set_with_template() 1094 templ->entry[i].descriptor_type, in tu_update_descriptor_set_with_template()
|
D | tu_private.h | 601 VkDescriptorType descriptor_type; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 992 VkDescriptorType descriptor_type, in write_image_descriptor() argument 1003 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) { in write_image_descriptor() 1023 VkDescriptorType descriptor_type, in write_combined_image_sampler_descriptor() argument 1030 descriptor_type, image_info); in write_combined_image_sampler_descriptor() 1295 .descriptor_type = entry->descriptorType, in radv_CreateDescriptorUpdateTemplate() 1341 if (templ->entry[i].descriptor_type == VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT) { in radv_update_descriptor_set_with_template() 1347 switch (templ->entry[i].descriptor_type) { in radv_update_descriptor_set_with_template() 1370 templ->entry[i].descriptor_type, in radv_update_descriptor_set_with_template() 1375 pDst, buffer_list, templ->entry[i].descriptor_type, in radv_update_descriptor_set_with_template()
|
D | radv_private.h | 944 VkDescriptorType descriptor_type; member
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 648 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); in generate_primitivefield() local 656 if (descriptor_type == UPB_DESCRIPTOR_TYPE_ENUM) in generate_primitivefield() 657 descriptor_type = UPB_DESCRIPTOR_TYPE_INT32; in generate_primitivefield() 659 parse_type = (opcode)descriptor_type; in generate_primitivefield()
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 377 #define CASE(descriptor_type, type) \ in to_fieldtype() argument 378 case UPB_DESCRIPTOR_TYPE_##descriptor_type: \ in to_fieldtype() 951 CREATE_HASHTABLE_VALUE(desc, desc_php, Descriptor, descriptor_type); in internal_add_generated_file() 1029 if (!instanceof_function(instance_ce, descriptor_type TSRMLS_CC)) { in PHP_METHOD()
|
D | protobuf.h | 811 extern zend_class_entry* descriptor_type;
|
D | upb.c | 6443 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); in generate_primitivefield() local 6451 if (descriptor_type == UPB_DESCRIPTOR_TYPE_ENUM) in generate_primitivefield() 6452 descriptor_type = UPB_DESCRIPTOR_TYPE_INT32; in generate_primitivefield() 6454 parse_type = (opcode)descriptor_type; in generate_primitivefield()
|
D | upb.h | 3304 DescriptorType descriptor_type() const { in descriptor_type() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.hpp | 84 DescriptorType descriptor_type() const { in descriptor_type() function in upb::FieldDefPtr
|
/external/protobuf/python/google/protobuf/ |
D | descriptor_pool.py | 149 for register, descriptor_type in [ 162 if not isinstance(desc, descriptor_type) or (
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 36 assert_equal(upb.DESCRIPTOR_TYPE_INT32, f:descriptor_type())
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 5511 VkDescriptorType descriptor_type; in TEST_F() member 5529 … {0, test_case.descriptor_type, 1, VK_SHADER_STAGE_ALL, nullptr}, in TEST_F() 5576 descriptor_write.descriptorType = test_case.descriptor_type; in TEST_F()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10194 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); in generate_primitivefield() local 10202 if (descriptor_type == UPB_DESCRIPTOR_TYPE_ENUM) in generate_primitivefield() 10203 descriptor_type = UPB_DESCRIPTOR_TYPE_INT32; in generate_primitivefield() 10205 parse_type = (opcode)descriptor_type; in generate_primitivefield()
|
D | upb.h | 2160 DescriptorType descriptor_type() const; 3535 inline FieldDef::DescriptorType FieldDef::descriptor_type() const {
|