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