Searched defs:Attachment (Results 1 – 10 of 10) sorted by relevance
255 struct Attachment : public Config struct257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() argument259 glw::GLenum target;260 glw::GLuint imageName;
362 struct Attachment struct in sglr::rc::Framebuffer364 AttachmentType type;365 deUint32 name;366 TexTarget texTarget;367 int level;368 int layer;370 Attachment (void) in Attachment() argument
361 class Attachment class
519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
647 class Attachment class650 Attachment (VkFormat format, in Attachment() function in vkt::__anon455167c40111::Attachment
379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
945 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
1471 auto *Attachment = MD.second; in copyMetadata() local
654 for (auto Attachment : MDs) in stripNonLineTableDebugInfo() local
2742 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member