Lines Matching defs:plane
391 * and store S8 as the "second plane" resource.
591 enum pipe_format pfmt, unsigned plane)
603 intel_aux_map_format_bits(res->surf.tiling, format, plane);
1007 /* Combine main and aux plane information. */
1326 mod_plane_is_clear_color(uint64_t modifier, uint32_t plane)
1335 return plane == 2;
1338 return plane == 1;
1386 /* Create a surface for each plane specified by the external format. */
1387 if (whandle->plane < util_format_get_num_planes(whandle->format)) {
1404 /* The gallium dri layer will create a separate plane resource for the
1408 } else if (mod_plane_is_clear_color(whandle->modifier, whandle->plane)) {
1691 unsigned plane,
1702 bool wants_aux = mod_with_aux && plane > 0;
1704 mod_plane_is_clear_color(res->mod_info->modifier, plane);
1734 * Also, although modifiers which use a clear color plane specify that
1735 * the plane's pitch should be ignored, some kernels have been found to
1805 mod_plane_is_clear_color(res->mod_info->modifier, whandle->plane)) {
1808 } else if (mod_with_aux && whandle->plane > 0) {