Searched refs:BLEND_DIRTY (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.h83 BLEND_DIRTY = 1 << 0, enumerator in enum:dirty_state
88 ALL_DIRTY = BLEND_DIRTY |
H A Dvg_context.c412 ctx->state.dirty |= BLEND_DIRTY;
H A Drenderer.c1368 if (dirty & BLEND_DIRTY)
1410 renderer->dirty = FRAMEBUFFER_DIRTY | BLEND_DIRTY;
H A Dapi_params.c169 ctx->state.dirty |= BLEND_DIRTY;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.h83 BLEND_DIRTY = 1 << 0, enumerator in enum:dirty_state
88 ALL_DIRTY = BLEND_DIRTY |
H A Dvg_context.c412 ctx->state.dirty |= BLEND_DIRTY;
H A Drenderer.c1368 if (dirty & BLEND_DIRTY)
1410 renderer->dirty = FRAMEBUFFER_DIRTY | BLEND_DIRTY;
H A Dapi_params.c169 ctx->state.dirty |= BLEND_DIRTY;

Completed in 230 milliseconds