Lines Matching defs:array
127 // 2D arrays all have the same array size.
158 VkExtent3D getDefaultDimensions (VkImageType type, bool array)
161 DE_ASSERT(!array || type == VK_IMAGE_TYPE_2D);
169 if (array)
539 << " reports array pitch of " << subresourceLayout.arrayPitch << " bytes in size"
540 << " with base layer reporting array pitch of " << levelSubresourceLayout.arrayPitch << " bytes in size";
550 << " has offset inconsistent with array pitch: base offset " << levelSubresourceLayout.offset
552 << ", array pitch " << subresourceLayout.arrayPitch;
587 << " reports array pitch of " << subresourceLayout.arrayPitch
787 bool array;
984 params.dimensions = getDefaultDimensions(imgClass.type, imgClass.array);
1015 params.dimensions = getDefaultDimensions(imgClass.type, imgClass.array);