Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Di965_asm.h76 unsigned end_of_thread:1; member
Di965_gram.y589 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/
Dbrw_disasm.c286 static const char *const end_of_thread[2] = { variable
2501 err |= control(file, "end of thread", end_of_thread, in brw_disassemble_inst()
Dbrw_eu_emit.c521 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()