Lines Matching refs:fbExtent
478 const auto fbExtent = makeExtent3D(fbDim);
494 colorImages[i].reset(new ImageWithBuffer(ctx.vkd, ctx.device, ctx.allocator, fbExtent, kColorFormat, colorUsage, VK_IMAGE_TYPE_2D, colorSRR, m_params.layerCount));
516 fbExtent, // VkExtent3D extent;
534 const auto depthVerificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(depthCopyFormat) * fbExtent.width * fbExtent.height * fbExtent.depth * m_params.layerCount);
538 const auto stencilVerificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(stencilCopyFormat) * fbExtent.width * fbExtent.height * fbExtent.depth * m_params.layerCount);
543 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent));
544 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent));
860 const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL);
865 const auto depthCopyRegion = makeBufferImageCopy(fbExtent, depthSRL);
866 const auto stencilCopyRegion = makeBufferImageCopy(fbExtent, stencilSRL);