/external/swiftshader/src/Vulkan/ |
D | VkFramebuffer.cpp | 76 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/ |
D | GrVkFramebuffer.cpp | 17 const GrVkImageView* colorAttachment, in Create() argument 21 SkASSERT(colorAttachment); in Create() 24 attachments[0] = colorAttachment->imageView(); in Create()
|
D | GrVkFramebuffer.h | 24 const GrVkImageView* colorAttachment,
|
D | GrVkGpuCommandBuffer.cpp | 403 attachment.colorAttachment = 0; // this value shouldn't matter in onClearStencilClip() 485 attachment.colorAttachment = colorIndex; in onClear()
|
D | GrVkCommandBuffer.cpp | 229 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
|
/external/skia/src/gpu/vk/ |
D | GrVkFramebuffer.cpp | 17 const GrVkImageView* colorAttachment, in Create() argument 21 SkASSERT(colorAttachment); in Create() 24 attachments[0] = colorAttachment->imageView(); in Create()
|
D | GrVkFramebuffer.h | 24 const GrVkImageView* colorAttachment,
|
D | GrVkGpuCommandBuffer.cpp | 400 attachment.colorAttachment = 0; // this value shouldn't matter in onClearStencilClip() 482 attachment.colorAttachment = colorIndex; in onClear()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 337 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/ |
D | vktSynchronizationUtil.cpp | 225 const VkImageView colorAttachment, in makeFramebuffer() argument 236 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
|
D | vktSynchronizationUtil.hpp | 232 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 162 …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()
|
D | vktGeometryTestsUtil.cpp | 503 const VkImageView colorAttachment, in makeFramebuffer() argument 514 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
|
D | vktGeometryLayeredRenderingTests.cpp | 1037 …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()
|
D | vktGeometryTestsUtil.hpp | 176 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 523 …Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_… in testStencilExportReplace() local 536 *colorAttachment, in testStencilExportReplace()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiColorSpaceTests.cpp | 434 const VkImageView colorAttachment, 610 const VkImageView colorAttachment, in createFramebuffer() argument 620 &colorAttachment, in createFramebuffer()
|
D | vktWsiSwapchainTests.cpp | 821 const VkImageView colorAttachment, 997 const VkImageView colorAttachment, in createFramebuffer() argument 1007 &colorAttachment, in createFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.cpp | 254 const VkImageView colorAttachment, in makeFramebuffer() argument 265 &colorAttachment, // const VkImageView* pAttachments; in makeFramebuffer()
|
D | vktTessellationUtil.hpp | 218 …ice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint…
|
/external/skia/tests/ |
D | VkDrawableTest.cpp | 72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
|
/external/skqp/tests/ |
D | VkDrawableTest.cpp | 72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 552 …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()
|
D | es31fShaderImageLoadStoreTests.cpp | 2961 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/ |
D | es3fFboInvalidateTests.cpp | 1522 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()
|