Home
last modified time | relevance | path

Searched refs:has_integer_dword_mul (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c412 .has_integer_dword_mul = true, \
500 .has_integer_dword_mul = false,
551 .has_integer_dword_mul = false, \
826 .has_integer_dword_mul = false, \
950 .has_integer_dword_mul = false, \
Dintel_device_info.h84 bool has_integer_dword_mul; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp294 assert(v->devinfo->has_integer_dword_mul || in lower_src_modifiers()
Dbrw_fs.cpp4224 if (devinfo->has_integer_dword_mul) { in lower_mul_qword_inst()
4359 (!devinfo->has_integer_dword_mul || in lower_integer_multiplication()