Searched refs:full_overwrite (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c131 /* If the complete render target is written, set full_overwrite:
137 bool full_overwrite = !pfb->cbufs[0] || ((blend->fo_allowed && local in function:etna_update_blend
141 COND(full_overwrite, VIVS_PE_COLOR_FORMAT_OVERWRITE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c143 /* If the complete render target is written, set full_overwrite:
149 bool full_overwrite = !pfb->cbufs[0] || ((blend->fo_allowed && local in function:etna_update_blend
153 COND(full_overwrite, VIVS_PE_COLOR_FORMAT_OVERWRITE);

Completed in 3 milliseconds