Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.h44 struct softpipe_resource struct
46 struct pipe_resource base;
48 unsigned long level_offset[SP_MAX_TEXTURE_2D_LEVELS];
49 unsigned stride[SP_MAX_TEXTURE_2D_LEVELS];
55 struct sw_displaytarget *dt;
83 static INLINE struct softpipe_resource * argument
84 softpipe_resource(struct pipe_resource *pt) in softpipe_resource() function