Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h440 emit_scan_step(enum opcode opcode, brw_conditional_mod mod, in emit_scan_step() function
522 ubld.emit_scan_step(opcode, mod, tmp, in emit_scan()
530 ubld.emit_scan_step(opcode, mod, tmp, 0, 2, 1, 2); in emit_scan()
537 ubld.emit_scan_step(opcode, mod, tmp, 1, 4, 2, 4); in emit_scan()
538 ubld.emit_scan_step(opcode, mod, tmp, 1, 4, 3, 4); in emit_scan()
548 ubld.emit_scan_step(opcode, mod, tmp, i + 1, 0, i + 2, 1); in emit_scan()
556 ubld.emit_scan_step(opcode, mod, tmp, i - 1, 0, i, 1); in emit_scan()
559 ubld.emit_scan_step(opcode, mod, tmp, i * 3 - 1, 0, i * 3, 1); in emit_scan()
562 ubld.emit_scan_step(opcode, mod, tmp, i * 5 - 1, 0, i * 5, 1); in emit_scan()
563 ubld.emit_scan_step(opcode, mod, tmp, i * 7 - 1, 0, i * 7, 1); in emit_scan()