Searched refs:is_integer_dword_multiply (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_eu_validate.c | 1678 bool is_integer_dword_multiply = local in function:special_requirements_for_handling_double_precision_data_types 1686 if (dst_type_size != 8 && exec_type_size != 8 && !is_integer_dword_multiply) |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_eu_validate.c | 1765 bool is_integer_dword_multiply = local in function:special_requirements_for_handling_double_precision_data_types 1774 dst_type_size == 8 || exec_type_size == 8 || is_integer_dword_multiply; |
Completed in 7 milliseconds