Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboUtil.hpp255 struct Attachment : public Config struct
257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() function
259 glw::GLenum target;
260 glw::GLuint imageName;
/external/perfetto/ui/src/frontend/
Dandroid_bug_tool.ts11 interface Attachment { interface
/external/deqp/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
/external/toolchain-utils/cros_utils/
Demail_sender.py45 class Attachment(object): class in EmailSender
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp360 class Attachment class
DvktRenderPassTestsUtil.cpp519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
DvktRenderPassTests.cpp677 class Attachment class
680 Attachment (VkFormat format, in Attachment() function in vkt::__anond197478b0111::Attachment
/external/deqp/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
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h264 HOTTILE Attachment[SWR_NUM_ATTACHMENTS]; member
/external/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
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp1457 auto *Attachment = MD.second; in copyMetadata() local
DVerifier.cpp4461 for (auto Attachment : MDs) { in visitInstruction() local
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9991 struct Attachment { in ValidateDependencies() struct
9992 std::vector<SubpassLayout> outputs; in ValidateDependencies()
9993 std::vector<SubpassLayout> inputs; in ValidateDependencies()
9994 std::vector<uint32_t> overlapping; in ValidateDependencies()
/external/mesa3d/src/mesa/main/
Dmtypes.h3595 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member