Home | History | Annotate | Download | only in radeonsi

Lines Matching full:textures

127 		 * as far as 3D textures are concerned. */
227 * as far as 3D textures are concerned. */
381 struct si_textures_info *textures)
384 unsigned mask = textures->depth_texture_mask;
393 view = textures->views.views[i];
444 * as far as 3D textures are concerned. */
474 struct si_textures_info *textures)
477 unsigned mask = textures->compressed_colortex_mask;
485 view = textures->views.views[i];
528 struct si_textures_info *textures)
530 uint32_t mask = textures->views.enabled_mask;
539 view = textures->views.views[i];
635 /* Decompress color & depth textures if needed. */