Searched refs:flush (Results 1 - 25 of 680) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_job.c58 cl_emit(&job->bcl, FLUSH, flush);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dtelnet-buffer.py39 sys.stdout.flush()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_buffer.c42 bool flush = false; local in function:virgl_buffer_transfer_map
47 flush = true;
49 flush = virgl_res_needs_flush(vctx, trans);
51 if (flush)
52 ctx->flush(ctx, NULL, 0);
59 if (readback || flush)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) argument
65 flush(pipe, &ds->base);
70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) argument
81 flush(pipe, &ds->base);
86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) argument
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) argument
65 flush(pipe, &ds->base);
70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) argument
81 flush(pipe, &ds->base);
86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) argument
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dqueue.hpp49 void flush();
H A Dqueue.cpp67 command_queue::flush() { function in class:command_queue
73 pipe->flush(pipe, &fence, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_flush.c51 /* Only shortcut this if we have no fence, otherwise we must flush the
68 i915->base.flush = i915_flush_pipe;
72 * Here we handle all the notifications that needs to go out on a flush.
/xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
H A Dgen_zipped_file.py59 compressed_data += compress.flush()
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_flush.c49 /* Only shortcut this if we have no fence, otherwise we must flush the
67 i915->base.flush = i915_flush_pipe;
71 * Here we handle all the notifications that needs to go out on a flush.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_job.c73 cl_emit(&job->bcl, FLUSH, flush);
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_zipped_file.py58 compressed_data += compress.flush()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp63 q.flush();
109 obj(d_q).flush();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.2.3.rst68 - i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.
69 - i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.
70 - i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.
71 - i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
/xsrc/external/mit/xorg-server/dist/glx/
H A Dcreatecontext.c91 uint32_t flush = GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB; local in function:__glXDisp_CreateContextAttribsARB
207 flush = attribs[2 * i + 1];
208 if (flush != GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB
209 && flush != GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB)
352 ctx->releaseBehavior = flush;
/xsrc/external/mit/xcb-proto/dist/
H A Dpy-compile148 sys.stdout.flush()
172 sys.stdout.flush()
195 sys.stdout.flush()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c436 assert(mgr->provider->flush);
437 if(mgr->provider->flush)
438 mgr->provider->flush(mgr->provider);
466 mgr->base.flush = pb_slab_manager_flush;
513 assert(mgr->provider->flush);
514 if(mgr->provider->flush)
515 mgr->provider->flush(mgr->provider);
553 mgr->base.flush = pb_slab_range_manager_flush;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h75 if ( rmesa->radeon.dma.flush ) \
76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h93 if ( rmesa->radeon.dma.flush ) \
94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dqueue.cpp63 q.flush();
122 obj(d_q).flush();
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c121 stage->next->flush( stage->next, flags );
153 cull->stage.flush = cull_flush;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c431 assert(mgr->provider->flush);
432 if(mgr->provider->flush)
433 mgr->provider->flush(mgr->provider);
461 mgr->base.flush = pb_slab_manager_flush;
508 assert(mgr->provider->flush);
509 if(mgr->provider->flush)
510 mgr->provider->flush(mgr->provider);
548 mgr->base.flush = pb_slab_range_manager_flush;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h75 if ( rmesa->radeon.dma.flush ) \
76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h93 if ( rmesa->radeon.dma.flush ) \
94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h201 * flush Flush drawing updates for this frame to the screen.
204 (RootlessFrameID wid, Bool flush);
348 * flush If true, damaged areas are flushed to the screen.
350 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);

Completed in 13 milliseconds

1234567891011>>