Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c429 .has_integer_dword_mul = true, \
518 .has_integer_dword_mul = false,
570 .has_integer_dword_mul = false, \
847 .has_integer_dword_mul = false, \
971 .has_integer_dword_mul = false, \
Dintel_device_info.h126 bool has_integer_dword_mul; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp374 assert(v->devinfo->has_integer_dword_mul || in lower_src_modifiers()
Dbrw_fs_scoreboard.cpp130 devinfo->has_integer_dword_mul); in inferred_exec_pipe()
Dbrw_fs.cpp4087 if (devinfo->has_integer_dword_mul) { in lower_mul_qword_inst()
4222 (!devinfo->has_integer_dword_mul || in lower_integer_multiplication()