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

/external/skia/src/gpu/vk/
H A DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment,
20 // At the very least we need a renderPass and a colorAttachment
22 SkASSERT(colorAttachment);
25 attachments[0] = colorAttachment->imageView();
14 Create(GrVkGpu* gpu, int width, int height, const GrVkRenderPass* renderPass, const GrVkImageView* colorAttachment, const GrVkImageView* resolveAttachment, const GrVkImageView* stencilAttachment) 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/wsi/
H A DvktWsiSwapchainTests.cpp790 const VkImageView colorAttachment,
1144 const VkImageView colorAttachment,
1154 &colorAttachment,
1141 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.cpp1908 Dependency<ImageView> colorAttachment; member in struct:vkt::Framebuffer::Resources
1913 : colorAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM,
1947 *res.colorAttachment.object,
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2960 de::MovePtr<glu::Renderbuffer> colorAttachment; local
2985 colorAttachment = de::MovePtr<glu::Renderbuffer>(new glu::Renderbuffer(renderCtx));
2988 glLog.glBindRenderbuffer(GL_RENDERBUFFER, **colorAttachment);
2993 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);
3015 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp423 const vk::VkAttachmentReference colorAttachment = local
440 &colorAttachment, // pColorAttachments
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp729 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; local
731 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
732 log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage;
/external/skia/third_party/vulkan/
H A Dvulkan.h2115 uint32_t colorAttachment; member in struct:VkClearAttachment
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2124 uint32_t colorAttachment; member in struct:VkClearAttachment

Completed in 1470 milliseconds