Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp228 VkComponentMapping componentMap; in createVulkanImage() local
256 componentMap.r = VK_COMPONENT_SWIZZLE_R; in createVulkanImage()
257 componentMap.g = VK_COMPONENT_SWIZZLE_G; in createVulkanImage()
258 componentMap.b = VK_COMPONENT_SWIZZLE_B; in createVulkanImage()
259 componentMap.a = VK_COMPONENT_SWIZZLE_A; in createVulkanImage()
274 imageViewCreateInfo.components = componentMap; in createVulkanImage()