Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp457 deUint32 _colorAttachmentCount, in SubpassDescription() argument
465 …d::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount); in SubpassDescription()
468 …ector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount); in SubpassDescription()
478 colorAttachmentCount = _colorAttachmentCount; in SubpassDescription()