Lines Matching refs:attachmentDescriptions
125 vector<VkAttachmentDescription> attachmentDescriptions (numLayers); in makeRenderPass() local
144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass()
179 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPass()
951 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments); in makeRenderPassDifferentAttachmentSizes() local
968 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes()
998 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPassDifferentAttachmentSizes()
1367 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPassInputResolveSameAttachment() local
1381 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
1396 attachmentDescriptions.push_back(inputAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
1429 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount; in makeRenderPassInputResolveSameAttachment()
1430 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPassInputResolveSameAttachment()