Searched defs:svga_texture (Results 1 – 2 of 2) sorted by relevance
49 struct svga_texture struct51 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