Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp76 if(attachment.colorAttachment != VK_ATTACHMENT_UNUSED) in clear()
80 ASSERT(attachment.colorAttachment < subpass.colorAttachmentCount); in clear()
81 ASSERT(subpass.pColorAttachments[attachment.colorAttachment].attachment < attachmentCount); in clear()
83 attachments[subpass.pColorAttachments[attachment.colorAttachment].attachment]->clear( in clear()
/external/skqp/src/gpu/vk/
DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment, in Create() argument
21 SkASSERT(colorAttachment); in Create()
24 attachments[0] = colorAttachment->imageView(); in Create()
DGrVkFramebuffer.h24 const GrVkImageView* colorAttachment,
DGrVkGpuCommandBuffer.cpp403 attachment.colorAttachment = 0; // this value shouldn't matter in onClearStencilClip()
485 attachment.colorAttachment = colorIndex; in onClear()
DGrVkCommandBuffer.cpp229 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
/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.h24 const GrVkImageView* colorAttachment,
DGrVkGpuCommandBuffer.cpp400 attachment.colorAttachment = 0; // this value shouldn't matter in onClearStencilClip()
482 attachment.colorAttachment = colorIndex; in onClear()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c337 const uint32_t subpass_att = clear_att->colorAttachment; in emit_color_clear()
360 assert(clear_att->colorAttachment < subpass->color_count); in emit_color_clear()
370 subpass->color_attachments[clear_att->colorAttachment] in emit_color_clear()
948 const uint32_t subpass_att = clear_att->colorAttachment; in emit_fast_color_clear()
1154 .colorAttachment = i, /* Use attachment index relative to subpass */ in radv_cmd_buffer_clear_subpass()
1288 .colorAttachment = 0, in radv_clear_image_layer()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp225 const VkImageView colorAttachment, in makeFramebuffer() argument
236 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
DvktSynchronizationUtil.hpp232 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp162 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIE… in draw() local
173 …buffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachment, renderSize.x… in draw()
DvktGeometryTestsUtil.cpp503 const VkImageView colorAttachment, in makeFramebuffer() argument
514 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
DvktGeometryLayeredRenderingTests.cpp1037 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in test() local
1047 …uffer> framebuffer (makeFramebuffer (vk, device, *renderPass, &*colorAttachment, 1u, params.i… in test()
1176 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in testLayeredReadBack() local
1188 const VkImageView attachments[] = {*colorAttachment, *dsAttachment}; in testLayeredReadBack()
DvktGeometryTestsUtil.hpp176 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp523 …Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_… in testStencilExportReplace() local
536 *colorAttachment, in testStencilExportReplace()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp434 const VkImageView colorAttachment,
610 const VkImageView colorAttachment, in createFramebuffer() argument
620 &colorAttachment, in createFramebuffer()
DvktWsiSwapchainTests.cpp821 const VkImageView colorAttachment,
997 const VkImageView colorAttachment, in createFramebuffer() argument
1007 &colorAttachment, in createFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp254 const VkImageView colorAttachment, in makeFramebuffer() argument
265 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
DvktTessellationUtil.hpp218 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
/external/skia/tests/
DVkDrawableTest.cpp72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
/external/skqp/tests/
DVkDrawableTest.cpp72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp552 …uffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint …
577 …ebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint … in TestFramebuffer() argument
585 , 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()
/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()

12