HomeSort by: relevance | last modified time | path
    Searched refs:flush (Results 1 - 25 of 603) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
telnet-buffer.py 39 sys.stdout.flush()
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3dx_job.c 39 cl_packet_length(FLUSH));
53 /* We just FLUSH here to tell the HW to cap the bin CLs with a
58 cl_emit(&job->bcl, FLUSH, flush);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_dirty_surfaces.h 57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush)
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)
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)
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/auxiliary/util/
u_dirty_surfaces.h 57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush)
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)
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)
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/drivers/virgl/
virgl_buffer.c 42 bool flush = false; local
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/dist/src/gallium/drivers/i915/
i915_flush.c 49 /* 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/
v3dx_job.c 40 cl_packet_length(FLUSH));
68 /* We just FLUSH here to tell the HW to cap the bin CLs with a
73 cl_emit(&job->bcl, FLUSH, flush);
  /xsrc/external/mit/MesaLib/dist/src/intel/genxml/
gen_zipped_file.py 58 compressed_data += compress.flush()
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_flush.c 51 /* 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/gallium/state_trackers/clover/core/core/
queue.hpp 49 void flush();
queue.cpp 67 command_queue::flush() { function in class:command_queue
73 pipe->flush(pipe, &fence, 0);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
gen_zipped_file.py 59 compressed_data += compress.flush()
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
queue.cpp 63 q.flush();
109 obj(d_q).flush();
  /xsrc/external/mit/xorg-server/dist/glx/
createcontext.c 91 uint32_t flush = GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB; local
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/
py-compile 148 sys.stdout.flush()
172 sys.stdout.flush()
195 sys.stdout.flush()
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_pipe_cull.c 121 stage->next->flush( stage->next, flags );
153 cull->stage.flush = cull_flush;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 431 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/gallium/frontends/clover/api/
queue.cpp 63 q.flush();
122 obj(d_q).flush();
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_ioctl.h 75 if ( rmesa->radeon.dma.flush ) \
76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 93 if ( rmesa->radeon.dma.flush ) \
94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 436 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/
r200_ioctl.h 75 if ( rmesa->radeon.dma.flush ) \
76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 93 if ( rmesa->radeon.dma.flush ) \
94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootless.h 199 * flush Flush drawing updates for this frame to the screen.
202 (RootlessFrameID wid, Bool flush);
205 * Flush drawing updates to the screen.
343 * flush If true, damaged areas are flushed to the screen.
345 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootless.h 201 * flush Flush drawing updates for this frame to the screen.
204 (RootlessFrameID wid, Bool flush);
207 * Flush drawing updates to the screen.
348 * flush If true, damaged areas are flushed to the screen.
350 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>