Searched refs:rcommonFlushCmdBuf (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_cmdbuf.h | 5 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller);
|
D | radeon_common.c | 544 rcommonFlushCmdBuf(radeon, __func__); in radeonFlush() 621 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller) in rcommonFlushCmdBuf() function 651 rcommonFlushCmdBuf(rmesa, caller); in rcommonEnsureCmdBufSpace()
|
D | radeon_screen.h | 198 #define rcommonFlushCmdBuf r200_rcommonFlushCmdBuf macro
|
D | radeon_dma.c | 235 rcommonFlushCmdBuf(rmesa, __func__); in radeonRefillCurrentDmaRegion()
|
D | radeon_common_context.c | 260 rcommonFlushCmdBuf( radeon, __func__ ); in radeonDestroyContext()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_cmdbuf.h | 5 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller);
|
D | radeon_common.c | 544 rcommonFlushCmdBuf(radeon, __func__); in radeonFlush() 621 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller) in rcommonFlushCmdBuf() function 651 rcommonFlushCmdBuf(rmesa, caller); in rcommonEnsureCmdBufSpace()
|
D | radeon_screen.h | 198 #define rcommonFlushCmdBuf r200_rcommonFlushCmdBuf macro
|
D | radeon_dma.c | 235 rcommonFlushCmdBuf(rmesa, __func__); in radeonRefillCurrentDmaRegion()
|
D | radeon_common_context.c | 260 rcommonFlushCmdBuf( radeon, __func__ ); in radeonDestroyContext()
|