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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp48 mask_type_wqm = 1 << 2, enumerator in enum:aco::__anon045cfe6e0110::mask_type
350 if (ctx.info[idx].exec.back().second & mask_type_wqm)
361 ctx.info[idx].exec.emplace_back(exec_mask, mask_type_global | mask_type_wqm);
366 assert(ctx.info[idx].exec.back().second & mask_type_wqm);
435 mask |= mask_type_wqm;
487 (ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact)) | mask_type_loop;
501 uint8_t mask_type = ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact);
687 if (ctx.info[block->index].exec.back().second & mask_type_wqm)
741 assert(!ctx.handle_wqm || (ctx.info[block->index].exec[0].second & mask_type_wqm) == 0);
848 assert(ctx.info[idx].exec[1].second == mask_type_wqm);
[all...]

Completed in 2 milliseconds