Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.h48 struct vc4_surface { struct
49 struct pipe_surface base;
50 uint32_t offset;
51 uint8_t tiling;
106 vc4_surface(struct pipe_surface *psurf) in vc4_surface() function