Home
last modified time | relevance | path

Searched defs:AttachmentDescription (Results 1 – 3 of 3) 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/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13502 struct AttachmentDescription struct
13504AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format fo… in AttachmentDescription() function
13517 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() argument
13522 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =()
13528 AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) in setFlags()
13534 AttachmentDescription& setFormat( Format format_ ) in setFormat()
13540 AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) in setSamples()
13546 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp()
13552 AttachmentDescription& setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp()
13558 AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp()
[all …]