Home
last modified time | relevance | path

Searched defs:Attachment (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp255 struct Attachment : public Config struct
257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() argument
259 glw::GLenum target;
260 glw::GLuint imageName;
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.hpp362 struct Attachment struct in sglr::rc::Framebuffer
364 AttachmentType type;
365 deUint32 name;
366 TexTarget texTarget;
367 int level;
368 int layer;
370 Attachment (void) in Attachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp361 class Attachment class
DvktRenderPassTestsUtil.cpp519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
DvktRenderPassTests.cpp647 class Attachment class
650 Attachment (VkFormat format, in Attachment() function in vkt::__anon455167c40111::Attachment
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
DvktDrawCreateInfoUtil.cpp945 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1471 auto *Attachment = MD.second; in copyMetadata() local
DDebugInfo.cpp654 for (auto Attachment : MDs) in stripNonLineTableDebugInfo() local
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2742 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member