Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp757 ctx->dirty |= SWR_NEW_FRAMEBUFFER; in swr_set_framebuffer_state()
1210 if (ctx->dirty & SWR_NEW_FRAMEBUFFER) { in swr_update_derived()
1248 SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1334 if (ctx->dirty & (SWR_NEW_VIEWPORT | SWR_NEW_FRAMEBUFFER in swr_update_derived()
1392 post_update_dirty_flags = ctx->dirty & ~(SWR_NEW_FRAMEBUFFER | in swr_update_derived()
1560 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1619 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1665 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1682 SWR_NEW_SAMPLER | SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
1701 if (ctx->dirty & (SWR_NEW_SAMPLER_VIEW | SWR_NEW_FRAMEBUFFER)) { in swr_update_derived()
[all …]
Dswr_context.h53 #define SWR_NEW_FRAMEBUFFER (1 << 15) macro