Lines Matching defs:samples

732     * multisampled color surfaces by storing a mapping from samples to planes
733 * in the MCS surface, allowing for de-duplication of identical samples.
736 * it maps samples to slices is documented in the PRMs.
738 * @invariant isl_surf::samples > 1
752 * @invariant isl_surf::samples == 1
778 * @invariant isl_surf::samples == 1
789 * @invariant isl_surf::samples == 1
801 * @invariant isl_surf::samples == 1
815 * @invariant isl_surf::samples == 1
836 * where the MCS is used for fast-clears and "identical samples"
840 * @invariant isl_surf::samples > 1
850 * @invariant isl_surf::samples == 1
963 * and the color of the samples in the block is taken either the
1171 * In this format, multiple samples are interleaved into each cacheline.
1429 * @invariant samples >= 1
1432 * @invariant if 1D then height == 1 and depth == 1 and samples == 1
1434 * @invariant if 3D then array_len == 1 and samples == 1
1445 uint32_t samples;
1473 /** Spatial layout of the samples if isl_surf::samples > 1 */
1502 * surface samples.
1516 * Number of samples in the surface
1518 * @invariant samples >= 1
1520 uint32_t samples;
2062 uint32_t samples,
2255 isl_get_interleaved_msaa_px_size_sa(uint32_t samples);
2525 * samples.
2606 * Pitch between physical array slices, in rows of surface samples.
2625 * Calculate the offset, in units of surface samples, to a subimage in the
2661 * Calculate the offset, in bytes and intratile surface samples, to a
2666 * offsets to samples.
2726 * surface lives at the returned byte and intratile offsets, in samples.
2802 uint32_t samples,
2816 * Calculate the intratile offsets to a surface coordinate, in samples.
2828 * @param[in] total_x_offset_sa The X offset in tile space, in samples
2829 * @param[in] total_y_offset_sa The Y offset in tile space, in samples
2830 * @param[in] total_z_offset_sa The Z offset in tile space, in samples
2833 * @param[out] x_offset_sa The X offset within the tile, in samples
2834 * @param[out] y_offset_sa The Y offset within the tile, in samples
2835 * @param[out] z_offset_sa The Z offset within the tile, in samples
2843 uint32_t samples,
2859 * which is samples for multisampled surfaces but elements for compressed
2870 samples, row_pitch_B,