Home
last modified time | relevance | path

Searched refs:fd_surface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_surface.h34 struct fd_surface { struct
43 static inline struct fd_surface * argument
44 fd_surface(struct pipe_surface *psurf) in fd_surface() function
46 return (struct fd_surface *)psurf; in fd_surface()
Dfreedreno_surface.c42 struct fd_surface* surface = CALLOC_STRUCT(fd_surface); in fd_create_surface()