Home
last modified time | relevance | path

Searched refs:supports_simd16_3src (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h129 bool supports_simd16_3src; member
Dintel_device_info.c332 .supports_simd16_3src = true
432 .supports_simd16_3src = true, \
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp4659 if (inst->is_3src(compiler) && !devinfo->supports_simd16_3src) in get_fpu_lowered_simd_width()