Home
last modified time | relevance | path

Searched defs:AttachmentDescription (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp133 class AttachmentDescription : public vk::VkAttachmentDescription class
DvktDrawCreateInfoUtil.cpp408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() function in vkt::Draw::AttachmentDescription
428 AttachmentDescription::AttachmentDescription (const vk::VkAttachmentDescription& rhs) in AttachmentDescription() function in vkt::Draw::AttachmentDescription
/external/swiftshader/include/vulkan/
Dvulkan.hpp28413 struct AttachmentDescription struct
28415 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() argument
28436 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() argument
28441 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =()
28446 AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) in setFlags()
28452 AttachmentDescription& setFormat( Format format_ ) in setFormat()
28458 AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) in setSamples()
28464 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp()
28470 AttachmentDescription& setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp()
28476 AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp17206 struct AttachmentDescription struct
17208 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() argument
17228 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() function
17233 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =()
17239 AttachmentDescription & setFlags( AttachmentDescriptionFlags flags_ ) in setFlags()
17245 AttachmentDescription & setFormat( Format format_ ) in setFormat()
17251 AttachmentDescription & setSamples( SampleCountFlagBits samples_ ) in setSamples()
17257 AttachmentDescription & setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp()
17263 AttachmentDescription & setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp()
17269 AttachmentDescription & setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp()
[all …]