Home
last modified time | relevance | path

Searched refs:depth_texture_mask (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c505 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()
Dsi_pipe.h155 uint32_t depth_texture_mask; /* which textures are depth */ member
Dsi_blit.c384 unsigned mask = textures->depth_texture_mask; in si_flush_depth_textures()
640 if (sctx->samplers[i].depth_texture_mask) { in si_decompress_textures()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c264 unsigned depth_texture_mask = textures->compressed_depthtex_mask; in r600_decompress_depth_textures() local
266 while (depth_texture_mask) { in r600_decompress_depth_textures()
271 i = u_bit_scan(&depth_texture_mask); in r600_decompress_depth_textures()