Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp120 deUint32 colorAttachmentCount_, in SubpassDescription1() argument
137 colorAttachmentCount = colorAttachmentCount_; in SubpassDescription1()
151 deUint32 colorAttachmentCount_, in SubpassDescription2() argument
165 colorAttachmentCount = colorAttachmentCount_; in SubpassDescription2()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5070 …ampleCountInfoAMD( uint32_t colorAttachmentCount_ = {}, in AttachmentSampleCountInfoAMD()
5074 : colorAttachmentCount( colorAttachmentCount_ )
5114 … setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
5116 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()
11944 uint32_t colorAttachmentCount_ = {},
11952 , colorAttachmentCount( colorAttachmentCount_ )
12020 … setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
12022 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()
62190 uint32_t colorAttachmentCount_ = {},
62196 , colorAttachmentCount( colorAttachmentCount_ )
[all …]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp65351 uint32_t colorAttachmentCount_ = {},
65361 , colorAttachmentCount( colorAttachmentCount_ )
65458 … SubpassDescription & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
65460 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()
65913 uint32_t colorAttachmentCount_ = {},
65924 , colorAttachmentCount( colorAttachmentCount_ )
66035 …SubpassDescription2 & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
66037 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()