Searched refs:checkFormatSupported (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 234 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage) in checkFormatSupported() function 260 checkFormatSupported(context, FORMAT_COLOR, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in checkSupport() 263 …checkFormatSupported(context, m_testParams.depthStencilFormat, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACH… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuiltinTests.cpp | 1764 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage, const VkExten… in checkFormatSupported() function 1797 …checkFormatSupported(m_context, m_data.format, VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFE… in checkSupportInInstance()
|