Searched defs:vc4_surface (Results 1 – 1 of 1) sorted by relevance
45 struct vc4_surface { struct46 struct pipe_surface base;47 uint32_t offset;48 uint8_t tiling;90 vc4_surface(struct pipe_surface *psurf) in vc4_surface() function