Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h170 struct radeon_winsys_cs { struct
171 struct radeon_winsys_cs_chunk current; argument
172 struct radeon_winsys_cs_chunk *prev; argument
173 unsigned num_prev; /* Number of previous chunks. */
174 unsigned max_prev; /* Space in array pointed to by prev. */
175 unsigned prev_dw; /* Total number of dwords in previous chunks. */
178 uint64_t used_vram;
179 uint64_t used_gart;
/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h97 struct radeon_winsys_cs { struct
98 unsigned cdw; /* Number of used dwords. */
99 unsigned max_dw; /* Maximum number of dwords. */
100 uint32_t *buf; /* The base pointer of the chunk. */