Searched defs:pipe_surface (Results 1 – 3 of 3) sorted by relevance
92 …truct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *)) in util_surfaces_destroy()
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;
422 struct pipe_surface struct434 union pipe_surface_desc u; argument