Home
last modified time | relevance | path

Searched refs:has_accelerated_dot_product (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/common/
H A Dac_gpu_info.h99 bool has_accelerated_dot_product; member
H A Dac_gpu_info.c1078 info->has_accelerated_dot_product = in ac_query_gpu_info()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
H A Dradv_null_winsys.c144 info->has_accelerated_dot_product = in radv_null_winsys_query_info()
/third_party/mesa3d/src/amd/vulkan/
H A 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()
H A Dradv_device.c2232 bool accel = pdevice->rad_info.has_accelerated_dot_product; in radv_get_physical_device_properties_1_3()

Completed in 19 milliseconds