Searched refs:viewports_dirty (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h172 unsigned viewports_dirty; member in struct:nv50_context
H A Dnv50_state_validate.c209 !(nv50->viewports_dirty & (1 << i)))
257 if (!(nv50->viewports_dirty & (1 << i)))
283 nv50->viewports_dirty = 0;
460 ctx_to->viewports_dirty = ~0;
H A Dnv50_state.c1047 nv50->viewports_dirty |= 1 << (start_slot + i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h204 unsigned viewports_dirty; member in struct:nv50_context
H A Dnv50_state_validate.c209 !(nv50->viewports_dirty & (1 << i)))
257 if (!(nv50->viewports_dirty & (1 << i)))
283 nv50->viewports_dirty = 0;
460 ctx_to->viewports_dirty = ~0;
H A Dnv50_state.c1049 nv50->viewports_dirty |= 1 << (start_slot + i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h247 unsigned viewports_dirty; member in struct:nvc0_context
H A Dnvc0_state_validate.c400 if (!(nvc0->viewports_dirty & (1 << i)))
435 nvc0->viewports_dirty = 0;
872 ctx_to->viewports_dirty = ~0;
H A Dnvc0_state.c946 nvc0->viewports_dirty |= 1 << (start_slot + i);
H A Dnvc0_surface.c1196 nvc0->viewports_dirty |= 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h248 unsigned viewports_dirty; member in struct:nvc0_context
H A Dnvc0_state_validate.c401 if (!(nvc0->viewports_dirty & (1 << i)))
444 nvc0->viewports_dirty = 0;
881 ctx_to->viewports_dirty = ~0;
H A Dnvc0_state.c972 nvc0->viewports_dirty |= 1 << (start_slot + i);
H A Dnvc0_surface.c1190 nvc0->viewports_dirty |= 1;

Completed in 21 milliseconds