Home
last modified time | relevance | path

Searched refs:has_dot_4x8 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c193 nir_options->has_dot_4x8 = devinfo->ver >= 12; in brw_compiler_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1040 .has_dot_4x8 = sscreen->info.has_accelerated_dot_product, in si_init_screen_get_functions()
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c165 bool use_dot = b->shader->options->has_dot_4x8; in summarize_repack()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c89 .has_dot_4x8 = device->rad_info.has_accelerated_dot_product, in radv_get_nir_options()
/third_party/mesa3d/src/compiler/nir/
Dnir.h3735 bool has_dot_4x8; member