Lines Matching defs:extent
405 const auto extent = NoPositionCase::getImageExtent();
451 extent, // VkExtent3D extent;
562 renderPass.createFramebuffer(vkd, device, *colorImage, colorImageView.get(), extent.width, extent.height);
574 const std::vector<VkViewport> viewports { makeViewport(extent) };
575 const std::vector<VkRect2D> scissors { makeRect2D(extent) };
635 const auto layerPixels = extent.width * extent.height;
669 extent, // VkExtent3D imageExtent;
692 const auto iWidth = static_cast<int>(extent.width);
693 const auto iHeight = static_cast<int>(extent.height);
694 const auto iDepth = static_cast<int>(extent.depth);