Lines Matching defs:flags
541 enum brw_urb_write_flags flags,
550 assert(devinfo->ver < 7 || !(flags & BRW_URB_WRITE_ALLOCATE));
551 assert(devinfo->ver >= 7 || !(flags & BRW_URB_WRITE_PER_SLOT_OFFSET));
557 brw_inst_set_eot(devinfo, insn, !!(flags & BRW_URB_WRITE_EOT));
559 if (flags & BRW_URB_WRITE_OWORD) {
570 brw_inst_set_urb_complete(devinfo, insn, !!(flags & BRW_URB_WRITE_COMPLETE));
574 brw_inst_set_urb_allocate(devinfo, insn, !!(flags & BRW_URB_WRITE_ALLOCATE));
575 brw_inst_set_urb_used(devinfo, insn, !(flags & BRW_URB_WRITE_UNUSED));
578 !!(flags & BRW_URB_WRITE_PER_SLOT_OFFSET));
1410 * the stack). Within an if block, the flags at the top of the stack
1416 * functions), the relevant flags are inverted.
1418 * When the matching 'endif' instruction is reached, the flags are
2641 enum brw_urb_write_flags flags,
2652 if (devinfo->ver >= 7 && !(flags & BRW_URB_WRITE_USE_CHANNEL_MASKS)) {
2678 flags,