Searched refs:lbld (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 5215 needs_src_copy(const fs_builder &lbld, const fs_inst *inst, unsigned i) in needs_src_copy() argument 5217 return !(is_periodic(inst->src[i], lbld.dispatch_width()) || in needs_src_copy() 5219 lbld.dispatch_width() <= inst->exec_size)) || in needs_src_copy() 5230 emit_unzip(const fs_builder &lbld, fs_inst *inst, unsigned i) in emit_unzip() argument 5233 const fs_reg src = horiz_offset(inst->src[i], lbld.group()); in emit_unzip() 5235 if (needs_src_copy(lbld, inst, i)) { in emit_unzip() 5240 const fs_builder cbld = lbld.group(MIN2(lbld.dispatch_width(), in emit_unzip() 5242 const fs_reg tmp = lbld.vgrf(inst->src[i].type, inst->components_read(i)); in emit_unzip() 5245 cbld.MOV(offset(tmp, lbld, k), offset(src, inst->exec_size, k)); in emit_unzip() 5249 } else if (is_periodic(inst->src[i], lbld.dispatch_width())) { in emit_unzip() [all …]
|