Lines Matching defs:isl_surf

521     * @invariant isl_surf::phys_level0_sa::depth == 1
529 * @invariant isl_surf::phys_level0_sa::array_len == 1
589 * @invariant isl_surf::samples > 1
595 * @invariant isl_surf::samples == 1
601 * @invariant isl_surf::samples == 1
1094 * @see isl_surf::row_pitch_B
1143 /** Lower bound for isl_surf::alignment, in bytes. */
1147 * Exact value for isl_surf::row_pitch. Ignored if zero. isl_surf_init()
1154 /** Flags that alter how ISL selects isl_surf::tiling. */
1158 struct isl_surf {
1184 * logical_layout := (isl_surf::dim, isl_surf::logical_level0_px)
1185 * isl_surf::phys_level0_sa := isl_surf::dim_layout * logical_layout
1252 * This may differ from the format of the actual isl_surf but must have
1291 const struct isl_surf *surf;
1309 const struct isl_surf *aux_surf;
1359 * This may differ from the format of the actual isl_surf but have the
1376 const struct isl_surf *depth_surf;
1382 * isl_surf as depth_surf.
1384 const struct isl_surf *stencil_surf;
1417 const struct isl_surf *hiz_surf;
1801 struct isl_surf *surf,
1805 isl_surf_get_tile_info(const struct isl_surf *surf,
1810 const struct isl_surf *surf,
1811 struct isl_surf *hiz_surf);
1815 const struct isl_surf *surf,
1816 struct isl_surf *mcs_surf);
1820 const struct isl_surf *surf,
1821 struct isl_surf *ccs_surf,
1855 const struct isl_surf *surf,
1869 isl_surf_get_image_alignment_el(const struct isl_surf *surf)
1879 isl_surf_get_image_alignment_sa(const struct isl_surf *surf)
1892 isl_surf_get_logical_level0_el(const struct isl_surf *surf)
1906 isl_surf_get_phys_level0_el(const struct isl_surf *surf)
1920 isl_surf_get_row_pitch_B(const struct isl_surf *surf)
1929 isl_surf_get_row_pitch_el(const struct isl_surf *surf)
1941 isl_surf_get_array_pitch_el_rows(const struct isl_surf *surf)
1950 isl_surf_get_array_pitch_el(const struct isl_surf *surf)
1960 isl_surf_get_array_pitch_sa_rows(const struct isl_surf *surf)
1970 isl_surf_get_array_pitch(const struct isl_surf *surf)
1984 isl_surf_get_image_offset_sa(const struct isl_surf *surf,
2000 isl_surf_get_image_offset_el(const struct isl_surf *surf,
2020 isl_surf_get_image_offset_B_tile_sa(const struct isl_surf *surf,
2029 * Create an isl_surf that represents a particular subimage in the surface.
2042 const struct isl_surf *surf,
2046 struct isl_surf *image_surf,
2108 const struct isl_surf *surf);