Searched defs:nine_subbuffer (Results 1 – 1 of 1) sorted by relevance
54 struct nine_subbuffer { struct55 struct nine_buffer_group *parent; /* Can be NULL */56 struct pipe_resource *resource; /* The parent resource if apply */57 unsigned offset; /* Offset inside the resource */59 struct pipe_transfer *transfer;60 uint8_t *map;