Searched refs:num_desc (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_ndis.c | 2138 int num_name, num_desc, i, found_name, found_desc; in wpa_driver_ndis_get_names() 2209 num_desc = 0; in wpa_driver_ndis_get_names() 2211 desc[num_desc] = pos; in wpa_driver_ndis_get_names() 2219 num_desc++; in wpa_driver_ndis_get_names() 2220 if (num_desc >= MAX_ADAPTERS) { in wpa_driver_ndis_get_names() 2238 while (num_desc < num_name) in wpa_driver_ndis_get_names() 2239 desc[num_desc++] = "stub description"; in wpa_driver_ndis_get_names() 2241 if (num_name != num_desc) { in wpa_driver_ndis_get_names() 2244 num_name, num_desc); in wpa_driver_ndis_get_names() 3070 int num_name, num_desc, i; in wpa_driver_ndis_get_interfaces() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_ndis.c | 2126 int num_name, num_desc, i, found_name, found_desc; in wpa_driver_ndis_get_names() 2197 num_desc = 0; in wpa_driver_ndis_get_names() 2199 desc[num_desc] = pos; in wpa_driver_ndis_get_names() 2207 num_desc++; in wpa_driver_ndis_get_names() 2208 if (num_desc >= MAX_ADAPTERS) { in wpa_driver_ndis_get_names() 2226 while (num_desc < num_name) in wpa_driver_ndis_get_names() 2227 desc[num_desc++] = "dummy description"; in wpa_driver_ndis_get_names() 2229 if (num_name != num_desc) { in wpa_driver_ndis_get_names() 2232 num_name, num_desc); in wpa_driver_ndis_get_names() 3052 int num_name, num_desc, i; in wpa_driver_ndis_get_interfaces() local [all …]
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | solaris.rs | 82 num_desc: ::c_uint, in door_return()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 502 for (; index < map->num_desc; index++) { in descriptor_map_add() 531 map->num_desc = MAX2(map->num_desc, index + 1); in descriptor_map_add() 1049 key->num_tex_used = texture_map->num_desc; in pipeline_populate_v3d_key() 1051 for (uint32_t tex_idx = 0; tex_idx < texture_map->num_desc; tex_idx++) { in pipeline_populate_v3d_key() 1058 key->num_samplers_used = sampler_map->num_desc; in pipeline_populate_v3d_key() 1060 for (uint32_t sampler_idx = 0; sampler_idx < sampler_map->num_desc; in pipeline_populate_v3d_key() 1776 if (!needs_default_sampler_state && maps->sampler_map.num_desc == 2) in pipeline_lower_nir() 1777 maps->sampler_map.num_desc = 0; in pipeline_lower_nir()
|
D | v3dv_cmd_buffer.c | 2468 if (vs_bin_maps->ubo_map.num_desc > 0 || in cmd_buffer_binning_sync_required() 2469 vs_bin_maps->ssbo_map.num_desc > 0) { in cmd_buffer_binning_sync_required() 2473 if (gs_bin_maps && (gs_bin_maps->ubo_map.num_desc > 0 || in cmd_buffer_binning_sync_required() 2474 gs_bin_maps->ssbo_map.num_desc > 0)) { in cmd_buffer_binning_sync_required() 2482 if (vs_bin_maps->ssbo_map.num_desc > 0) in cmd_buffer_binning_sync_required() 2485 if (gs_bin_maps && gs_bin_maps->ssbo_map.num_desc > 0) in cmd_buffer_binning_sync_required() 2498 if (vs_bin_maps->texture_map.num_desc > 0 || in cmd_buffer_binning_sync_required() 2499 vs_bin_maps->sampler_map.num_desc > 0) { in cmd_buffer_binning_sync_required()
|
D | v3dv_descriptor_set.c | 77 assert(index < map->num_desc); in v3dv_descriptor_map_get_descriptor() 120 assert(index < map->num_desc); in v3dv_descriptor_map_get_descriptor_bo() 164 assert(index < map->num_desc); in v3dv_descriptor_map_get_sampler()
|
D | v3dv_private.h | 1823 unsigned num_desc; /* Number of descriptors */ member
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_descriptor_set.c | 1369 uint32_t num_desc = pCreateInfo->pPoolSizes[p].descriptorCount; in dzn_descriptor_pool_create() local 1373 pool->desc_count[D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER] += num_desc; in dzn_descriptor_pool_create() 1376 pool->desc_count[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV] += num_desc; in dzn_descriptor_pool_create() 1377 pool->desc_count[D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER] += num_desc; in dzn_descriptor_pool_create() 1383 pool->desc_count[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV] += num_desc; in dzn_descriptor_pool_create() 1389 pool->desc_count[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV] += num_desc * 2; in dzn_descriptor_pool_create()
|