/external/mesa3d/src/mesa/main/ |
D | texenv.c | 79 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 …]
|
D | texgen.c | 141 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()
|
D | state.c | 470 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()
|
D | texobj.c | 709 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()
|
D | texstate.c | 316 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()
|
D | texparam.c | 229 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()
|
D | enable.c | 247 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()
|
D | samplerobj.c | 271 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in _mesa_BindSampler() 315 FLUSH_VERTICES(ctx, _NEW_TEXTURE); in flush()
|
D | debug.c | 88 (state & _NEW_TEXTURE) ? "ctx->Texture, " : "", in _mesa_print_state()
|
D | uniform_query.cpp | 807 FLUSH_VERTICES(ctx, _NEW_TEXTURE | _NEW_PROGRAM); in _mesa_uniform()
|
D | mtypes.h | 3147 #define _NEW_TEXTURE (1 << 16) /**< gl_context::Texture */ macro 3197 _NEW_TEXTURE | \
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 300 _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()
|
D | s_context.h | 109 _NEW_TEXTURE| \
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 361 _NEW_TEXTURE, /* mesa */ 371 _NEW_TEXTURE, /* mesa */ 381 _NEW_TEXTURE, /* mesa */ 426 _NEW_TEXTURE, /* mesa */
|
D | st_atom_sampler.c | 286 _NEW_TEXTURE, /* mesa */
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vp_build.h | 34 _NEW_TEXTURE | \
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sampler_state.c | 222 .mesa = _NEW_TEXTURE,
|
D | brw_wm_sampler_state.c | 371 .mesa = _NEW_TEXTURE,
|
D | brw_state_upload.c | 344 DEFINE_BIT(_NEW_TEXTURE),
|
D | brw_vs.c | 448 _NEW_TEXTURE |
|
D | brw_wm.c | 651 _NEW_TEXTURE |
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 641 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/ |
D | xm_dd.c | 891 _NEW_TEXTURE | \ 898 _NEW_TEXTURE | \
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 498 if (new_state & _NEW_TEXTURE) { in nouveau_update_state()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1842 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()
|