| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/ |
| H A D | vid_dec_h264.c | 50 priv->Flush = vid_dec_h264_Flush;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_h264.c | 50 priv->Flush = vid_dec_h264_Flush;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_ioctl.c | 86 functions->Flush = radeonFlush;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_ioctl.c | 86 functions->Flush = radeonFlush;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 45 void Flush();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 46 void Flush();
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | step.c | 104 static void Flush(void) function in typeref:typename:void 125 Flush();
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_sync.c | 54 if (pNv->Flush) 55 pNv->Flush(scrn);
|
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Makefile.am | 15 Flush.c \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_cmdbuf.h | 104 radeon->glCtx.Driver.Flush(&radeon->glCtx); /* +r6/r7 */
|
| H A D | radeon_fbo.c | 536 if (ctx->Driver.Flush) 537 ctx->Driver.Flush(ctx); /* +r6/r7 */ 580 if (ctx->Driver.Flush) 581 ctx->Driver.Flush(ctx); /* +r6/r7 */ 722 if (ctx->Driver.Flush) 723 ctx->Driver.Flush(ctx); /* +r6/r7 */ 831 if (ctx->Driver.Flush) 832 ctx->Driver.Flush(ctx); /* +r6/r7 */
|
| H A D | radeon_queryobj.c | 93 ctx->Driver.Flush(ctx); 171 ctx->Driver.Flush(ctx);
|
| H A D | radeon_buffer_objects.c | 188 ctx->Driver.Flush(ctx);
|
| H A D | radeon_common.c | 373 ctx->Driver.Flush(ctx); 575 if (ctx->Driver.Flush) 576 ctx->Driver.Flush(ctx); /* +r6/r7 */ 691 (void (*)(void *))rmesa->glCtx.Driver.Flush, &rmesa->glCtx);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_cmdbuf.h | 104 radeon->glCtx.Driver.Flush(&radeon->glCtx, 0); /* +r6/r7 */
|
| H A D | radeon_fbo.c | 536 if (ctx->Driver.Flush) 537 ctx->Driver.Flush(ctx, 0); /* +r6/r7 */ 580 if (ctx->Driver.Flush) 581 ctx->Driver.Flush(ctx, 0); /* +r6/r7 */ 722 if (ctx->Driver.Flush) 723 ctx->Driver.Flush(ctx, 0); /* +r6/r7 */ 831 if (ctx->Driver.Flush) 832 ctx->Driver.Flush(ctx, 0); /* +r6/r7 */
|
| H A D | radeon_queryobj.c | 94 ctx->Driver.Flush(ctx, 0); 172 ctx->Driver.Flush(ctx, 0);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.3.rst | 52 - cherry-ignore: add the Flush after unmap in gbm/dri fix 53 - cherry-ignore: corrected typo in the Flush after unmap in gbm/dri fix 91 - anv: Flush caches prior to PIPELINE_SELECT on all gens
|
| H A D | 17.0.4.rst | 67 - Revert "cherry-ignore: add the Flush after unmap in gbm/dri fix" 123 - gbm/dri: Flush after unmap
|
| H A D | 17.0.5.rst | 84 - anv/blorp: Flush the texture cache in UpdateBuffer 85 - anv/cmd_buffer: Flush the VF cache at the top of all primaries
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_dec_common.h | 54 struct pipe_video_buffer *(*Flush)(vid_dec_PrivateType *priv, OMX_TICKS *timestamp); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_flush.c | 67 * Flush, and wait for completion. 88 * Called via ctx->Driver.Flush() 189 functions->Flush = st_glFlush;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_dec_common.h | 56 struct pipe_video_buffer *(*Flush)(vid_dec_PrivateType *priv, OMX_TICKS *timestamp); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_flush.c | 66 * Flush, and wait for completion. 87 * Called via ctx->Driver.Flush() 190 functions->Flush = st_glFlush;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Device.cpp | 55 static void APIENTRY Flush(D3D10DDI_HDEVICE hDevice); 211 pDeviceFuncs->pfnFlush = Flush; 416 * Flush -- 418 * The Flush function submits outstanding hardware commands that 425 Flush(D3D10DDI_HDEVICE hDevice) // IN function in typeref:typename:void APIENTRY
|