Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_util.c366 BRW_URB_WRITE_UNUSED | BRW_URB_WRITE_EOT_COMPLETE, in brw_clip_kill_thread()
Dgen6_gs_visitor.cpp480 inst->urb_write_flags = BRW_URB_WRITE_COMPLETE | BRW_URB_WRITE_UNUSED; in emit_thread_end()
Dbrw_eu_defines.h810 BRW_URB_WRITE_UNUSED = 0x2, enumerator
Dbrw_eu_emit.c575 brw_inst_set_urb_used(devinfo, insn, !(flags & BRW_URB_WRITE_UNUSED)); in brw_set_urb_message()