HomeSort by relevance Sort by last modified time
    Searched refs:fd_surface (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_surface.h 34 struct fd_surface { struct
43 static inline struct fd_surface *
44 fd_surface(struct pipe_surface *psurf) function
46 return (struct fd_surface *)psurf;
freedreno_surface.c 42 struct fd_surface* surface = CALLOC_STRUCT(fd_surface);

Completed in 468 milliseconds