Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.h45 struct vc4_surface { struct
46 struct pipe_surface base;
47 uint32_t offset;
48 uint8_t tiling;
90 vc4_surface(struct pipe_surface *psurf) in vc4_surface() function