Searched refs:fd_surface (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_surface.h32 struct fd_surface { struct
36 static inline struct fd_surface *
37 fd_surface(struct pipe_surface *psurf) function in typeref:struct:fd_surface *
39 return (struct fd_surface *)psurf;
H A Dfreedreno_surface.c40 struct fd_surface* surface = CALLOC_STRUCT(fd_surface);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_surface.h32 struct fd_surface { struct
36 static inline struct fd_surface *
37 fd_surface(struct pipe_surface *psurf) function in typeref:struct:fd_surface *
39 return (struct fd_surface *)psurf;
H A Dfreedreno_surface.c38 struct fd_surface *surface = CALLOC_STRUCT(fd_surface);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst2112 - freedreno: remove unused fd_surface fields

Completed in 7 milliseconds