Searched refs:int64_options (Results 1 – 3 of 3) sorted by relevance
135 nir_lower_int64_options int64_options = in brw_compiler_create() local156 int64_options |= (nir_lower_int64_options)~0; in brw_compiler_create()163 int64_options |= nir_lower_imul_2x32_64; in brw_compiler_create()172 int64_options |= nir_lower_usub_sat64; in brw_compiler_create()194 nir_options->lower_int64_options = int64_options; in brw_compiler_create()
996 - intel: Set int64_options to ~0 when lowering 64b ops
4946 - intel/compiler: compute int64_options based on devinfo->has_64bit_int