Searched refs:compressed_depthtex_mask (Results 1 – 3 of 3) sorted by relevance
631 dst->views.compressed_depthtex_mask |= 1 << i; in r600_set_sampler_views()633 dst->views.compressed_depthtex_mask &= ~(1 << i); in r600_set_sampler_views()664 dst->views.compressed_depthtex_mask &= dst->views.enabled_mask; in r600_set_sampler_views()1065 if (rctx->vs_samplers.views.compressed_depthtex_mask) { in r600_update_derived_state()1068 if (rctx->ps_samplers.views.compressed_depthtex_mask) { in r600_update_derived_state()
272 uint32_t compressed_depthtex_mask; /* which textures are depth */ member
234 unsigned depth_texture_mask = textures->compressed_depthtex_mask; in r600_decompress_depth_textures()