Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp770 …if (!ImageFormatAndFeaturesSupported(gpu(), VK_FORMAT_BC1_RGBA_SRGB_BLOCK, VK_IMAGE_TILING_OPTIMAL, in TEST_F()
1553 …bool usrc = !ImageFormatAndFeaturesSupported(gpu(), f_unsigned, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT… in TEST_F()
1554 …bool udst = !ImageFormatAndFeaturesSupported(gpu(), f_unsigned, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT… in TEST_F()
1555 …bool ssrc = !ImageFormatAndFeaturesSupported(gpu(), f_signed, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_F… in TEST_F()
1556 …bool sdst = !ImageFormatAndFeaturesSupported(gpu(), f_signed, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_F… in TEST_F()
1557 …bool fsrc = !ImageFormatAndFeaturesSupported(gpu(), f_float, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FE… in TEST_F()
1558 …bool fdst = !ImageFormatAndFeaturesSupported(gpu(), f_float, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FE… in TEST_F()
1559 …bool d1dst = !ImageFormatAndFeaturesSupported(gpu(), f_depth, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_F… in TEST_F()
1560 …bool d2src = !ImageFormatAndFeaturesSupported(gpu(), f_depth2, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_… in TEST_F()
1729 …if (!ImageFormatAndFeaturesSupported(gpu(), fmt, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FEATURE_SAMPLE… in TEST_F()
[all …]
Dlayer_validation_tests.h178 bool ImageFormatAndFeaturesSupported(VkPhysicalDevice phy, VkFormat format, VkImageTiling tiling, V…
181 bool ImageFormatAndFeaturesSupported(const VkInstance inst, const VkPhysicalDevice phy, const VkIma…
Dlayer_validation_tests.cpp50 bool ImageFormatAndFeaturesSupported(VkPhysicalDevice phy, VkFormat format, VkImageTiling tiling, V… in ImageFormatAndFeaturesSupported() function
58 bool ImageFormatAndFeaturesSupported(const VkInstance inst, const VkPhysicalDevice phy, const VkIma… in ImageFormatAndFeaturesSupported() function
61 if (!ImageFormatAndFeaturesSupported(phy, info.format, info.tiling, features)) { in ImageFormatAndFeaturesSupported()
Dvklayertests_command.cpp2479 bool supported = ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
2593 bool supported = ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
2595 supported = supported && ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
2597 supported = supported && ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
2972 bool supported = ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
Dvkpositivelayertests.cpp853 …bool supported = ImageFormatAndFeaturesSupported(instance(), gpu(), ci, VK_FORMAT_FEATURE_TRANSFER… in TEST_F()
1722 … if (!ImageFormatAndFeaturesSupported(gpu(), VK_FORMAT_R16G16B16A16_UINT, VK_IMAGE_TILING_OPTIMAL, in TEST_F()
1724 … !ImageFormatAndFeaturesSupported(gpu(), VK_FORMAT_BC1_RGBA_SRGB_BLOCK, VK_IMAGE_TILING_OPTIMAL, in TEST_F()
7015 bool supported = ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
7116 bool supported = ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features); in TEST_F()
7180 if (ImageFormatAndFeaturesSupported(instance(), gpu(), ci, features)) { in TEST_F()