Home
last modified time | relevance | path

Searched refs:desc_type (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dget_descriptors_sequence.py55 desc_type=util.DESC_TYPE_CONFIG,
75 desc_type=util.DESC_TYPE_CONFIG,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c601 enum ac_descriptor_type desc_type, bool image, in si_nir_load_sampler_desc() argument
619 assert(desc_type == AC_DESC_IMAGE || desc_type == AC_DESC_BUFFER); in si_nir_load_sampler_desc()
630 return si_load_image_desc(ctx, list, index, desc_type, write); in si_nir_load_sampler_desc()
641 return si_load_sampler_desc(ctx, list, index, desc_type); in si_nir_load_sampler_desc()
Dsi_shader_internal.h315 enum ac_descriptor_type desc_type, bool dcc_off);
Dsi_shader_tgsi_mem.c132 enum ac_descriptor_type desc_type, bool dcc_off) in si_load_image_desc() argument
137 if (desc_type == AC_DESC_BUFFER) { in si_load_image_desc()
145 assert(desc_type == AC_DESC_IMAGE); in si_load_image_desc()
149 if (desc_type == AC_DESC_IMAGE && dcc_off) in si_load_image_desc()
/external/mesa3d/src/gallium/docs/source/exts/
Dformatting.py15 signode += sphinx.addnodes.desc_type(t, t)
/external/mesa3d/src/amd/common/
Dac_shader_abi.h142 enum ac_descriptor_type desc_type,
Dac_nir_to_llvm.c186 enum ac_descriptor_type desc_type,
4607 enum ac_descriptor_type desc_type, in radv_get_sampler_desc() argument
4625 switch (desc_type) { in radv_get_sampler_desc()
4652 if (desc_type == AC_DESC_SAMPLER && binding->immutable_samplers_offset && in radv_get_sampler_desc()
4683 enum ac_descriptor_type desc_type, in get_sampler_desc() argument
4731 desc_type, image, write); in get_sampler_desc()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h191 int sense_len, int desc_type);
/external/libusb/libusb/
Dlibusb.h1773 uint8_t desc_type, uint8_t desc_index, unsigned char *data, int length) in libusb_get_descriptor() argument
1776 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t) ((desc_type << 8) | desc_index), in libusb_get_descriptor()
/external/libusb/include/libusb/
Dlibusb.h1773 uint8_t desc_type, uint8_t desc_index, unsigned char *data, int length) in libusb_get_descriptor() argument
1776 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t) ((desc_type << 8) | desc_index), in libusb_get_descriptor()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c1181 …VkDescriptorType desc_type = (idx == BLIT2D_SRC_TYPE_BUFFER) ? VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BU… in meta_blit2d_create_pipe_layout() local
1196 .descriptorType = desc_type, in meta_blit2d_create_pipe_layout()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c300 int desc_type) in sg_scsi_sense_desc_find() argument
315 if (descp[0] == desc_type) in sg_scsi_sense_desc_find()