• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:framebufferAttachmentImageInfos

497 …VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[2] = {framebufferAttachmentIma…  in TEST_F()  local
499 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
648 VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[4] = {}; in TEST_F() local
650framebufferAttachmentImageInfos[0].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
651 framebufferAttachmentImageInfos[0].width = attachmentWidth; in TEST_F()
652 framebufferAttachmentImageInfos[0].height = attachmentHeight; in TEST_F()
653 framebufferAttachmentImageInfos[0].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()
654 framebufferAttachmentImageInfos[0].layerCount = 1; in TEST_F()
655 framebufferAttachmentImageInfos[0].viewFormatCount = 1; in TEST_F()
656 framebufferAttachmentImageInfos[0].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
658framebufferAttachmentImageInfos[1].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
659 framebufferAttachmentImageInfos[1].width = attachmentWidth; in TEST_F()
660 framebufferAttachmentImageInfos[1].height = attachmentHeight; in TEST_F()
661 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()
662 framebufferAttachmentImageInfos[1].layerCount = 1; in TEST_F()
663 framebufferAttachmentImageInfos[1].viewFormatCount = 1; in TEST_F()
664 framebufferAttachmentImageInfos[1].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
666framebufferAttachmentImageInfos[2].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
667 framebufferAttachmentImageInfos[2].width = attachmentWidth; in TEST_F()
668 framebufferAttachmentImageInfos[2].height = attachmentHeight; in TEST_F()
669 framebufferAttachmentImageInfos[2].usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in TEST_F()
670 framebufferAttachmentImageInfos[2].layerCount = 1; in TEST_F()
671 framebufferAttachmentImageInfos[2].viewFormatCount = 1; in TEST_F()
672 framebufferAttachmentImageInfos[2].pViewFormats = &depthStencilAttachmentFormat; in TEST_F()
674framebufferAttachmentImageInfos[3].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
675 framebufferAttachmentImageInfos[3].width = attachmentWidth; in TEST_F()
676 framebufferAttachmentImageInfos[3].height = attachmentHeight; in TEST_F()
677 framebufferAttachmentImageInfos[3].usage = VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT; in TEST_F()
678 framebufferAttachmentImageInfos[3].layerCount = 1; in TEST_F()
679 framebufferAttachmentImageInfos[3].viewFormatCount = 1; in TEST_F()
680 framebufferAttachmentImageInfos[3].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
684 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
697 framebufferAttachmentImageInfos[0].usage = VK_IMAGE_USAGE_SAMPLED_BIT; in TEST_F()
704 framebufferAttachmentImageInfos[0].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()
707 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_SAMPLED_BIT; in TEST_F()
714 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()
717 framebufferAttachmentImageInfos[2].usage = VK_IMAGE_USAGE_SAMPLED_BIT; in TEST_F()
724 framebufferAttachmentImageInfos[2].usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in TEST_F()
727 framebufferAttachmentImageInfos[3].usage = VK_IMAGE_USAGE_SAMPLED_BIT; in TEST_F()
734 framebufferAttachmentImageInfos[3].usage = VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT; in TEST_F()
836 VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[4] = {}; in TEST_F() local
838framebufferAttachmentImageInfos[0].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
839 framebufferAttachmentImageInfos[0].width = attachmentWidth; in TEST_F()
840 framebufferAttachmentImageInfos[0].height = attachmentHeight; in TEST_F()
841 framebufferAttachmentImageInfos[0].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()
842 framebufferAttachmentImageInfos[0].layerCount = 2; in TEST_F()
843 framebufferAttachmentImageInfos[0].viewFormatCount = 1; in TEST_F()
844 framebufferAttachmentImageInfos[0].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
846framebufferAttachmentImageInfos[1].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
847 framebufferAttachmentImageInfos[1].width = attachmentWidth; in TEST_F()
848 framebufferAttachmentImageInfos[1].height = attachmentHeight; in TEST_F()
849 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()
850 framebufferAttachmentImageInfos[1].layerCount = 2; in TEST_F()
851 framebufferAttachmentImageInfos[1].viewFormatCount = 1; in TEST_F()
852 framebufferAttachmentImageInfos[1].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
854framebufferAttachmentImageInfos[2].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
855 framebufferAttachmentImageInfos[2].width = attachmentWidth; in TEST_F()
856 framebufferAttachmentImageInfos[2].height = attachmentHeight; in TEST_F()
857 framebufferAttachmentImageInfos[2].usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in TEST_F()
858 framebufferAttachmentImageInfos[2].layerCount = 2; in TEST_F()
859 framebufferAttachmentImageInfos[2].viewFormatCount = 1; in TEST_F()
860 framebufferAttachmentImageInfos[2].pViewFormats = &depthStencilAttachmentFormat; in TEST_F()
862framebufferAttachmentImageInfos[3].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
863 framebufferAttachmentImageInfos[3].width = attachmentWidth; in TEST_F()
864 framebufferAttachmentImageInfos[3].height = attachmentHeight; in TEST_F()
865 framebufferAttachmentImageInfos[3].usage = VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT; in TEST_F()
866 framebufferAttachmentImageInfos[3].layerCount = 2; in TEST_F()
867 framebufferAttachmentImageInfos[3].viewFormatCount = 1; in TEST_F()
868 framebufferAttachmentImageInfos[3].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
872 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
885 framebufferAttachmentImageInfos[0].layerCount = 1; in TEST_F()
892 framebufferAttachmentImageInfos[0].layerCount = 2; in TEST_F()
895 framebufferAttachmentImageInfos[1].layerCount = 1; in TEST_F()
902 framebufferAttachmentImageInfos[1].layerCount = 2; in TEST_F()
905 framebufferAttachmentImageInfos[2].layerCount = 1; in TEST_F()
912 framebufferAttachmentImageInfos[2].layerCount = 2; in TEST_F()
915 framebufferAttachmentImageInfos[3].layerCount = 1; in TEST_F()
922 framebufferAttachmentImageInfos[3].layerCount = 2; in TEST_F()
1021 VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[2] = {}; in TEST_F() local
1023framebufferAttachmentImageInfos[0].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
1024 framebufferAttachmentImageInfos[0].width = attachmentWidth; in TEST_F()
1025 framebufferAttachmentImageInfos[0].height = attachmentHeight; in TEST_F()
1026 framebufferAttachmentImageInfos[0].usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in TEST_F()
1027 framebufferAttachmentImageInfos[0].layerCount = 2; in TEST_F()
1028 framebufferAttachmentImageInfos[0].viewFormatCount = 1; in TEST_F()
1029 framebufferAttachmentImageInfos[0].pViewFormats = &attachmentFormat; in TEST_F()
1031framebufferAttachmentImageInfos[1].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()
1032 framebufferAttachmentImageInfos[1].width = attachmentWidth; in TEST_F()
1033 framebufferAttachmentImageInfos[1].height = attachmentHeight; in TEST_F()
1034 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in TEST_F()
1035 framebufferAttachmentImageInfos[1].layerCount = 2; in TEST_F()
1036 framebufferAttachmentImageInfos[1].viewFormatCount = 1; in TEST_F()
1037 framebufferAttachmentImageInfos[1].pViewFormats = &attachmentFormat; in TEST_F()
1041 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
1054 framebufferAttachmentImageInfos[0].layerCount = 1; in TEST_F()
1061 framebufferAttachmentImageInfos[0].layerCount = 2; in TEST_F()
1064 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_SAMPLED_BIT; in TEST_F()
1071 framebufferAttachmentImageInfos[1].usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in TEST_F()
1074 framebufferAttachmentImageInfos[1].layerCount = 1; in TEST_F()
1081 framebufferAttachmentImageInfos[1].layerCount = 2; in TEST_F()