Lines Matching refs:fbExtent
4659 const auto fbExtent = makeExtent3D(scissor.extent.width, scissor.extent.height, 1u);
4665 ImageWithBuffer secondColorBuffer (ctx.vkd, ctx.device, ctx.allocator, fbExtent, m_colorFormat, colorUsage, VK_IMAGE_TYPE_2D, makeDefaultImageSubresourceRange(), 1u, sampleCount);
4666 ImageWithBuffer secondResolveBuffer (ctx.vkd, ctx.device, ctx.allocator, fbExtent, m_colorFormat, colorUsage, VK_IMAGE_TYPE_2D, makeDefaultImageSubresourceRange(), 1u, singleSample);
4748 const auto framebuffer = makeFramebuffer(ctx.vkd, ctx.device, renderPass.get(), de::sizeU32(fbImageViews), de::dataOrNull(fbImageViews), fbExtent.width, fbExtent.height);
4750 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent));
5652 const auto fbExtent = makeExtent3D(ZExportParams::kWidth, ZExportParams::kHeight, 1u);
5673 fbExtent, // VkExtent3D extent;
5695 fbExtent, // VkExtent3D extent;
5876 renderPass.createFramebuffer(ctx.vkd, ctx.device, de::sizeU32(attachmentViews), de::dataOrNull(images), de::dataOrNull(attachmentViews), fbExtent.width, fbExtent.height);
5887 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent));
5888 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent));
5996 const tcu::UVec2 renderSize (fbExtent.width, fbExtent.height);
6005 const tcu::IVec3 iExtent (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(fbExtent.depth));