Searched defs:__DRIimageRec (Results 1 – 1 of 1) sorted by relevance
153 struct __DRIimageRec { struct154 struct pipe_resource *texture;155 unsigned level;156 unsigned layer;157 uint32_t dri_format;158 uint32_t dri_fourcc;159 uint32_t dri_components;163 uint32_t internal_format;164 unsigned use;165 unsigned plane;[all …]