Lines Matching defs:images
83 MAX_VERIFICATION_REGION_SIZE = 32, //!< Limit the checked area to a small size, especially for huge images
173 // This is safe because 3D images must have layers (w) = 1
984 vector<VkImage> images;
1065 images.push_back(*colorImage);
1088 images.push_back(*depthStencilImage);
1093 renderPass.createFramebuffer(vk, device, static_cast<deUint32>(attachmentHandles.size()), &images[0], &attachmentHandles[0], static_cast<deUint32>(imageSize.x()), static_cast<deUint32>(imageSize.y()));
1283 //! If the total memory consumed by images is too large, or if the implementation returns OUT_OF_MEMORY error somewhere,
1346 vector<VkImage> images;
1360 images.push_back(colorImage);
1384 images.push_back(depthStencilImage);
1389 renderPass.createFramebuffer(vk, device, static_cast<deUint32>(attachmentHandles.size()), &images[0], &attachmentHandles[0],
1509 // Prepare images
1758 // Cube images have square faces