Home
last modified time | relevance | path

Searched refs:has_accelerated_dot_product (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1108 .has_sdot_4x8 = sscreen->info.has_accelerated_dot_product, in si_init_screen_get_functions()
1109 .has_udot_4x8 = sscreen->info.has_accelerated_dot_product, in si_init_screen_get_functions()
1110 .has_dot_2x16 = sscreen->info.has_accelerated_dot_product, in si_init_screen_get_functions()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c144 info->has_accelerated_dot_product = in radv_null_winsys_query_info()
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h99 bool has_accelerated_dot_product; member
Dac_gpu_info.c1078 info->has_accelerated_dot_product = in ac_query_gpu_info()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c96 .has_sdot_4x8 = device->rad_info.has_accelerated_dot_product, in get_nir_options_for_stage()
97 .has_udot_4x8 = device->rad_info.has_accelerated_dot_product, in get_nir_options_for_stage()
98 .has_dot_2x16 = device->rad_info.has_accelerated_dot_product, in get_nir_options_for_stage()
Dradv_device.c2232 bool accel = pdevice->rad_info.has_accelerated_dot_product; in radv_get_physical_device_properties_1_3()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3574 - ac/gpu_info: add has_accelerated_dot_product