Searched refs:end_of_thread (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | i965_asm.h | 76 unsigned end_of_thread:1; member
|
D | i965_gram.y | 589 options->end_of_thread = true; in add_instruction_option() 952 brw_inst_set_eot(p->devinfo, brw_last_inst, $8.end_of_thread); 975 brw_inst_set_eot(p->devinfo, brw_last_inst, $9.end_of_thread); 994 brw_inst_set_eot(p->devinfo, brw_last_inst, $9.end_of_thread); 1022 brw_inst_set_eot(p->devinfo, brw_last_inst, $10.end_of_thread); 1046 brw_inst_set_eot(p->devinfo, brw_last_inst, $10.end_of_thread);
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 286 static const char *const end_of_thread[2] = { variable 2501 err |= control(file, "end of thread", end_of_thread, in brw_disassemble_inst()
|
D | brw_eu_emit.c | 521 bool end_of_thread) in brw_set_ff_sync_message() argument 529 brw_inst_set_eot(devinfo, insn, end_of_thread); in brw_set_ff_sync_message()
|