Home
last modified time | relevance | path

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

/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()
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h333 struct pipe_surface struct
335 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;
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h422 struct pipe_surface struct
434 union pipe_surface_desc u; argument