Home
last modified time | relevance | path

Searched refs:_NEW_TEXTURE (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dtexenv.c79 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_env_mode()
95 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_env_color()
158 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_combiner_mode()
165 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_combiner_mode()
256 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_combiner_source()
338 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_combiner_operand()
373 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_combiner_scale()
379 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in set_combiner_scale()
460 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexEnvfv()
473 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexEnvfv()
[all …]
Dtexgen.c141 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexGenfv()
155 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexGenfv()
177 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexGenfv()
Dstate.c470 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE | _NEW_FOG | in _mesa_update_state_locked()
476 prog_flags |= (_NEW_VARYING_VP_INPUTS | _NEW_TEXTURE | in _mesa_update_state_locked()
492 if (new_state & (_NEW_PROGRAM|_NEW_TEXTURE|_NEW_TEXTURE_MATRIX)) in _mesa_update_state_locked()
Dtexobj.c709 ctx->NewState |= _NEW_TEXTURE; in _mesa_dirty_texobj()
1099 ctx->NewState |= _NEW_TEXTURE; in _mesa_DeleteTextures()
1259 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_BindTexture()
1311 ctx->NewState |= _NEW_TEXTURE; in _mesa_PrioritizeTextures()
1408 ctx->NewState |= _NEW_TEXTURE; in _mesa_lock_context_textures()
Dtexstate.c316 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_ActiveTextureARB()
523 ctx->NewState |= _NEW_TEXTURE; in update_texture_state()
683 if (new_state & (_NEW_TEXTURE | _NEW_PROGRAM)) in _mesa_update_texture()
Dtexparam.c229 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in flush()
243 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in incomplete()
892 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexParameterIiv()
922 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_TexParameterIuiv()
Denable.c247 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in enable_texture()
703 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_set_enable()
725 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_set_enable()
1018 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_set_enable()
Dsamplerobj.c271 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_BindSampler()
315 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in flush()
Ddebug.c88 (state & _NEW_TEXTURE) ? "ctx->Texture, " : "", in _mesa_print_state()
Duniform_query.cpp807 FLUSH_VERTICES(ctx, _NEW_TEXTURE | _NEW_PROGRAM); in _mesa_uniform()
Dmtypes.h3147 #define _NEW_TEXTURE (1 << 16) /**< gl_context::Texture */ macro
3197 _NEW_TEXTURE | \
/external/mesa3d/src/mesa/swrast/
Ds_context.c300 _NEW_TEXTURE | \
312 _NEW_TEXTURE| \
321 _NEW_TEXTURE| \
330 _NEW_TEXTURE | \
335 #define _SWRAST_NEW_TEXTURE_SAMPLE_FUNC _NEW_TEXTURE
337 #define _SWRAST_NEW_TEXTURE_ENV_MODE _NEW_TEXTURE
573 if (swrast->NewState & (_NEW_TEXTURE | _NEW_PROGRAM)) { in _swrast_validate_derived()
587 _NEW_TEXTURE)) in _swrast_validate_derived()
593 _NEW_TEXTURE)) in _swrast_validate_derived()
Ds_context.h109 _NEW_TEXTURE| \
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c361 _NEW_TEXTURE, /* mesa */
371 _NEW_TEXTURE, /* mesa */
381 _NEW_TEXTURE, /* mesa */
426 _NEW_TEXTURE, /* mesa */
Dst_atom_sampler.c286 _NEW_TEXTURE, /* mesa */
/external/mesa3d/src/mesa/tnl/
Dt_vp_build.h34 _NEW_TEXTURE | \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sampler_state.c222 .mesa = _NEW_TEXTURE,
Dbrw_wm_sampler_state.c371 .mesa = _NEW_TEXTURE,
Dbrw_state_upload.c344 DEFINE_BIT(_NEW_TEXTURE),
Dbrw_vs.c448 _NEW_TEXTURE |
Dbrw_wm.c651 _NEW_TEXTURE |
/external/mesa3d/src/mesa/program/
Dprog_statevars.c641 return _NEW_TEXTURE; in _mesa_program_state_flags()
643 return _NEW_TEXTURE | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
691 return _NEW_TEXTURE; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c891 _NEW_TEXTURE | \
898 _NEW_TEXTURE | \
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c498 if (new_state & _NEW_TEXTURE) { in nouveau_update_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1842 rmesa->radeon.NewGLState |= _NEW_TEXTURE; in r200Enable()
2276 if (new_state & (_NEW_TEXTURE | _NEW_PROGRAM | _NEW_PROGRAM_CONSTANTS)) { in r200ValidateState()
2303 if (new_state & (_NEW_TEXTURE|_NEW_TEXTURE_MATRIX)) { in r200ValidateState()
2322 _NEW_LIGHT|_NEW_TEXTURE|_NEW_TEXTURE_MATRIX| in r200ValidateState()

12