Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp493 bool needs_workaround = false; in emit_if_start() local
497 needs_workaround = true; in emit_if_start()
505 needs_workaround = true; in emit_if_start()
511 if (needs_workaround) { in emit_if_start()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1589 bool needs_workaround = false; in si_render_condition() local
1601 needs_workaround = true; in si_render_condition()
1604 if (needs_workaround && !squery->workaround_buf) { in si_render_condition()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10592 bool needs_workaround = false; in emit_if() local
10596 needs_workaround = true; in emit_if()
10603 needs_workaround = true; in emit_if()
10610 if (needs_workaround) { in emit_if()