Lines Matching refs:imageFormat
355 vk::VkFormat imageFormat = VK_FORMAT_R8G8B8A8_UNORM;
362 const ImageCreateInfo targetImageCreateInfo (VK_IMAGE_TYPE_2D, imageFormat, targetImageExtent, 1, 1, VK_SAMPLE_COUNT_1_BIT,
368 const ImageCreateInfo multisampleTargetImageCreateInfo (VK_IMAGE_TYPE_2D, imageFormat, targetImageExtent, 1, 1, m_data.samples,
374 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, imageFormat);
379 const ImageViewCreateInfo multisamplingTargetViewInfo(multisampleTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, imageFormat);
387 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat,
401 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat,
534 &imageFormat,
567 beginSecondaryCmdBuffer(*secCmdBuffer, imageFormat, VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT);
571 beginSecondaryCmdBuffer(*secCmdBuffer, imageFormat);