Home
last modified time | relevance | path

Searched refs:SWR_NEW_FRAMEBUFFER (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_clear.cpp101 ctx->dirty |= SWR_NEW_FRAMEBUFFER | SWR_NEW_SCISSOR;
113 ctx->dirty |= SWR_NEW_FRAMEBUFFER | SWR_NEW_SCISSOR;
135 ctx->dirty |= SWR_NEW_FRAMEBUFFER | SWR_NEW_SCISSOR;
Dswr_state.cpp629 ctx->dirty |= SWR_NEW_FRAMEBUFFER; in swr_set_framebuffer_state()
924 if (ctx->dirty & SWR_NEW_FRAMEBUFFER) { in swr_update_derived()
960 SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1035 if (ctx->dirty & (SWR_NEW_VIEWPORT | SWR_NEW_FRAMEBUFFER in swr_update_derived()
1203 SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1224 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1234 | SWR_NEW_RASTERIZER | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1294 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1314 if (ctx->dirty & (SWR_NEW_DEPTH_STENCIL_ALPHA | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1374 SWR_NEW_FRAMEBUFFER | in swr_update_derived()
Dswr_context.h49 #define SWR_NEW_FRAMEBUFFER (1 << 13) macro