Home
last modified time | relevance | path

Searched refs:has_pln (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c114 .has_pln = true,
135 .has_pln = true,
158 .has_pln = true,
188 .has_pln = true,
218 .has_pln = true, \
411 .has_pln = true, \
813 .has_pln = false, \
933 .has_pln = false, \
Dintel_device_info.h81 bool has_pln; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp574 if (v->devinfo->has_pln && v->devinfo->ver <= 6 && in shader_reg_constraints()
Dbrw_shader.cpp1102 (!devinfo->has_pln || devinfo->ver <= 6)) || in writes_accumulator_implicitly()
Dbrw_fs_copy_propagation.cpp499 if (devinfo->has_pln && devinfo->ver <= 6 && in try_copy_propagate()
Dbrw_fs_reg_allocate.cpp155 if (devinfo->has_pln && (devinfo->ver == 6 || in brw_alloc_reg_set()
Dbrw_fs_visitor.cpp180 if (devinfo->has_pln) { in emit_interpolation_setup_gfx4()
Dbrw_fs_generator.cpp966 if (devinfo->has_pln) { in generate_linterp()
Dbrw_fs.cpp7920 const bool has_interleaved_layout = devinfo->has_pln || devinfo->ver >= 7; in lower_barycentrics()