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/
H A Di965_asm.h76 unsigned end_of_thread:1; member
H A Di965_gram.y589 options->end_of_thread = true;
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/
H A 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()
H A Dbrw_eu_emit.c521 bool end_of_thread) in brw_set_ff_sync_message()
529 brw_inst_set_eot(devinfo, insn, end_of_thread); in brw_set_ff_sync_message()
517 brw_set_ff_sync_message(struct brw_codegen *p, brw_inst *insn, bool allocate, unsigned response_length, bool end_of_thread) brw_set_ff_sync_message() argument

Completed in 11 milliseconds