Searched refs:has_pln (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_device_info.h70 bool has_pln; member in struct:gen_device_info
H A Dgen_device_info.c116 .has_pln = true,
136 .has_pln = true,
158 .has_pln = true,
187 .has_pln = true,
216 .has_pln = true, \
413 .has_pln = true, \
881 .has_pln = false, \
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.h81 bool has_pln; member in struct:intel_device_info
H A 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, \
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp574 if (v->devinfo->has_pln && v->devinfo->ver <= 6 &&
H A Dbrw_fs_copy_propagation.cpp499 if (devinfo->has_pln && devinfo->ver <= 6 &&
H A Dbrw_fs_reg_allocate.cpp155 if (devinfo->has_pln && (devinfo->ver == 6 ||
H A Dbrw_fs_visitor.cpp180 if (devinfo->has_pln) {
H A Dbrw_shader.cpp1102 (!devinfo->has_pln || devinfo->ver <= 6)) ||
H A Dbrw_fs_generator.cpp966 if (devinfo->has_pln) {
976 * we have to split into SIMD8 pieces. For gfx4 (!has_pln), the
H A Dbrw_fs.cpp7923 const bool has_interleaved_layout = devinfo->has_pln || devinfo->ver >= 7;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp252 if (devinfo->has_pln && dispatch_width == 8 && devinfo->gen <= 6) {
H A Dbrw_fs_visitor.cpp179 if (devinfo->has_pln && dispatch_width == 16) {
H A Dbrw_shader.cpp1030 (!devinfo->has_pln || devinfo->gen <= 6));
H A Dbrw_fs_generator.cpp829 if (devinfo->has_pln) {
839 * we have to split into SIMD8 pieces. For gen4 (!has_pln), the

Completed in 51 milliseconds