Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_device_info.c109 .has_pln = true,
129 .has_pln = true,
151 .has_pln = true,
180 .has_pln = true,
209 .has_pln = true, \
400 .has_pln = true, \
797 .has_pln = false, \
915 .has_pln = false, \
Dgen_device_info.h72 bool has_pln; member
/external/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp574 if (v->devinfo->has_pln && v->devinfo->gen <= 6 && in shader_reg_constraints()
Dbrw_shader.cpp1064 (!devinfo->has_pln || devinfo->gen <= 6)); in writes_accumulator_implicitly()
Dbrw_fs_visitor.cpp180 if (devinfo->has_pln) { in emit_interpolation_setup_gen4()
Dbrw_fs_copy_propagation.cpp497 if (devinfo->has_pln && devinfo->gen <= 6 && in try_copy_propagate()
Dbrw_fs_reg_allocate.cpp263 if (devinfo->has_pln && (devinfo->gen == 6 || in brw_alloc_reg_set()
Dbrw_fs_generator.cpp946 if (devinfo->has_pln) { in generate_linterp()
Dbrw_fs.cpp7104 const bool has_interleaved_layout = devinfo->has_pln || devinfo->gen >= 7; in lower_barycentrics()