Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp10477 VkImageView tmp_view; // First test deletes this view in TEST_F() local
10480 err = vkCreateImageView(m_device->device(), &image_view_create_info, NULL, &tmp_view); in TEST_F()
10498 img_info.imageView = tmp_view; in TEST_F()
10576 vkDestroyImageView(m_device->device(), tmp_view, NULL); in TEST_F()