Home
last modified time | relevance | path

Searched defs:radeon_cmdbuf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h198 struct radeon_cmdbuf { struct
199 struct radeon_cmdbuf_chunk current; argument
200 struct radeon_cmdbuf_chunk *prev; argument
201 unsigned num_prev; /* Number of previous chunks. */
202 unsigned max_prev; /* Space in array pointed to by prev. */
203 unsigned prev_dw; /* Total number of dwords in previous chunks. */
206 uint64_t used_vram;
207 uint64_t used_gart;
208 uint64_t gpu_address;
/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h98 struct radeon_cmdbuf { struct
99 unsigned cdw; /* Number of used dwords. */
100 unsigned max_dw; /* Maximum number of dwords. */
101 uint32_t *buf; /* The base pointer of the chunk. */
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.h367 struct radeon_cmdbuf { struct
368 struct radeon_cs_manager *csm;
369 struct radeon_cs *cs;
370 int size; /** # of dwords total */
371 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.h367 struct radeon_cmdbuf { struct
368 struct radeon_cs_manager *csm;
369 struct radeon_cs *cs;
370 int size; /** # of dwords total */
371 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */