Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h196 struct radeon_cmdbuf { struct
197 struct radeon_cmdbuf_chunk current; argument
198 struct radeon_cmdbuf_chunk *prev; argument
199 uint16_t num_prev; /* Number of previous chunks. */
200 uint16_t max_prev; /* Space in array pointed to by prev. */
201 unsigned prev_dw; /* Total number of dwords in previous chunks. */
204 uint32_t used_vram_kb;
205 uint32_t used_gart_kb;
206 uint64_t gpu_address;
209 void *priv;
[all …]
/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h104 struct radeon_cmdbuf { struct
105 unsigned cdw; /* Number of used dwords. */
106 unsigned max_dw; /* Maximum number of dwords. */
107 uint32_t *buf; /* The base pointer of the chunk. */