Home
last modified time | relevance | path

Searched refs:imageView2 (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp250 VkImageView imageView2; in TEST_F() local
252 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
253 renderPassAttachmentBeginInfo.pAttachments = &imageView2; in TEST_F()
259 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
269 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
270 renderPassAttachmentBeginInfo.pAttachments = &imageView2; in TEST_F()
276 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
284 vkCreateImageView(m_device->device(), &imageViewCreateInfo, nullptr, &imageView2); in TEST_F()
285 renderPassAttachmentBeginInfo.pAttachments = &imageView2; in TEST_F()
292 vkDestroyImageView(m_device->device(), imageView2, nullptr); in TEST_F()
[all …]
Dvklayertests_descriptor_renderpass_framebuffer.cpp1520 VkImageView imageView2 = image2.targetView(VK_FORMAT_R8G8B8A8_UNORM); in TEST_F() local
1522 VkImageView iv_array[2] = {imageView, imageView2}; in TEST_F()