Searched refs:needs_workaround (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp481 bool needs_workaround = false; local in function:r600::AssemblyFromShaderLegacyImpl::visit
484 needs_workaround = true;
493 needs_workaround = true;
498 if (needs_workaround) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1609 bool needs_workaround = false; local in function:si_render_condition
1622 needs_workaround = true;
1625 if (needs_workaround && !squery->workaround_buf) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1573 bool needs_workaround = false; local in function:si_render_condition
1585 needs_workaround = true;
1588 if (needs_workaround && !squery->workaround_buf) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c10507 bool needs_workaround = false; local in function:emit_if
10511 needs_workaround = true;
10518 needs_workaround = true;
10525 if (needs_workaround) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c10606 bool needs_workaround = false; local in function:emit_if
10610 needs_workaround = true;
10617 needs_workaround = true;
10624 if (needs_workaround) {

Completed in 34 milliseconds