Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h223 struct radeon_cmdbuf { struct
224 struct radeon_cmdbuf_chunk current; argument
225 struct radeon_cmdbuf_chunk *prev; argument
226 uint16_t num_prev; /* Number of previous chunks. */
227 uint16_t max_prev; /* Space in array pointed to by prev. */
228 unsigned prev_dw; /* Total number of dwords in previous chunks. */
231 uint32_t used_vram_kb;
232 uint32_t used_gart_kb;
235 void *priv;
236 void *csc; /* amdgpu_cs_context */
/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h86 struct radeon_cmdbuf { struct
90 uint64_t cdw; /* Number of used dwords. */
91 uint64_t max_dw; /* Maximum number of dwords. */
92 uint64_t reserved_dw; /* Number of dwords reserved through radeon_check_space() */
93 uint32_t *buf; /* The base pointer of the chunk. */