Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h49 struct svga_texture struct
51 struct u_resource b;
53 boolean defined[6][SVGA_MAX_TEXTURE_LEVELS];
55 struct svga_sampler_view *cached_view;
57 unsigned view_age[SVGA_MAX_TEXTURE_LEVELS];
58 unsigned age;
60 boolean views_modified;
69 struct svga_host_surface_cache_key key;
77 struct svga_winsys_surface *handle;
101 static INLINE struct svga_texture *svga_texture( struct pipe_resource *resource ) in svga_texture() function
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_resource_texture.h49 struct svga_texture struct
51 struct u_resource b;
53 boolean defined[6][SVGA_MAX_TEXTURE_LEVELS];
55 struct svga_sampler_view *cached_view;
57 unsigned view_age[SVGA_MAX_TEXTURE_LEVELS];
58 unsigned age;
60 boolean views_modified;
69 struct svga_host_surface_cache_key key;
77 struct svga_winsys_surface *handle;
101 static INLINE struct svga_texture *svga_texture( struct pipe_resource *resource ) in svga_texture() function