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_assembler.cpp835 bool needs_workaround = false; in visit() local
838 needs_workaround = true; in visit()
848 needs_workaround = true; in visit()
865 if (needs_workaround) { in visit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1674 bool needs_workaround = false; in si_render_condition() local
1686 needs_workaround = true; in si_render_condition()
1689 if (needs_workaround && !squery->workaround_buf) { in si_render_condition()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10634 bool needs_workaround = false; in emit_if() local
10638 needs_workaround = true; in emit_if()
10645 needs_workaround = true; in emit_if()
10652 if (needs_workaround) { in emit_if()