Searched defs:colorAttachment (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment,
19 // At the very least we need a renderPass and a colorAttachment
21 SkASSERT(colorAttachment);
24 attachments[0] = colorAttachment->imageView();
14 Create(GrVkGpu* gpu, int width, int height, const GrVkRenderPass* renderPass, const GrVkImageView* colorAttachment, const GrVkImageView* stencilAttachment) argument
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp549 const VkImageView colorAttachment,
560 &colorAttachment, // const VkImageView* pAttachments;
546 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers) argument
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp447 const VkImageView colorAttachment,
458 &colorAttachment, // const VkImageView* pAttachments;
444 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers) argument
/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp1522 static const deUint32 colorAttachment[] = { GL_COLOR_ATTACHMENT0 }; local
1532 targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_color").c_str(), "", boundT, invalidateT, &colorAttachment[0], DE_LENGTH_OF_ARRAY(colorAttachment)));
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp454 const VkImageView colorAttachment,
465 &colorAttachment, // const VkImageView* pAttachments;
451 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers) argument
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp784 const VkImageView colorAttachment,
1138 const VkImageView colorAttachment,
1148 &colorAttachment,
1135 createFramebuffer(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const UVec2& renderSize) argument
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2019 Dependency<ImageView> colorAttachment; member in struct:vkt::Framebuffer::Resources
2024 : colorAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM,
2058 *res.colorAttachment.object,
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp796 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; local
798 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
799 log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage;
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2961 de::MovePtr<glu::Renderbuffer> colorAttachment; local
2986 colorAttachment = de::MovePtr<glu::Renderbuffer>(new glu::Renderbuffer(renderCtx));
2989 glLog.glBindRenderbuffer(GL_RENDERBUFFER, **colorAttachment);
2994 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);
3016 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp609 const vk::VkAttachmentReference colorAttachment = local
626 &colorAttachment, // pColorAttachments
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2171 uint32_t colorAttachment; member in struct:VkClearAttachment
H A Dvulkan.hpp11919 , colorAttachment( colorAttachment_ )
11943 colorAttachment = colorAttachment_;
11959 uint32_t colorAttachment; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::ClearAttachment

Completed in 1660 milliseconds