Home
last modified time | relevance | path

Searched refs:emit_scan (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h506 emit_scan(enum opcode opcode, const dst_reg &tmp, in emit_scan() function
519 ubld.emit_scan(opcode, left, cluster_size, mod); in emit_scan()
520 ubld.emit_scan(opcode, right, cluster_size, mod); in emit_scan()
Dbrw_fs_nir.cpp5513 bld.emit_scan(brw_op, scan, cluster_size, cond_mod); in nir_emit_intrinsic()
5574 bld.emit_scan(brw_op, scan, dispatch_width, cond_mod); in nir_emit_intrinsic()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst2692 - intel/fs: roll the loop with the <0,1,0> additions in emit_scan()