Searched refs:depth_texture_mask (Results 1 – 4 of 4) sorted by relevance
505 if (samplers->depth_texture_mask || in si_update_compressed_tex_shader_mask()529 samplers->depth_texture_mask &= ~(1u << slot); in si_set_sampler_views()544 samplers->depth_texture_mask |= 1u << slot; in si_set_sampler_views()546 samplers->depth_texture_mask &= ~(1u << slot); in si_set_sampler_views()558 samplers->depth_texture_mask &= ~(1u << slot); in si_set_sampler_views()
155 uint32_t depth_texture_mask; /* which textures are depth */ member
384 unsigned mask = textures->depth_texture_mask; in si_flush_depth_textures()640 if (sctx->samplers[i].depth_texture_mask) { in si_decompress_textures()
264 unsigned depth_texture_mask = textures->compressed_depthtex_mask; in r600_decompress_depth_textures() local266 while (depth_texture_mask) { in r600_decompress_depth_textures()271 i = u_bit_scan(&depth_texture_mask); in r600_decompress_depth_textures()