Searched refs:lbld (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 6818 needs_src_copy(const fs_builder &lbld, const fs_inst *inst, unsigned i) in needs_src_copy() argument 6820 return !(is_periodic(inst->src[i], lbld.dispatch_width()) || in needs_src_copy() 6822 lbld.dispatch_width() <= inst->exec_size)) || in needs_src_copy() 6833 emit_unzip(const fs_builder &lbld, fs_inst *inst, unsigned i) in emit_unzip() argument 6835 assert(lbld.group() >= inst->group); in emit_unzip() 6838 const fs_reg src = horiz_offset(inst->src[i], lbld.group() - inst->group); in emit_unzip() 6840 if (needs_src_copy(lbld, inst, i)) { in emit_unzip() 6845 const fs_builder cbld = lbld.group(MIN2(lbld.dispatch_width(), in emit_unzip() 6847 const fs_reg tmp = lbld.vgrf(inst->src[i].type, inst->components_read(i)); in emit_unzip() 6850 cbld.MOV(offset(tmp, lbld, k), offset(src, inst->exec_size, k)); in emit_unzip() [all …]
|