Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c128 .has_pln = true,
150 .has_pln = true,
174 .has_pln = true,
205 .has_pln = true,
235 .has_pln = true, \
428 .has_pln = true, \
832 .has_pln = false, \
953 .has_pln = false, \
H A Dintel_device_info.h123 bool has_pln; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp574 if (v->devinfo->has_pln && v->devinfo->ver <= 6 && in foreach_block_and_inst()
H A Dbrw_shader.cpp1099 (!devinfo->has_pln || devinfo->ver <= 6)) || in writes_accumulator_implicitly()
H A Dbrw_fs_reg_allocate.cpp155 if (devinfo->has_pln && (devinfo->ver == 6 || in brw_alloc_reg_set()
H A Dbrw_fs_copy_propagation.cpp520 if (devinfo->has_pln && devinfo->ver <= 6 && in try_copy_propagate()
H A Dbrw_fs_visitor.cpp185 if (devinfo->has_pln) { in emit_interpolation_setup_gfx4()
H A Dbrw_fs_generator.cpp873 if (devinfo->has_pln) { in generate_linterp()
883 * we have to split into SIMD8 pieces. For gfx4 (!has_pln), the in generate_linterp()
H A Dbrw_fs.cpp5411 const bool has_interleaved_layout = devinfo->has_pln || devinfo->ver >= 7;

Completed in 20 milliseconds