Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h202 struct radeon_cmdbuf { struct
203 struct radeon_cmdbuf_chunk current; argument
204 struct radeon_cmdbuf_chunk *prev; argument
205 uint16_t num_prev; /* Number of previous chunks. */
206 uint16_t max_prev; /* Space in array pointed to by prev. */
207 unsigned prev_dw; /* Total number of dwords in previous chunks. */
210 uint32_t used_vram_kb;
211 uint32_t used_gart_kb;
212 uint64_t gpu_address;
215 void *priv;
/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h93 struct radeon_cmdbuf { struct
94 unsigned cdw; /* Number of used dwords. */
95 unsigned max_dw; /* Maximum number of dwords. */
96 uint32_t *buf; /* The base pointer of the chunk. */
/third_party/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 */
/third_party/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 */