Searched refs:cached_view (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h55 struct svga_sampler_view *cached_view; member in struct:svga_texture
H A Dsvga_sampler_view.c93 if (tex->cached_view &&
94 tex->cached_view->min_lod == min_lod &&
95 tex->cached_view->max_lod == max_lod) {
96 svga_sampler_view_reference(&sv, tex->cached_view);
160 svga_sampler_view_reference(&tex->cached_view, sv);
H A Dsvga_resource_texture.c224 svga_sampler_view_reference(&tex->cached_view, NULL);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h55 struct svga_sampler_view *cached_view; member in struct:svga_texture
H A Dsvga_sampler_view.c93 if (tex->cached_view &&
94 tex->cached_view->min_lod == min_lod &&
95 tex->cached_view->max_lod == max_lod) {
96 svga_sampler_view_reference(&sv, tex->cached_view);
160 svga_sampler_view_reference(&tex->cached_view, sv);
H A Dsvga_resource_texture.c224 svga_sampler_view_reference(&tex->cached_view, NULL);

Completed in 279 milliseconds