Searched defs:softpipe_resource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.h44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource *
84 softpipe_resource(struct pipe_resource *pt) function
86 return (struct softpipe_resource *) pt;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h44 struct softpipe_resource struct
83 static INLINE struct softpipe_resource *
84 softpipe_resource(struct pipe_resource *pt) function
86 return (struct softpipe_resource *) pt;

Completed in 269 milliseconds