Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c36 struct nine_subbuffer { struct
37 struct nine_buffer_group *parent; /* Can be NULL */
38 struct pipe_resource *resource; /* The parent resource if apply */
39 unsigned offset; /* Offset inside the resource */
41 struct pipe_transfer *transfer;
42 uint8_t *map;