/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboUtil.hpp | 255 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/ |
D | sglrReferenceContext.hpp | 362 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/ |
D | vktRenderPassTestsUtil.hpp | 350 class Attachment class
|
D | vktRenderPassTestsUtil.cpp | 519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
|
D | vktRenderPassTests.cpp | 658 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/ |
D | vktRenderPassTestsUtil.hpp | 350 class Attachment class
|
D | vktRenderPassTestsUtil.cpp | 519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
|
D | vktRenderPassTests.cpp | 658 class Attachment class 661 Attachment (VkFormat format, in Attachment() function in vkt::__anon9ed13ee20111::Attachment
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
|
D | vktDrawCreateInfoUtil.cpp | 948 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/ |
D | vktDrawCreateInfoUtil.hpp | 379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
|
D | vktDrawCreateInfoUtil.cpp | 948 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/ |
D | vktPipelineColorWriteEnableTests.cpp | 1171 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/ |
D | vktPipelineColorWriteEnableTests.cpp | 1171 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/ |
D | Metadata.cpp | 1471 auto *Attachment = MD.second; in copyMetadata() local
|
D | DebugInfo.cpp | 654 for (auto Attachment : MDs) in stripNonLineTableDebugInfo() local
|
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 2742 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member
|