Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp62 const vk::VkComponentMapping& _components, in ImageViewCreateInfo() argument
71 components.r = _components.r; in ImageViewCreateInfo()
72 components.g = _components.g; in ImageViewCreateInfo()
73 components.b = _components.b; in ImageViewCreateInfo()
74 components.a = _components.a; in ImageViewCreateInfo()
82 const vk::VkComponentMapping& _components, in ImageViewCreateInfo() argument
91 components.r = _components.r; in ImageViewCreateInfo()
92 components.g = _components.g; in ImageViewCreateInfo()
93 components.b = _components.b; in ImageViewCreateInfo()
94 components.a = _components.a; in ImageViewCreateInfo()