Home
last modified time | relevance | path

Searched refs:rad_info (Results 26 - 36 of 36) sorted by relevance

12

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c31 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 Dradv_private.h274 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 Dradv_meta_copy_vrs_htile.c66 &b, &device->physical_device->rad_info, &surf->u.gfx9.zs.htile_equation, htile_pitch, in build_copy_vrs_htile_shader()
H A Dradv_pipeline_cache.c579 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 Dradv_meta_fmask_copy.c252 if (cmd_buffer->device->physical_device->rad_info.gfx_level < GFX10) in radv_can_use_fmask_copy()
H A Dradv_meta_fast_clear.c376 .custom_blend_mode = device->physical_device->rad_info.gfx_level >= GFX11 in create_pipeline()
H A Dradv_descriptor_set.c1060 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 Dradv_meta_bufimage.c1312 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 Dradv_sqtt_layer.c360 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 Dbeacon.c854 struct radius_sta rad_info; in handle_probe_req() local
868 &rad_info, 1); in handle_probe_req()
H A Dieee802_11.c3584 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