Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.h66 struct fd_resource { struct
73 struct fd_resource_slice slices[MAX_MIP_LEVELS]; argument
80 struct fd_resource *stencil; argument
101 static inline struct fd_resource * argument
102 fd_resource(struct pipe_resource *ptex) in fd_resource() function