Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp4955 CreateImageViewTest(*this, &ivci, in TEST_F()
4991 CreateImageViewTest(*this, &ivci, in TEST_F()
4999 CreateImageViewTest(*this, &ivci, "VUID-VkImageViewCreateInfo-image-01003"); in TEST_F()
5034 CreateImageViewTest(*this, &ivci, in TEST_F()
5042 CreateImageViewTest(*this, &ivci, "VUID-VkImageViewCreateInfo-image-01005"); in TEST_F()
5044 CreateImageViewTest(*this, &ivci, "VUID-VkImageViewCreateInfo-subResourceRange-01021"); in TEST_F()
5099 CreateImageViewTest(*this, &ivci, in TEST_F()
5194 CreateImageViewTest(*this, &ivci, optimal_error_codes[i]); in TEST_F()
5251 CreateImageViewTest(*this, &ivci, optimal_error_codes[i]); in TEST_F()
5327 CreateImageViewTest(*this, &ivci, "VUID-VkImageViewCreateInfo-usage-02275"); in TEST_F()
[all …]
Dlayer_validation_tests.h783 void CreateImageViewTest(VkLayerTest &test, const VkImageViewCreateInfo *pCreateInfo, std::string c…
Dlayer_validation_tests.cpp519 void CreateImageViewTest(VkLayerTest &test, const VkImageViewCreateInfo *pCreateInfo, std::string c… in CreateImageViewTest() function