Searched refs:rcommonFlushCmdBuf (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_cmdbuf.h | 5 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller);
|
D | radeon_common.c | 607 rcommonFlushCmdBuf(radeon, __FUNCTION__); in radeonFlush() 685 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller) in rcommonFlushCmdBuf() function 715 rcommonFlushCmdBuf(rmesa, caller); in rcommonEnsureCmdBufSpace()
|
D | radeon_common_context.c | 235 rcommonFlushCmdBuf( radeon, __FUNCTION__ ); in radeonDestroyContext()
|
D | radeon_dma.c | 234 rcommonFlushCmdBuf(rmesa, __FUNCTION__); in radeonRefillCurrentDmaRegion()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_cmdbuf.h | 5 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller);
|
D | radeon_common.c | 607 rcommonFlushCmdBuf(radeon, __FUNCTION__); in radeonFlush() 685 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller) in rcommonFlushCmdBuf() function 715 rcommonFlushCmdBuf(rmesa, caller); in rcommonEnsureCmdBufSpace()
|
D | radeon_common_context.c | 235 rcommonFlushCmdBuf( radeon, __FUNCTION__ ); in radeonDestroyContext()
|
D | radeon_dma.c | 234 rcommonFlushCmdBuf(rmesa, __FUNCTION__); in radeonRefillCurrentDmaRegion()
|