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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1076 unsigned post_update_dirty_flags = 0; local in function:swr_update_derived
1245 * post_update_dirty_flags and clear all dirty flags. BackendState is
1248 post_update_dirty_flags = ctx->dirty & ~(SWR_NEW_FRAMEBUFFER |
1276 post_update_dirty_flags |= SWR_NEW_VERTEX;
1288 post_update_dirty_flags |= SWR_LARGE_CLIENT_DRAW;
1353 post_update_dirty_flags |= SWR_NEW_VERTEX;
1361 post_update_dirty_flags |= SWR_LARGE_CLIENT_DRAW;
1823 ctx->dirty = post_update_dirty_flags;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1222 unsigned post_update_dirty_flags = 0; local in function:swr_update_derived
1407 * post_update_dirty_flags and clear all dirty flags. BackendState is
1410 post_update_dirty_flags = ctx->dirty & ~(SWR_NEW_FRAMEBUFFER |
1438 post_update_dirty_flags |= SWR_NEW_VERTEX;
1450 post_update_dirty_flags |= SWR_BLOCK_CLIENT_DRAW;
1515 post_update_dirty_flags |= SWR_NEW_VERTEX;
1524 post_update_dirty_flags |= SWR_BLOCK_CLIENT_DRAW;
2105 ctx->dirty = post_update_dirty_flags;

Completed in 8 milliseconds