Searched refs:NewState (Results 1 - 25 of 142) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_context.h36 GLuint NewState; member in struct:__anona3c124610108
H A Dss_context.c60 swsetup->NewState = ~0;
190 if (swsetup->NewState & _SWSETUP_NEW_RENDERINDEX) {
194 if (swsetup->NewState & _NEW_PROGRAM) {
198 swsetup->NewState = 0;
226 swsetup->NewState |= new_state;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_context.h36 GLuint NewState; member in struct:__anon405571f40108
H A Dss_context.c60 swsetup->NewState = ~0;
190 if (swsetup->NewState & _SWSETUP_NEW_RENDERINDEX) {
194 if (swsetup->NewState & _NEW_PROGRAM) {
198 swsetup->NewState = 0;
226 swsetup->NewState |= new_state;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmatrix.c63 * __struct gl_contextRec::NewState.
88 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
106 * __struct gl_contextRec::NewState.
133 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
222 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
268 ctx->NewState |= stack->DirtyFlag;
279 * Marks __struct gl_contextRec::NewState with the dirty stack flag.
307 ctx->NewState |= stack->DirtyFlag;
318 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
331 ctx->NewState |
[all...]
H A Dstate.c232 if (params && params->StateFlags & ctx->NewState) {
277 * If __struct gl_contextRec::NewState is non-zero then this function \b must
290 GLbitfield new_state = ctx->NewState;
374 ctx->NewState |= new_prog_state;
384 ctx->NewState = 0;
442 ctx->NewState |= _NEW_VARYING_VP_INPUTS;
464 ctx->NewState |= _NEW_PROGRAM;
H A Ddraw.c521 if (ctx->NewState)
557 if (ctx->NewState)
596 if (ctx->NewState)
634 if (ctx->NewState)
854 if (ctx->NewState)
963 if (ctx->NewState)
994 if (ctx->NewState)
1025 if (ctx->NewState)
1062 if (ctx->NewState)
1101 if (ctx->NewState)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_draw.c80 ctx->NewState |= _NEW_FF_VERT_PROGRAM;
82 ctx->NewState |= state;
208 if (ctx->NewState)
319 if (ctx->NewState)
328 assert(ctx->NewState == 0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_save_draw.c75 ctx->NewState |= state;
197 if (ctx->NewState)
210 assert(ctx->NewState == 0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c434 swrast->NewState |= new_state;
441 swrast->NewState = ~0;
552 if (swrast->NewState) {
553 if (swrast->NewState & _NEW_POLYGON)
556 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
559 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
562 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
565 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
566 _swrast_update_fragment_program( ctx, swrast->NewState );
568 if (swrast->NewState
[all...]
H A Ds_bitmap.c69 if (SWRAST_CONTEXT(ctx)->NewState)
162 if (SWRAST_CONTEXT(ctx)->NewState)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c62 if (ctx->NewState)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c59 if (ctx->NewState)
H A Dbrw_compute.c46 if (ctx->NewState)
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c434 swrast->NewState |= new_state;
441 swrast->NewState = ~0;
552 if (swrast->NewState) {
553 if (swrast->NewState & _NEW_POLYGON)
556 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
559 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
562 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
565 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
566 _swrast_update_fragment_program( ctx, swrast->NewState );
568 if (swrast->NewState
[all...]
H A Ds_bitmap.c69 if (SWRAST_CONTEXT(ctx)->NewState)
162 if (SWRAST_CONTEXT(ctx)->NewState)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c62 if (ctx->NewState)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel.c59 if (ctx->NewState)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_compute.c53 if (ctx->NewState)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_compute.c53 if (ctx->NewState)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstate.c323 if (params && params->StateFlags & ctx->NewState) {
385 * If __struct gl_contextRec::NewState is non-zero then this function \b must
398 GLbitfield new_state = ctx->NewState;
482 ctx->NewState |= new_prog_state;
491 ctx->NewState = 0;
521 ctx->NewState |= _NEW_PROGRAM;
H A Dmatrix.c124 ctx->NewState |= stack->DirtyFlag;
142 * __struct gl_contextRec::NewState.
205 ctx->NewState |= stack->DirtyFlag;
223 * __struct gl_contextRec::NewState.
340 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
382 ctx->NewState |= stack->DirtyFlag;
397 * Marks __struct gl_contextRec::NewState with the dirty stack flag.
452 ctx->NewState |= stack->DirtyFlag;
463 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
497 ctx->NewState |
[all...]
H A Ddrawpix.c78 if (ctx->NewState)
249 if (ctx->NewState)
337 if (ctx->NewState)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c200 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
271 ctx->NewState |= _NEW_STENCIL;
280 ctx->NewState |= _NEW_POLYGON;
291 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);
298 ctx->NewState |= _NEW_VIEWPORT;
314 ctx->NewState |= _NEW_POLYGON;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
270 ctx->NewState |= _NEW_STENCIL;
279 ctx->NewState |= _NEW_POLYGON;
290 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);
297 ctx->NewState |= _NEW_VIEWPORT;
313 ctx->NewState |= _NEW_POLYGON;

Completed in 45 milliseconds

123456