Searched refs:has_pln (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/ |
| H A D | gen_device_info.h | 70 bool has_pln; member in struct:gen_device_info
|
| H A D | gen_device_info.c | 116 .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 D | intel_device_info.h | 81 bool has_pln; member in struct:intel_device_info
|
| H A D | intel_device_info.c | 114 .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 D | brw_fs_bank_conflicts.cpp | 574 if (v->devinfo->has_pln && v->devinfo->ver <= 6 &&
|
| H A D | brw_fs_copy_propagation.cpp | 499 if (devinfo->has_pln && devinfo->ver <= 6 &&
|
| H A D | brw_fs_reg_allocate.cpp | 155 if (devinfo->has_pln && (devinfo->ver == 6 ||
|
| H A D | brw_fs_visitor.cpp | 180 if (devinfo->has_pln) {
|
| H A D | brw_shader.cpp | 1102 (!devinfo->has_pln || devinfo->ver <= 6)) ||
|
| H A D | brw_fs_generator.cpp | 966 if (devinfo->has_pln) { 976 * we have to split into SIMD8 pieces. For gfx4 (!has_pln), the
|
| H A D | brw_fs.cpp | 7923 const bool has_interleaved_layout = devinfo->has_pln || devinfo->ver >= 7;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_reg_allocate.cpp | 252 if (devinfo->has_pln && dispatch_width == 8 && devinfo->gen <= 6) {
|
| H A D | brw_fs_visitor.cpp | 179 if (devinfo->has_pln && dispatch_width == 16) {
|
| H A D | brw_shader.cpp | 1030 (!devinfo->has_pln || devinfo->gen <= 6));
|
| H A D | brw_fs_generator.cpp | 829 if (devinfo->has_pln) { 839 * we have to split into SIMD8 pieces. For gen4 (!has_pln), the
|
Completed in 51 milliseconds