Searched refs:emit_scan (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_builder.h | 440 emit_scan(enum opcode opcode, const dst_reg &tmp, in emit_scan() function 453 ubld.emit_scan(opcode, left, cluster_size, mod); in emit_scan() 454 ubld.emit_scan(opcode, right, cluster_size, mod); in emit_scan()
|
D | brw_fs_nir.cpp | 5252 bld.emit_scan(brw_op, scan, cluster_size, cond_mod); in nir_emit_intrinsic() 5313 bld.emit_scan(brw_op, scan, dispatch_width, cond_mod); in nir_emit_intrinsic()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2692 - intel/fs: roll the loop with the <0,1,0> additions in emit_scan()
|