Searched refs:hbld (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 387 const fs_builder hbld = abld.group(MIN2(16, dispatch_width), i); in emit_interpolation_setup_gfx6() local 392 abld.exec_all().group(hbld.dispatch_width() * 2, 0); in emit_interpolation_setup_gfx6() 410 hbld.MOV(offset(pixel_x, hbld, i), horiz_stride(int_pixel_x, 2)); in emit_interpolation_setup_gfx6() 411 hbld.MOV(offset(pixel_y, hbld, i), horiz_stride(int_pixel_y, 2)); in emit_interpolation_setup_gfx6() 425 abld.exec_all().group(hbld.dispatch_width() * 2, 0); in emit_interpolation_setup_gfx6() 432 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy, in emit_interpolation_setup_gfx6() 434 hbld.emit(FS_OPCODE_PIXEL_Y, offset(pixel_y, hbld, i), int_pixel_xy, in emit_interpolation_setup_gfx6() 445 const fs_reg int_pixel_x = hbld.vgrf(BRW_REGISTER_TYPE_UW); in emit_interpolation_setup_gfx6() 446 const fs_reg int_pixel_y = hbld.vgrf(BRW_REGISTER_TYPE_UW); in emit_interpolation_setup_gfx6() 448 hbld.ADD(int_pixel_x, in emit_interpolation_setup_gfx6() [all …]
|
D | brw_fs.h | 594 const brw::fs_builder hbld = bld.exec_all().group(16, 0); 595 const unsigned m = bld.dispatch_width() / hbld.dispatch_width(); 602 hbld.LOAD_PAYLOAD(tmp, components, m, 0); 618 const brw::fs_builder hbld = bld.exec_all().group(8, 0); in fetch_barycentric_reg() local 619 const unsigned m = bld.dispatch_width() / hbld.dispatch_width(); in fetch_barycentric_reg() 625 hbld, c + 2 * (g % 2)); in fetch_barycentric_reg() 628 hbld.LOAD_PAYLOAD(tmp, components, 2 * m, 0); in fetch_barycentric_reg()
|
D | brw_fs_nir.cpp | 231 const fs_builder hbld = abld.group(MIN2(16, v->dispatch_width), i); in emit_system_values_block() local 232 hbld.SHR(offset(shifted, hbld, i), in emit_system_values_block()
|
D | brw_fs.cpp | 1364 const fs_builder hbld = abld.group(MIN2(16, dispatch_width), i); in emit_sampleid_setup() local 1365 hbld.SHR(offset(tmp, hbld, i), in emit_sampleid_setup()
|