Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp292 …constexpr VkComponentMapping identityMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, V… in WriteDescriptorSet() local
293 sampledImage[i].swizzle = ResolveComponentMapping(identityMapping, bufferView->getFormat()); in WriteDescriptorSet()