Searched defs:pipe_surface (Results 1 – 2 of 2) sorted by relevance
333 struct pipe_surface struct335 struct pipe_reference reference;336 struct pipe_resource *texture; /**< resource into which this is a view */337 struct pipe_context *context; /**< context this surface belongs to */338 enum pipe_format format;341 unsigned width; /**< logical width in pixels */342 unsigned height; /**< logical height in pixels */344 unsigned writable:1; /**< writable shader resource */346 union {356 } u;
443 struct pipe_surface struct462 union pipe_surface_desc u; argument