| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | scsi_common.c | 196 scsi_sense_desc_find(const u8 * sense_buffer, int sb_len, int desc_type) scsi_sense_desc_find() argument
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | scsi_common.c | 247 scsi_sense_desc_find(const u8 * sense_buffer, int sb_len, int desc_type) scsi_sense_desc_find() argument
|
| /kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.h | 28 __u8 desc_type; /* = HID_DT_HID */ member
|
| /kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| H A D | amd_sfh_hid_desc.h | 13 enum desc_type { enum
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_resources.c | 180 si_load_image_desc(struct si_shader_context *ctx, LLVMValueRef list, LLVMValueRef index, enum ac_descriptor_type desc_type, bool uses_store, bool bindless) si_load_image_desc() argument 246 si_nir_load_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, unsigned base_index, unsigned constant_index, LLVMValueRef dynamic_index, enum ac_descriptor_type desc_type, bool image, bool write, bool bindless) si_nir_load_sampler_desc() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | pipeline.cc | 307 DescriptorType desc_type = DescriptorType::kUniformBuffer; in AddBufferDescriptor() local [all...] |
| /third_party/backends/include/sane/ |
| H A D | sanei_usb.h | 174 SANE_Byte desc_type; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_apply_pipeline_layout.c | 111 VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); in visit_vulkan_resource_reindex() local 161 uint32_t desc_type = in load_inline_buffer_descriptor() local 229 get_sampler_desc(nir_builder *b, apply_layout_state *state, nir_deref_instr *deref, enum ac_descriptor_type desc_type, bool non_uniform, nir_tex_instr *tex, bool write) get_sampler_desc() argument [all...] |
| H A D | radv_meta_blit2d.c | 1077 VkDescriptorType desc_type = (idx == BLIT2D_SRC_TYPE_BUFFER) in meta_blit2d_create_pipe_layout() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_descriptor_set.c | 54 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; in lvp_CreateDescriptorSetLayout() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_nir_lower_descriptors.c | 45 addr_format_for_desc_type(VkDescriptorType desc_type, in addr_format_for_desc_type() argument 260 const VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); in lower_res_intrinsic() local
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 255 ast_vhub_rep_desc(struct ast_vhub_ep *ep, u8 desc_type, u16 len) ast_vhub_rep_desc() argument
|
| /kernel/linux/linux-5.10/include/linux/soc/ti/ |
| H A D | knav_dma.h | 113 enum knav_dma_desc_type desc_type; member
|
| /kernel/linux/linux-6.6/include/linux/soc/ti/ |
| H A D | knav_dma.h | 105 enum knav_dma_desc_type desc_type; member
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 272 ast_vhub_rep_desc(struct ast_vhub_ep *ep, u8 desc_type, u16 len) ast_vhub_rep_desc() argument
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_nir.c | 60 VkDescriptorType desc_type = in dzn_nir_create_bo_desc() local
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/ |
| H A D | composite.c | 109 next_desc(struct usb_descriptor_header **t, u8 desc_type) in next_desc() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_print.c | 977 VkDescriptorType desc_type = nir_intrinsic_desc_type(instr); in print_intrinsic_instr() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_descriptor_set.c | 638 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; in v3dv_CreateDescriptorSetLayout() local 994 write_buffer_descriptor(struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, const VkDescriptorBufferInfo *buffer_info) write_buffer_descriptor() argument 1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument 1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_descriptor_set.c | 185 anv_needs_descriptor_buffer(VkDescriptorType desc_type, in anv_needs_descriptor_buffer() argument 435 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType; in anv_CreateDescriptorSetLayout() local
|
| H A D | anv_nir_apply_pipeline_layout.c | 65 addr_format_for_desc_type(VkDescriptorType desc_type, in addr_format_for_desc_type() argument 434 build_desc_addr(nir_builder *b, const struct anv_descriptor_set_binding_layout *bind_layout, const VkDescriptorType desc_type, nir_ssa_def *index, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_desc_addr() argument 492 build_buffer_addr_for_res_index(nir_builder *b, const VkDescriptorType desc_type, nir_ssa_def *res_index, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_buffer_addr_for_res_index() argument 916 const VkDescriptorType desc_type = nir_intrinsic_desc_type(intrin); lower_load_vulkan_descriptor() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| H A D | ipsec.c | 481 enum desc_type { enum
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/alteon/ |
| H A D | acenic.c | 1931 int bd_flags, desc_type, mapsize; in ace_rx_int() local
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| H A D | io_ti.c | 633 get_descriptor_addr(struct edgeport_serial *serial, int desc_type, struct ti_i2c_desc *rom_desc) get_descriptor_addr() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
| H A D | loongson_vbios.h | 36 enum desc_type { enum
|