Searched refs:emit_scan (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_builder.h449 emit_scan(enum opcode opcode, const dst_reg &tmp, function in class:brw::fs_builder
462 ubld.emit_scan(opcode, left, cluster_size, mod);
463 ubld.emit_scan(opcode, right, cluster_size, mod);
H A Dbrw_fs_nir.cpp4923 bld.emit_scan(brw_op, scan, cluster_size, cond_mod);
4984 bld.emit_scan(brw_op, scan, dispatch_width, cond_mod);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_builder.h506 emit_scan(enum opcode opcode, const dst_reg &tmp, function in class:brw::fs_builder
519 ubld.emit_scan(opcode, left, cluster_size, mod);
520 ubld.emit_scan(opcode, right, cluster_size, mod);
H A Dbrw_fs_nir.cpp5515 bld.emit_scan(brw_op, scan, cluster_size, cond_mod);
5576 bld.emit_scan(brw_op, scan, dispatch_width, cond_mod);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst2692 - intel/fs: roll the loop with the <0,1,0> additions in emit_scan()

Completed in 23 milliseconds