Searched refs:_NEW_BUFFERS (Results 1 – 25 of 44) sorted by relevance
12
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 646 return _NEW_TEXTURE_STATE | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags() 649 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags() 672 return _NEW_BUFFERS; in _mesa_program_state_flags() 689 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags() 710 return _NEW_BUFFERS; in _mesa_program_state_flags()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 67 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in i915InvalidateState() 81 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
|
D | i915_vtbl.c | 727 if (ctx->NewState & _NEW_BUFFERS) { in i915_update_draw_buffer() 801 intel->NewGLState |= _NEW_BUFFERS; in i915_update_draw_buffer()
|
D | i830_vtbl.c | 731 if (ctx->NewState & _NEW_BUFFERS) { in i830_update_draw_buffer() 834 intel->NewGLState |= _NEW_BUFFERS; in i830_update_draw_buffer()
|
/external/mesa3d/src/mesa/main/ |
D | state.c | 291 if (new_state & _NEW_BUFFERS) in _mesa_update_state_locked() 301 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE_OBJECT | _NEW_FOG | in _mesa_update_state_locked()
|
D | multisample.c | 84 if (ctx->NewState & _NEW_BUFFERS) { in _mesa_GetMultisamplefv()
|
D | fbobject.c | 985 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_test_framebuffer_completeness() 1457 ctx->NewState |= _NEW_BUFFERS; in framebuffer_parameteri() 1658 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_DeleteRenderbuffers() 2143 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_renderbuffer_storage() 2348 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_EGLImageTargetRenderbufferStorageOES() 2674 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_bind_framebuffers() 2683 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_bind_framebuffers() 2739 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_DeleteFramebuffers() 3296 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_framebuffer_texture() 3655 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_framebuffer_renderbuffer()
|
D | buffers.c | 669 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in updated_drawbuffers() 819 ctx->NewState |= _NEW_BUFFERS; in _mesa_readbuffer()
|
D | texenv.c | 649 if(ctx->NewState & (_NEW_BUFFERS | _NEW_FRAG_CLAMP)) in _mesa_GetTexEnvfv()
|
D | debug.c | 100 (state & _NEW_BUFFERS) ? "ctx->Visual, ctx->DrawBuffer,, " : ""); in _mesa_print_state()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.c | 79 _NEW_BUFFERS | in brw_upload_sf_prog()
|
D | genX_state_upload.c | 249 .mesa = _NEW_BUFFERS | 300 .mesa = _NEW_BUFFERS, 1241 .mesa = _NEW_BUFFERS | 1464 .mesa = _NEW_BUFFERS | 1713 (GEN_GEN <= 7 ? _NEW_BUFFERS | _NEW_POLYGON : 0) | 1714 (GEN_GEN == 10 ? _NEW_BUFFERS : 0), 2010 (GEN_GEN < 8 ? _NEW_BUFFERS | 2319 .mesa = _NEW_BUFFERS | 2536 .mesa = _NEW_BUFFERS | 3031 .mesa = _NEW_BUFFERS | [all …]
|
D | gen7_misc_state.c | 195 .mesa = _NEW_BUFFERS |
|
D | brw_clip.c | 77 _NEW_BUFFERS | in brw_upload_clip_prog()
|
D | gen8_depth_state.c | 366 .mesa = _NEW_BUFFERS |
|
D | brw_vs.c | 269 _NEW_BUFFERS | in brw_vs_state_dirty()
|
D | brw_context.c | 185 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in intel_update_state() 188 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) { in intel_update_state() 198 if (new_state & _NEW_BUFFERS) { in intel_update_state()
|
D | brw_wm_surface_state.c | 979 .mesa = _NEW_BUFFERS | 988 .mesa = _NEW_BUFFERS, 1067 .mesa = _NEW_BUFFERS,
|
D | brw_misc_state.c | 412 .mesa = _NEW_BUFFERS,
|
D | brw_state_upload.c | 275 DEFINE_BIT(_NEW_BUFFERS),
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 194 if (new_state & (_NEW_VIEWPORT | _NEW_BUFFERS)) { in _tnl_InvalidateState()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 102 #define _SWRAST_NEW_RASTERMASK (_NEW_BUFFERS| \
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 688 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/ |
D | nouveau_context.c | 426 if (ctx->NewState & _NEW_BUFFERS) in nouveau_validate_framebuffer()
|
D | nouveau_state.c | 460 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in nouveau_update_state()
|
12