Lines Matching refs:disjoint
64 assert(image->disjoint);
115 if (!image->disjoint)
1045 const enum anv_image_memory_binding primary_binding = image->disjoint
1178 assert(!image->disjoint);
1478 * A disjoint image consists of multiple disjoint planes, and is created
1481 image->disjoint = image->n_planes > 1 &&
1537 assert(!image->disjoint);
1746 /* If the image is disjoint, then we must return the memory requirements for
1748 * non-disjoint, then exactly one set of memory requirements exists for the
1753 * and only if the image is disjoint (that is, multi-planar format and
1757 if (image->disjoint) {
1786 assert(image->disjoint);
1816 image.disjoint ? pInfo->planeAspect : image.vk.aspects;
1875 * the image be disjoint (that is, multi-planar format and
1877 * the image to be non-disjoint and requires only that the image
1882 if (!image->disjoint)
1948 assert(!image->disjoint);