Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp481 bool needs_workaround = false; in visit() local
484 needs_workaround = true; in visit()
493 needs_workaround = true; in visit()
498 if (needs_workaround) { in visit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1573 bool needs_workaround = false; in si_render_condition() local
1585 needs_workaround = true; in si_render_condition()
1588 if (needs_workaround && !squery->workaround_buf) { in si_render_condition()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10606 bool needs_workaround = false; in emit_if() local
10610 needs_workaround = true; in emit_if()
10617 needs_workaround = true; in emit_if()
10624 if (needs_workaround) { in emit_if()