Home
last modified time | relevance | path

Searched defs:descriptor_type (Results 1 – 25 of 33) sorted by relevance

12

/external/sg3_utils/src/
Dsg_copy_results.c54 struct descriptor_type { struct
59 struct descriptor_type target_descriptor_codes[] = { argument
/external/crosvm/usb_util/src/
Dtypes.rs23 fn descriptor_type() -> DescriptorType; in descriptor_type() method
60 fn descriptor_type() -> DescriptorType { in descriptor_type() method
84 fn descriptor_type() -> DescriptorType { in descriptor_type() method
115 fn descriptor_type() -> DescriptorType { in descriptor_type() method
137 fn descriptor_type() -> DescriptorType { in descriptor_type() method
/external/rust/crates/vulkano/src/descriptor_set/
Dsys.rs67 let descriptor_type = layout.bindings()[&write.binding()].descriptor_type; in write() localVariable
Dlayout.rs665 pub descriptor_type: DescriptorType, field
711 pub fn descriptor_type(descriptor_type: DescriptorType) -> Self { in descriptor_type() method
/external/mesa3d/src/gallium/frontends/clover/core/
Dobject.hpp47 typedef S descriptor_type; typedef
/external/python/bumble/bumble/
Dgatt_client.py195 def get_descriptor(self, descriptor_type): argument
241 def __init__(self, client, handle, descriptor_type): argument
Dgatt.py491 def get_descriptor(self, descriptor_type): argument
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors.py398 def filter_descriptors(descriptor_type, descriptors): argument
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1182 write_image_descriptor(unsigned *dst, unsigned size, VkDescriptorType descriptor_type, in write_image_descriptor()
1208 … unsigned *dst, struct radeon_winsys_bo **buffer_list, VkDescriptorType descriptor_type, in write_image_descriptor_impl()
1239VkDescriptorType descriptor_type, const VkDescriptorImageInfo *image_info, in write_combined_image_sampler_descriptor()
Dradv_descriptor_set.h148 VkDescriptorType descriptor_type; member
/external/mesa3d/src/imagination/vulkan/
Dpvr_descriptor_set.c481 const VkDescriptorType descriptor_type = bindings[i].descriptorType; in pvr_CreateDescriptorSetLayout() local
582 const VkDescriptorType descriptor_type = binding->descriptorType; in pvr_CreateDescriptorSetLayout() local
628 const VkDescriptorType descriptor_type = internal_binding->type; in pvr_CreateDescriptorSetLayout() local
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c158 #define CASE(descriptor_type, type) \ in pbphp_dtype_to_type() argument
Ddef.c357 #define CASE(descriptor_type, type) \ in to_fieldtype() argument
/external/protobuf/php/ext/google/protobuf/
Dconvert.c158 #define CASE(descriptor_type, type) \ in pbphp_dtype_to_type() argument
Ddef.c357 #define CASE(descriptor_type, type) \ in to_fieldtype() argument
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.cc1080 VkDescriptorType descriptor_type, in write_image_descriptor()
1099 VkDescriptorType descriptor_type, in write_combined_image_sampler_descriptor()
Dtu_descriptor_set.h164 VkDescriptorType descriptor_type; member
/external/crosvm/devices/src/usb/backend/fido_backend/
Dfido_passthrough.rs162 let descriptor_type = (request_setup.value >> 8) as u8; in handle_control() localVariable
/external/trusty/lk/arch/arm64/
Dmmu.c170 uint descriptor_type; in arch_mmu_query() local
/external/mesa3d/src/nouveau/vulkan/
Dnvk_descriptor_set.c55 VkDescriptorType descriptor_type) in write_image_view_desc()
/external/crosvm/devices/src/usb/backend/
Ddevice.rs379 let descriptor_type = (control_request_setup.value >> 8) as u8; in intercepted_control_transfer() localVariable
/external/rust/crates/vulkano/src/command_buffer/standard/builder/
Dpipeline.rs2018 let descriptor_type = descriptor_sets_state.pipeline_layout.set_layouts()[set as usize] in record_descriptor_sets_access() localVariable
/external/rust/crates/vulkano/src/command_buffer/commands/
Dpipeline.rs2031 let descriptor_type = descriptor_sets_state.pipeline_layout.set_layouts()[set as usize] in add_descriptor_sets() localVariable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c1732 PyTypeObject* descriptor_type = state->descriptor_types[kPyUpb_Descriptor]; in PyUpb_MessageMeta_DoCreateClass() local
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp5511 VkDescriptorType descriptor_type; in TEST_F() member

12