Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp387 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 in emit_interpolation_setup_gfx6()
[all...]
H A Dbrw_fs.h594 const brw::fs_builder hbld = bld.exec_all().group(16, 0); in fetch_payload_reg() local
595 const unsigned m = bld.dispatch_width() / hbld.dispatch_width(); in fetch_payload_reg()
602 hbld.LOAD_PAYLOAD(tmp, components, m, 0); in fetch_payload_reg()
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()
H A Dbrw_fs_nir.cpp231 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()
H A Dbrw_fs.cpp1364 const fs_builder hbld = abld.group(MIN2(16, dispatch_width), i);
1365 hbld.SHR(offset(tmp, hbld, i),

Completed in 18 milliseconds