Lines Matching refs:extent
324 { m_renderSize, m_renderSize, 1u }, // VkExtent3D extent;
390 { m_renderSize, m_renderSize, 1u }, // VkExtent3D extent;
1276 { m_additionalRenderSize, m_additionalRenderSize, 1u }, // VkExtent3D extent;
1328 { m_additionalRenderSize, m_additionalRenderSize, 1u }, // VkExtent3D extent;
6810 colorExtent, // VkExtent3D extent;
7027 const auto extent = makeExtent3D(kWidth, kHeight, 1u);
7028 const auto triangleCount = extent.width * extent.height * extent.depth;
7044 extent, // VkExtent3D extent;
7061 const auto verifBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(tcuFormat)) * extent.width * extent.height;
7069 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height);
7077 const std::vector<VkViewport> viewports (1u, makeViewport(extent));
7078 const std::vector<VkRect2D> scissors (1u, makeRect2D(extent));
7121 const auto copyRegion = makeBufferImageCopy(extent, colorSRL);
7138 const tcu::IVec3 iExtent (static_cast<int>(extent.width), static_cast<int>(extent.height), static_cast<int>(extent.depth));
7516 colorExtent, // VkExtent3D extent;
8959 {250, 250, 1}, // extent