Home
last modified time | relevance | path

Searched refs:_NEW_BUFFERS (Results 1 – 25 of 44) sorted by relevance

12

/external/mesa3d/src/mesa/program/
Dprog_statevars.c679 return _NEW_TEXTURE_STATE | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
682 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
705 return _NEW_BUFFERS; in _mesa_program_state_flags()
722 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags()
743 return _NEW_BUFFERS; in _mesa_program_state_flags()
746 return _NEW_BUFFERS | _NEW_POINT; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c66 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in i915InvalidateState()
80 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
Di915_vtbl.c718 if (ctx->NewState & _NEW_BUFFERS) { in i915_update_draw_buffer()
792 intel->NewGLState |= _NEW_BUFFERS; in i915_update_draw_buffer()
Di830_vtbl.c731 if (ctx->NewState & _NEW_BUFFERS) { in i830_update_draw_buffer()
834 intel->NewGLState |= _NEW_BUFFERS; in i830_update_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c188 .mesa = _NEW_BUFFERS |
Dbrw_sf.c79 _NEW_BUFFERS | in brw_upload_sf_prog()
DgenX_state_upload.c168 .mesa = _NEW_BUFFERS |
219 .mesa = _NEW_BUFFERS,
1264 .mesa = _NEW_BUFFERS |
1489 .mesa = _NEW_BUFFERS |
1738 (GEN_GEN <= 7 ? _NEW_BUFFERS | _NEW_POLYGON : 0) |
1739 (GEN_GEN == 10 ? _NEW_BUFFERS : 0),
2067 (GEN_GEN < 8 ? _NEW_BUFFERS |
2401 .mesa = _NEW_BUFFERS |
2542 .mesa = _NEW_BUFFERS |
3056 .mesa = _NEW_BUFFERS |
[all …]
Dbrw_clip.c77 _NEW_BUFFERS | in brw_upload_clip_prog()
Dbrw_vs.c235 _NEW_BUFFERS | in brw_vs_state_dirty()
Dbrw_wm_surface_state.c1052 .mesa = _NEW_BUFFERS |
1061 .mesa = _NEW_BUFFERS,
1141 .mesa = _NEW_BUFFERS,
Dbrw_context.c198 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in intel_update_state()
201 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) { in intel_update_state()
211 if (new_state & _NEW_BUFFERS) { in intel_update_state()
Dbrw_state_upload.c420 DEFINE_BIT(_NEW_BUFFERS),
Dbrw_wm.c367 _NEW_BUFFERS | in brw_wm_state_dirty()
/external/mesa3d/src/mesa/main/
Dstate.c411 if (new_state & _NEW_BUFFERS) in _mesa_update_state_locked()
424 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE_OBJECT | _NEW_FOG | in _mesa_update_state_locked()
Dmultisample.c85 if (ctx->NewState & _NEW_BUFFERS) { in _mesa_GetMultisamplefv()
Dbuffers.c736 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in updated_drawbuffers()
887 ctx->NewState |= _NEW_BUFFERS; in _mesa_readbuffer()
Dfbobject.c1097 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_test_framebuffer_completeness()
1715 ctx->NewState |= _NEW_BUFFERS; in framebuffer_parameteri()
1989 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_DeleteRenderbuffers()
2497 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_renderbuffer_storage()
2711 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_EGLImageTargetRenderbufferStorageOES()
3123 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_bind_framebuffers()
3132 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_bind_framebuffers()
3184 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_DeleteFramebuffers()
3771 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_framebuffer_texture()
4179 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_framebuffer_renderbuffer()
Ddebug.c99 (state & _NEW_BUFFERS) ? "ctx->Visual, ctx->DrawBuffer,, " : ""); in _mesa_print_state()
/external/mesa3d/src/mesa/tnl/
Dt_context.c195 if (new_state & (_NEW_VIEWPORT | _NEW_BUFFERS)) { in _tnl_InvalidateState()
/external/mesa3d/src/mesa/swrast/
Ds_context.h103 #define _SWRAST_NEW_RASTERMASK (_NEW_BUFFERS| \
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c688 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in xmesa_update_state()
706 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c426 if (ctx->NewState & _NEW_BUFFERS) in nouveau_validate_framebuffer()
Dnouveau_state.c460 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in nouveau_update_state()
/external/mesa3d/docs/relnotes/
D9.1.3.rst176 - st/mesa: depth-stencil-alpha state also depends on \_NEW_BUFFERS
D9.0.3.rst178 - i965: Add missing \_NEW_BUFFERS dirty bit in Gen7 SBE state.

12