Home
last modified time | relevance | path

Searched defs:pipe_surface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h327 struct pipe_surface struct
329 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 …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c92 …truct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *)) in util_surfaces_destroy()