Home
last modified time | relevance | path

Searched refs:send_commit_msg (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h570 unsigned send_commit_msg) in brw_dp_write_desc() argument
572 assert(devinfo->ver <= 6 || !send_commit_msg); in brw_dp_write_desc()
575 SET_BITS(send_commit_msg, 17, 17); in brw_dp_write_desc()
580 SET_BITS(send_commit_msg, 15, 15)); in brw_dp_write_desc()
1584 bool send_commit_msg);
Dbrw_eu_emit.c2207 int send_commit_msg; in brw_oword_block_write_scratch() local
2233 send_commit_msg = 0; in brw_oword_block_write_scratch()
2236 send_commit_msg = 1; in brw_oword_block_write_scratch()
2252 brw_message_desc(devinfo, mlen, send_commit_msg, true) | in brw_oword_block_write_scratch()
2255 msg_type, send_commit_msg)); in brw_oword_block_write_scratch()
3095 bool send_commit_msg) in brw_svb_write() argument
3109 brw_message_desc(devinfo, 1, send_commit_msg, true) | in brw_svb_write()
3113 send_commit_msg)); /* send_commit_msg */ in brw_svb_write()