Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h216 struct radeon_cmdbuf { struct
217 struct radeon_cmdbuf_chunk current; argument
218 struct radeon_cmdbuf_chunk *prev; argument
219 uint16_t num_prev; /* Number of previous chunks. */
220 uint16_t max_prev; /* Space in array pointed to by prev. */
221 unsigned prev_dw; /* Total number of dwords in previous chunks. */
224 uint32_t used_vram_kb;
225 uint32_t used_gart_kb;
228 void *priv;
229 void *csc; /* amdgpu_cs_context */
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h88 struct radeon_cmdbuf { struct
92 uint64_t cdw; /* Number of used dwords. */
93 uint64_t max_dw; /* Maximum number of dwords. */
94 uint64_t reserved_dw; /* Number of dwords reserved through radeon_check_space() */
95 uint32_t *buf; /* The base pointer of the chunk. */