Lines Matching refs:ver
112 devinfo->ver >= 12 || in brw_compiler_create()
113 (devinfo->ver >= 9 && INTEL_DEBUG(DEBUG_TCS_EIGHT_PATCH)); in brw_compiler_create()
120 compiler->scalar_stage[i] = devinfo->ver >= 8 || in brw_compiler_create()
154 if (devinfo->ver < 8 || devinfo->ver > 9) in brw_compiler_create()
161 devinfo->ver < 6 ? 16 : UINT_MAX; in brw_compiler_create()
183 nir_options->lower_ffma16 = devinfo->ver < 6; in brw_compiler_create()
184 nir_options->lower_ffma32 = devinfo->ver < 6; in brw_compiler_create()
185 nir_options->lower_ffma64 = devinfo->ver < 6; in brw_compiler_create()
186 nir_options->lower_flrp32 = devinfo->ver < 6 || devinfo->ver >= 11; in brw_compiler_create()
187 nir_options->lower_fpow = devinfo->ver >= 12; in brw_compiler_create()
189 nir_options->lower_rotate = devinfo->ver < 11; in brw_compiler_create()
190 nir_options->lower_bitfield_reverse = devinfo->ver < 7; in brw_compiler_create()
193 nir_options->has_dot_4x8 = devinfo->ver >= 12; in brw_compiler_create()
194 nir_options->has_sudot_4x8 = devinfo->ver >= 12; in brw_compiler_create()
223 if (compiler->devinfo->ver >= 8 && compiler->devinfo->ver < 10) { in brw_get_compiler_config_value()