Lines Matching refs:planes
128 struct si_texture *dst, unsigned planes, unsigned level_mask,
136 if (planes & PIPE_MASK_Z)
138 if (planes & PIPE_MASK_S)
200 struct si_texture *texture, unsigned planes,
211 if (planes & PIPE_MASK_S)
213 if (planes & PIPE_MASK_Z)
252 if (planes & PIPE_MASK_Z)
254 if (planes & PIPE_MASK_S)
264 * of Z and/or S planes in place.
397 * when we don't decompress but TC-compatible planes are dirty.
845 void si_decompress_subresource(struct pipe_context *ctx, struct pipe_resource *tex, unsigned planes,
853 planes &= PIPE_MASK_Z | PIPE_MASK_S;
856 planes &= ~PIPE_MASK_S;
866 si_decompress_depth(sctx, stex, planes, level, level, first_layer, last_layer);