Searched refs:radeonFlush (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.c64 radeonFlush( ctx );
86 functions->Flush = radeonFlush;
H A Dr200_blit.c547 radeonFlush(&r200->radeon.glCtx);
567 radeonFlush(ctx);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.c64 radeonFlush( ctx, 0 );
86 functions->Flush = radeonFlush;
H A Dr200_blit.c537 radeonFlush(&r200->radeon.glCtx, 0);
557 radeonFlush(ctx, 0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.h15 void radeonFlush(struct gl_context *ctx);
H A Dradeon_ioctl.h79 extern void radeonFlush( struct gl_context *ctx );
H A Dradeon_blit.c398 radeonFlush(ctx);
418 radeonFlush(ctx);
H A Dradeon_screen.h196 #define radeonFlush r200_radeonFlush macro
H A Dradeon_ioctl.c416 ctx->Driver.Flush = radeonFlush;
H A Dradeon_common.c527 void radeonFlush(struct gl_context *ctx) function in typeref:typename:void
H A Dradeon_screen.c206 radeonFlush(&rmesa->glCtx);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.h15 void radeonFlush(struct gl_context *ctx, unsigned gallium_flush_flags);
H A Dradeon_ioctl.h79 extern void radeonFlush( struct gl_context *ctx, unsigned gallium_flush_flags );
H A Dradeon_screen.h186 #define radeonFlush r200_radeonFlush macro
H A Dradeon_blit.c389 radeonFlush(ctx, 0);
409 radeonFlush(ctx, 0);
H A Dradeon_ioctl.c415 ctx->Driver.Flush = radeonFlush;
H A Dradeon_common.c526 void radeonFlush(struct gl_context *ctx, unsigned gallium_flush_flags) function in typeref:typename:void
H A Dradeon_screen.c195 radeonFlush(&rmesa->glCtx, 0);

Completed in 16 milliseconds