Lines Matching full:ver
114 if (devinfo->ver < 8) in brw_compiler_create()
120 devinfo->ver >= 12 || in brw_compiler_create()
121 (devinfo->ver >= 9 && INTEL_DEBUG(DEBUG_TCS_EIGHT_PATCH)); in brw_compiler_create()
128 compiler->scalar_stage[i] = devinfo->ver >= 8 || in brw_compiler_create()
162 if (devinfo->ver < 8 || devinfo->ver > 9) in brw_compiler_create()
180 nir_options->lower_ffma16 = devinfo->ver < 6; in brw_compiler_create()
181 nir_options->lower_ffma32 = devinfo->ver < 6; in brw_compiler_create()
182 nir_options->lower_ffma64 = devinfo->ver < 6; in brw_compiler_create()
183 nir_options->lower_flrp32 = devinfo->ver < 6 || devinfo->ver >= 11; in brw_compiler_create()
184 nir_options->lower_fpow = devinfo->ver >= 12; in brw_compiler_create()
186 nir_options->lower_rotate = devinfo->ver < 11; in brw_compiler_create()
187 nir_options->lower_bitfield_reverse = devinfo->ver < 7; in brw_compiler_create()
190 nir_options->has_sdot_4x8 = devinfo->ver >= 12; in brw_compiler_create()
191 nir_options->has_udot_4x8 = devinfo->ver >= 12; in brw_compiler_create()
192 nir_options->has_sudot_4x8 = devinfo->ver >= 12; in brw_compiler_create()
201 nir_options->force_indirect_unrolling_sampler = devinfo->ver < 7; in brw_compiler_create()