Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp118 deUint32 colorAttachmentCount_, in SubpassDescription1() argument
135 colorAttachmentCount = colorAttachmentCount_; in SubpassDescription1()
149 deUint32 colorAttachmentCount_, in SubpassDescription2() argument
163 colorAttachmentCount = colorAttachmentCount_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp121 deUint32 colorAttachmentCount_, in SubpassDescription1() argument
138 colorAttachmentCount = colorAttachmentCount_; in SubpassDescription1()
152 deUint32 colorAttachmentCount_, in SubpassDescription2() argument
166 colorAttachmentCount = colorAttachmentCount_; in SubpassDescription2()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp42657 uint32_t colorAttachmentCount_ = 0, in SubpassDescription()
42667 , colorAttachmentCount( colorAttachmentCount_ ) in SubpassDescription()
42710 SubpassDescription & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) in setColorAttachmentCount()
42712 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()
43022 uint32_t colorAttachmentCount_ = 0, in SubpassDescription2KHR()
43033 , colorAttachmentCount( colorAttachmentCount_ ) in SubpassDescription2KHR()
43088 SubpassDescription2KHR & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) in setColorAttachmentCount()
43090 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()