Searched defs:pipe_surface (Results 1 – 2 of 2) sorted by relevance
327 struct pipe_surface struct329 struct pipe_reference reference;330 struct pipe_resource *texture; /**< resource into which this is a view */331 struct pipe_context *context; /**< context this surface belongs to */332 enum pipe_format format;335 unsigned width; /**< logical width in pixels */336 unsigned height; /**< logical height in pixels */338 unsigned usage; /**< bitmask of PIPE_BIND_x */339 unsigned writable:1; /**< writable shader resource */341 union {[all …]
92 …truct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *)) in util_surfaces_destroy()