Searched refs:SWR_NEW_FRAMEBUFFER (Results 1 – 3 of 3) sorted by relevance
109 ctx->dirty |= SWR_NEW_FRAMEBUFFER | SWR_NEW_SCISSOR;121 ctx->dirty |= SWR_NEW_FRAMEBUFFER | SWR_NEW_SCISSOR;143 ctx->dirty |= SWR_NEW_FRAMEBUFFER | SWR_NEW_SCISSOR;
666 ctx->dirty |= SWR_NEW_FRAMEBUFFER; in swr_set_framebuffer_state()1087 if (ctx->dirty & SWR_NEW_FRAMEBUFFER) { in swr_update_derived()1123 SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()1208 if (ctx->dirty & (SWR_NEW_VIEWPORT | SWR_NEW_FRAMEBUFFER in swr_update_derived()1253 post_update_dirty_flags = ctx->dirty & ~(SWR_NEW_FRAMEBUFFER | in swr_update_derived()1417 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()1437 SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()1458 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()1486 SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()1548 SWR_NEW_FRAMEBUFFER | in swr_update_derived()[all …]
51 #define SWR_NEW_FRAMEBUFFER (1 << 15) macro