Home
last modified time | relevance | path

Searched refs:needs_exact (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp91 needs_exact(aco_ptr<Instruction>& instr) in needs_exact() function
142 if (needs_exact(instr)) in get_block_needs()
918 if (program->needs_wqm && program->needs_exact) in insert_exec_mask()
Daco_instruction_selection.cpp6374 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 …]
Daco_ir.h2096 bool needs_exact = false; /* there exists an instruction with disable_wqm = true */ variable