Lines Matching refs:logical_level0_px

1815    const struct isl_extent4d logical_level0_px = {
1992 .logical_level0_px = logical_level0_px,
2081 .width = surf->logical_level0_px.width,
2082 .height = surf->logical_level0_px.height,
2083 .depth = surf->logical_level0_px.depth,
2085 .array_len = surf->logical_level0_px.array_len,
2108 assert(surf->logical_level0_px.depth == 1);
2124 .width = surf->logical_level0_px.width,
2125 .height = surf->logical_level0_px.height,
2128 .array_len = surf->logical_level0_px.array_len,
2276 (surf->levels > 1 || surf->logical_level0_px.array_len > 1))
2363 .width = surf->logical_level0_px.width,
2364 .height = surf->logical_level0_px.height,
2365 .depth = surf->logical_level0_px.depth,
2367 .array_len = surf->logical_level0_px.array_len,
2430 info->surf->logical_level0_px.depth);
2433 info->surf->logical_level0_px.array_len);
2469 info->depth_surf->logical_level0_px.depth);
2472 info->depth_surf->logical_level0_px.array_len);
2480 info->stencil_surf->logical_level0_px.depth);
2483 info->stencil_surf->logical_level0_px.array_len);
2517 assert(logical_array_layer < surf->logical_level0_px.depth);
2519 assert(logical_array_layer < surf->logical_level0_px.array_len);
2612 assert(surf->logical_level0_px.depth == 1);
2613 assert(logical_array_layer < surf->logical_level0_px.array_len);
2715 assert(logical_array_layer < surf->logical_level0_px.array_len);
2717 < isl_minify(surf->logical_level0_px.depth, level));
2766 assert(logical_array_layer < surf->logical_level0_px.array_len);
2768 < isl_minify(surf->logical_level0_px.depth, level));
2955 .width = isl_minify(surf->logical_level0_px.w, level),
2956 .height = isl_minify(surf->logical_level0_px.h, level),
2988 isl_minify(surf->logical_level0_px.width, view->base_level);
2990 isl_minify(surf->logical_level0_px.height, view->base_level);
3036 assert(ucompr_surf->logical_level0_px.width == view_width_px);
3037 assert(ucompr_surf->logical_level0_px.height == view_height_px);
3038 ucompr_surf->logical_level0_px.width = view_width_el;
3039 ucompr_surf->logical_level0_px.height = view_height_el;