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.h591 unsigned send_commit_msg) in brw_dp_write_desc() argument
593 assert(devinfo->ver <= 6 || !send_commit_msg); in brw_dp_write_desc()
596 SET_BITS(send_commit_msg, 17, 17); in brw_dp_write_desc()
601 SET_BITS(send_commit_msg, 15, 15)); in brw_dp_write_desc()
1605 bool send_commit_msg);
Dbrw_eu_emit.c2210 int send_commit_msg; in brw_oword_block_write_scratch() local
2236 send_commit_msg = 0; in brw_oword_block_write_scratch()
2239 send_commit_msg = 1; in brw_oword_block_write_scratch()
2255 brw_message_desc(devinfo, mlen, send_commit_msg, true) | in brw_oword_block_write_scratch()
2258 msg_type, send_commit_msg)); in brw_oword_block_write_scratch()
3105 bool send_commit_msg) in brw_svb_write() argument
3119 brw_message_desc(devinfo, 1, send_commit_msg, true) | in brw_svb_write()
3123 send_commit_msg)); /* send_commit_msg */ in brw_svb_write()