Home
last modified time | relevance | path

Searched defs:Attachment (Results 1 – 17 of 17) 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() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp350 class Attachment class
DvktRenderPassTestsUtil.cpp519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
DvktRenderPassTests.cpp658 class Attachment class
661 Attachment (VkFormat format, in Attachment() function in vkt::__anon5d0530620111::Attachment
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp350 class Attachment class
DvktRenderPassTestsUtil.cpp519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
DvktRenderPassTests.cpp658 class Attachment class
661 Attachment (VkFormat format, in Attachment() function in vkt::__anon9ed13ee20111::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.cpp948 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
DvktDrawCreateInfoUtil.cpp948 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp1171 struct Attachment struct in vkt::pipeline::__anon9f4ce1910211::ColorWriteEnable2Instance
1173 de::MovePtr<ImageWithMemory> image;
1174 Move<VkImageView> view;
1228 ColorWriteEnable2Instance::Attachment::Attachment (Attachment&& other) in Attachment() function in vkt::pipeline::__anon9f4ce1910211::ColorWriteEnable2Instance::Attachment
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp1171 struct Attachment struct in vkt::pipeline::__anon697713110211::ColorWriteEnable2Instance
1173 de::MovePtr<ImageWithMemory> image;
1174 Move<VkImageView> view;
1228 ColorWriteEnable2Instance::Attachment::Attachment (Attachment&& other) in Attachment() function in vkt::pipeline::__anon697713110211::ColorWriteEnable2Instance::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