Searched refs:rad_info (Results 26 - 36 of 36) sorted by relevance
12
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_rt_common.c | 31 if ((pdevice->rad_info.gfx_level < GFX10_3 && !radv_emulate_rt(pdevice)) || pdevice->use_llvm) in radv_enable_rt() 355 return device->physical_device->rad_info.gfx_level >= GFX9 in build_node_to_addr()
|
H A D | radv_private.h | 274 struct radeon_info rad_info; member 1793 assert(va == 0 || (va >> 32) == device->physical_device->rad_info.address32_hi); 2524 if (device->physical_device->rad_info.gfx_level >= GFX9) { 2633 return device->physical_device->rad_info.gfx_level >= GFX10 && 3265 return (pdevice->rad_info.gfx_level <= GFX7 && !pdevice->use_llvm) || 3266 pdevice->rad_info.gfx_level >= GFX10;
|
H A D | radv_meta_copy_vrs_htile.c | 66 &b, &device->physical_device->rad_info, &surf->u.gfx9.zs.htile_equation, htile_pitch, in build_copy_vrs_htile_shader()
|
H A D | radv_pipeline_cache.c | 579 if (header.device_id != device->physical_device->rad_info.pci_id) in radv_pipeline_cache_load() 679 header->device_id = device->physical_device->rad_info.pci_id; in radv_GetPipelineCacheData()
|
H A D | radv_meta_fmask_copy.c | 252 if (cmd_buffer->device->physical_device->rad_info.gfx_level < GFX10) in radv_can_use_fmask_copy()
|
H A D | radv_meta_fast_clear.c | 376 .custom_blend_mode = device->physical_device->rad_info.gfx_level >= GFX11 in create_pipeline()
|
H A D | radv_descriptor_set.c | 1060 if (device->physical_device->rad_info.gfx_level >= GFX11) { in write_buffer_descriptor() 1063 } else if (device->physical_device->rad_info.gfx_level >= GFX10) { in write_buffer_descriptor()
|
H A D | radv_meta_bufimage.c | 1312 if (cmd_buffer->device->physical_device->rad_info.gfx_level >= GFX9) { in get_image_stride_for_r32g32b32()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 360 ac_dump_rgp_capture(&queue->device->physical_device->rad_info, &thread_trace, spm_trace); in radv_handle_thread_trace() 386 if (ac_check_profile_state(&queue->device->physical_device->rad_info)) { in radv_handle_thread_trace()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 854 struct radius_sta rad_info; in handle_probe_req() local 868 &rad_info, 1); in handle_probe_req()
|
H A D | ieee802_11.c | 3584 struct radius_sta rad_info; in handle_auth() local 3744 &rad_info); in handle_auth() 3836 res = ieee802_11_set_radius_info(hapd, sta, res, &rad_info); in handle_auth()
|
Completed in 24 milliseconds
12