Lines Matching defs:dim

357  * @param[in]  dim         The dimensionality of the surface being tiled
366 enum isl_surf_dim dim,
385 isl_tiling_get_info(tiling, dim, msaa_layout, format_bpb / 3, samples,
461 assert(dim == ISL_SURF_DIM_2D);
663 if (info->dim == ISL_SURF_DIM_1D) {
1025 switch (info->dim) {
1235 info->dim == ISL_SURF_DIM_3D &&
1380 if (info->dim != ISL_SURF_DIM_3D) {
1406 uint32_t level_d = info->dim == ISL_SURF_DIM_3D ? isl_minify(D0, l) : A0;
1827 isl_surf_choose_dim_layout(dev, info->dim, tiling, info->usage);
1834 isl_tiling_get_info(tiling, info->dim, msaa_layout, fmtl->bpb,
1982 .dim = info->dim,
2012 isl_tiling_get_info(surf->tiling, surf->dim, surf->msaa_layout, fmtl->bpb,
2079 .dim = surf->dim,
2106 assert(surf->dim == ISL_SURF_DIM_2D);
2122 .dim = ISL_SURF_DIM_2D,
2215 if (surf->dim == ISL_SURF_DIM_3D) {
2258 if (ISL_GFX_VER(dev) <= 8 && surf->dim != ISL_SURF_DIM_2D)
2319 .dim = ISL_SURF_DIM_2D,
2361 .dim = surf->dim,
2428 if (info->surf->dim == ISL_SURF_DIM_3D) {
2462 assert(info->depth_surf->dim == info->stencil_surf->dim);
2467 if (info->depth_surf->dim == ISL_SURF_DIM_3D) {
2478 if (info->stencil_surf->dim == ISL_SURF_DIM_3D) {
2496 assert(info->surf->dim != ISL_SURF_DIM_3D);
2516 if (surf->dim == ISL_SURF_DIM_3D)
2558 if (surf->dim == ISL_SURF_DIM_3D) {
2562 assert(surf->dim == ISL_SURF_DIM_2D);
2582 isl_align_npot(surf->dim == ISL_SURF_DIM_3D ? isl_minify(D0, l) : AL,
2592 isl_align_npot(surf->dim == ISL_SURF_DIM_3D ? isl_minify(D0, level) : AL,
2837 isl_tiling_get_intratile_offset_el(surf->tiling, surf->dim,
2888 isl_tiling_get_intratile_offset_el(surf->tiling, surf->dim,
2903 isl_tiling_get_intratile_offset_el(surf->tiling, surf->dim,
2953 .dim = ISL_SURF_DIM_2D,
3057 surf->dim == ISL_SURF_DIM_3D ?
3059 surf->dim == ISL_SURF_DIM_3D ?
3073 .dim = ISL_SURF_DIM_2D,
3100 enum isl_surf_dim dim,
3130 isl_tiling_get_info(tiling, dim, msaa_layout, bpb, samples, &tile_info);