Lines Matching defs:ubld
414 const fs_builder ubld = exec_all();
418 ubld.emit(SHADER_OPCODE_FIND_LIVE_CHANNEL, chan_index);
419 ubld.emit(SHADER_OPCODE_BROADCAST, dst, src, component(chan_index, 0));
516 const fs_builder ubld = exec_all().group(half_width, 0);
519 ubld.emit_scan(opcode, left, cluster_size, mod);
520 ubld.emit_scan(opcode, right, cluster_size, mod);
522 ubld.emit_scan_step(opcode, mod, tmp,
529 const fs_builder ubld = exec_all().group(dispatch_width() / 2, 0);
530 ubld.emit_scan_step(opcode, mod, tmp, 0, 2, 1, 2);
535 const fs_builder ubld =
537 ubld.emit_scan_step(opcode, mod, tmp, 1, 4, 2, 4);
538 ubld.emit_scan_step(opcode, mod, tmp, 1, 4, 3, 4);
546 const fs_builder ubld = exec_all().group(2, 0);
548 ubld.emit_scan_step(opcode, mod, tmp, i + 1, 0, i + 2, 1);
555 const fs_builder ubld = exec_all().group(i, 0);
556 ubld.emit_scan_step(opcode, mod, tmp, i - 1, 0, i, 1);
559 ubld.emit_scan_step(opcode, mod, tmp, i * 3 - 1, 0, i * 3, 1);
562 ubld.emit_scan_step(opcode, mod, tmp, i * 5 - 1, 0, i * 5, 1);
563 ubld.emit_scan_step(opcode, mod, tmp, i * 7 - 1, 0, i * 7, 1);