Home
last modified time | relevance | path

Searched refs:hbld (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp278 const fs_builder hbld = abld.group(MIN2(16, dispatch_width), i); in emit_interpolation_setup_gen6() local
293 abld.exec_all().group(hbld.dispatch_width() * 2, 0); in emit_interpolation_setup_gen6()
300 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy); in emit_interpolation_setup_gen6()
301 hbld.emit(FS_OPCODE_PIXEL_Y, offset(pixel_y, hbld, i), int_pixel_xy); in emit_interpolation_setup_gen6()
311 const fs_reg int_pixel_x = hbld.vgrf(BRW_REGISTER_TYPE_UW); in emit_interpolation_setup_gen6()
312 const fs_reg int_pixel_y = hbld.vgrf(BRW_REGISTER_TYPE_UW); in emit_interpolation_setup_gen6()
314 hbld.ADD(int_pixel_x, in emit_interpolation_setup_gen6()
317 hbld.ADD(int_pixel_y, in emit_interpolation_setup_gen6()
325 hbld.MOV(offset(pixel_x, hbld, i), int_pixel_x); in emit_interpolation_setup_gen6()
326 hbld.MOV(offset(pixel_y, hbld, i), int_pixel_y); in emit_interpolation_setup_gen6()
Dbrw_fs.h592 const brw::fs_builder hbld = bld.exec_all().group(16, 0);
593 const unsigned m = bld.dispatch_width() / hbld.dispatch_width();
599 hbld.LOAD_PAYLOAD(tmp, components, m, 0);
616 const brw::fs_builder hbld = bld.exec_all().group(8, 0); in fetch_barycentric_reg() local
617 const unsigned m = bld.dispatch_width() / hbld.dispatch_width(); in fetch_barycentric_reg()
623 hbld, c + 2 * (g % 2)); in fetch_barycentric_reg()
626 hbld.LOAD_PAYLOAD(tmp, components, 2 * m, 0); in fetch_barycentric_reg()
Dbrw_fs_nir.cpp219 const fs_builder hbld = abld.group(MIN2(16, v->dispatch_width), i); in emit_system_values_block() local
220 hbld.SHR(offset(shifted, hbld, i), in emit_system_values_block()
Dbrw_fs.cpp1447 const fs_builder hbld = abld.group(MIN2(16, dispatch_width), i); in emit_sampleid_setup() local
1448 hbld.SHR(offset(tmp, hbld, i), in emit_sampleid_setup()