Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h334 struct pipe_surface struct
336 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;
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h443 struct pipe_surface struct
462 union pipe_surface_desc u; argument