Searched refs:handle_wqm (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp95 bool handle_wqm = false; member in struct:aco::__anon045cfe6e0110::exec_ctx
335 exec_ctx.handle_wqm = true;
425 if (ctx.handle_wqm) {
586 if (ctx.handle_wqm) {
592 ctx.handle_wqm = false;
656 if (ctx.handle_wqm) {
662 ctx.handle_wqm = false;
690 assert(!ctx.handle_wqm || ctx.info[block->index].exec.back().second & mask_type_exact);
695 bool process = (ctx.handle_wqm && (ctx.info[block->index].block_needs & state) !=
713 WQMState needs = ctx.handle_wqm
[all...]

Completed in 3 milliseconds