Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h59 #define SWR_NEW_TS (1 << 21) macro
Dswr_state.cpp489 ctx->dirty |= SWR_NEW_TS; in swr_bind_tcs_state()
532 ctx->dirty |= SWR_NEW_TS; in swr_bind_tes_state()
1578 if (ctx->dirty & SWR_NEW_TS) { in swr_update_derived()