Home
last modified time | relevance | path

Searched refs:colorAttachment (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment, in Create() argument
21 SkASSERT(colorAttachment); in Create()
24 attachments[0] = colorAttachment->imageView(); in Create()
DGrVkFramebuffer.h26 const GrVkImageView* colorAttachment,
DGrVkGpuCommandBuffer.cpp273 attachment.colorAttachment = 0; // this value shouldn't matter in onClearStencilClip()
357 attachment.colorAttachment = colorIndex; in onClear()
DGrVkCommandBuffer.cpp201 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c380 const uint32_t subpass_att = clear_att->colorAttachment; in emit_color_clear()
406 assert(clear_att->colorAttachment < subpass->color_count); in emit_color_clear()
435 subpass->color_attachments[clear_att->colorAttachment] in emit_color_clear()
832 const uint32_t subpass_att = clear_att->colorAttachment; in emit_fast_color_clear()
987 .colorAttachment = i, /* Use attachment index relative to subpass */ in radv_cmd_buffer_clear_subpass()
1119 .colorAttachment = 0, in radv_clear_image_layer()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp549 const VkImageView colorAttachment, in makeFramebuffer() argument
560 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
DvktGeometryInstancedRenderingTests.cpp360 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIE… in draw() local
371 …buffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachment, renderSize.x… in draw()
DvktGeometryLayeredRenderingTests.cpp921 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in test() local
931 …buffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachment, params.image… in test()
DvktGeometryTestsUtil.hpp176 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp418 const VkImageView colorAttachment, in makeFramebuffer() argument
429 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
DvktSynchronizationUtil.hpp233 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp436 const VkImageView colorAttachment, in makeFramebuffer() argument
447 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
DvktTessellationUtil.hpp211 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp560 …uffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint …
587 …ebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint … in TestFramebuffer() argument
595 , m_colorAttachment (colorAttachment) in TestFramebuffer()
Des31fShaderImageLoadStoreTests.cpp2961 de::MovePtr<glu::Renderbuffer> colorAttachment; in iterate() local
2986 colorAttachment = de::MovePtr<glu::Renderbuffer>(new glu::Renderbuffer(renderCtx)); in iterate()
2989 glLog.glBindRenderbuffer(GL_RENDERBUFFER, **colorAttachment); in iterate()
2994 …lFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment); in iterate()
3016 …lFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment); in iterate()
Des31fPrimitiveBoundingBoxTests.cpp669 glu::Texture colorAttachment(m_context.getRenderContext()); in init() local
671 gl.bindTexture(GL_TEXTURE_2D, *colorAttachment); in init()
677 …ramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, *colorAttachment, 0); in init()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp777 const VkImageView colorAttachment,
1131 const VkImageView colorAttachment, in createFramebuffer() argument
1141 &colorAttachment, in createFramebuffer()
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp1522 static const deUint32 colorAttachment[] = { GL_COLOR_ATTACHMENT0 }; in init() local
1532 … "_color").c_str(), "", boundT, invalidateT, &colorAttachment[0], DE_LENGTH_OF_ARRAY(colorAtta… in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2020 Dependency<ImageView> colorAttachment; member
2025 …: colorAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FORMAT_… in Resources()
2059 *res.colorAttachment.object, in create()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1096 deUint32 colorAttachment; member
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c954 const uint32_t color_att = attachment->colorAttachment; in clear_color_attachment()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp843 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; in logRenderPassInfo() local
845 …log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessag… in logRenderPassInfo()
846 … log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp8509 if (attachment->colorAttachment >= pSD->colorAttachmentCount) { in CmdClearAttachments()
8514 attachment->colorAttachment, pCB->activeSubpass); in CmdClearAttachments()
8516 … else if (pSD->pColorAttachments[attachment->colorAttachment].attachment == VK_ATTACHMENT_UNUSED) { in CmdClearAttachments()
8521 attachment->colorAttachment); in CmdClearAttachments()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2171 uint32_t colorAttachment; member
/external/mesa3d/include/vulkan/
Dvulkan.h2180 uint32_t colorAttachment; member

12