Searched refs:needs_exact (Results 1 – 3 of 3) sorted by relevance
91 needs_exact(aco_ptr<Instruction>& instr) in needs_exact() function142 if (needs_exact(instr)) in get_block_needs()918 if (program->needs_wqm && program->needs_exact) in insert_exec_mask()
6374 ctx->program->needs_exact = true; in visit_image_store()6432 ctx->program->needs_exact = true; in visit_image_store()6544 ctx->program->needs_exact = true; in visit_image_atomic()6565 ctx->program->needs_exact = true; in visit_image_atomic()6740 ctx->program->needs_exact = true; in visit_store_ssbo()6833 ctx->program->needs_exact = true; in visit_atomic_ssbo()6970 ctx->program->needs_exact = true; in visit_store_global()6992 ctx->program->needs_exact = true; in visit_store_global()7096 ctx->program->needs_exact = true; in visit_global_atomic()7175 ctx->program->needs_exact = true; in visit_global_atomic()[all …]
2096 bool needs_exact = false; /* there exists an instruction with disable_wqm = true */ variable