Searched defs:__DRIimageRec (Results 1 – 1 of 1) sorted by relevance
113 struct __DRIimageRec { struct114 struct pipe_resource *texture;115 unsigned level;116 unsigned layer;117 uint32_t dri_format;118 uint32_t dri_fourcc;119 uint32_t dri_components;123 uint32_t internal_format;124 unsigned use;125 unsigned plane;[all …]