/external/skia/src/gpu/vk/ |
D | GrVkTextureRenderTarget.cpp | 29 sk_sp<GrVkAttachment> colorAttachment, in GrVkTextureRenderTarget() 43 sk_sp<GrVkAttachment> colorAttachment, in GrVkTextureRenderTarget() 56 sk_sp<GrVkAttachment>* colorAttachment, in create_rt_attachments() 90 sk_sp<GrVkAttachment> colorAttachment; in MakeNewTextureRenderTarget() local 127 sk_sp<GrVkAttachment> colorAttachment; in MakeWrappedTextureRenderTarget() local
|
D | GrVkFramebuffer.cpp | 20 GrVkAttachment* colorAttachment, in Make() 66 sk_sp<GrVkAttachment> colorAttachment, in GrVkFramebuffer() 82 sk_sp<GrVkAttachment> colorAttachment, in GrVkFramebuffer()
|
D | GrVkRenderTarget.cpp | 54 sk_sp<GrVkAttachment> colorAttachment, in GrVkRenderTarget() 130 sk_sp<GrVkAttachment> colorAttachment; in MakeWrappedRenderTarget() local 165 sk_sp<GrVkAttachment> colorAttachment = in MakeSecondaryCBRenderTarget() local 324 GrVkAttachment* colorAttachment = in createFramebuffer() local 342 const GrVkAttachment* colorAttachment = in getAttachmentsDescriptor() local
|
D | GrVkFramebuffer.h | 70 GrVkAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
|
D | GrVkRenderTarget.h | 56 GrVkAttachment* colorAttachment() const { in colorAttachment() function
|
D | GrVkOpsRenderPass.cpp | 648 auto colorAttachment = fFramebuffer->colorAttachment(); in onBindPipeline() local 679 void check_sampled_texture(GrTexture* tex, GrAttachment* colorAttachment, GrVkGpu* gpu) { in check_sampled_texture() 691 auto colorAttachment = fFramebuffer->colorAttachment(); in onBindTextures() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 72 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty() local 91 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl() local 171 const gl::FramebufferAttachment *colorAttachment = in invalidateBase() local 298 for (size_t colorAttachment = 0; colorAttachment < colorAttachments.size(); in blitImpl() local
|
D | Clear11.cpp | 409 const gl::FramebufferAttachment *colorAttachment = fboData.getFirstColorAttachment(); in clearFramebuffer() local
|
/external/skqp/src/gpu/vk/ |
D | GrVkFramebuffer.cpp | 17 const GrVkImageView* colorAttachment, in Create()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 125 GLenum colorAttachment = in attachTextures() local 178 GLenum colorAttachment = in detachTextures() local
|
/external/angle/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 487 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local 585 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
|
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 165 bool colorAttachment) in CheckAttachmentSampleCounts() 203 bool colorAttachment, in CheckAttachmentSampleCompleteness() 491 auto *colorAttachment = getFirstColorAttachment(); in getFirstNonNullAttachment() local 501 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment() local 1226 for (const FramebufferAttachment &colorAttachment : mState.mColorAttachments) in checkStatusWithGLFrontEnd() local 2414 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized() local
|
/external/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 64 wgpu::RenderPassColorAttachmentDescriptor colorAttachment; in beginRenderPass() local
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | FramebufferD3D.cpp | 333 const gl::FramebufferAttachment &colorAttachment = colorAttachments[attachmentIndex]; in getColorAttachmentsForRender() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 487 …Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_… in testStencilExportReplace() local
|
D | vktPipelineNoPositionTests.cpp | 460 const VkAttachmentDescription colorAttachment = in iterate() local
|
D | vktPipelineBindPointTests.cpp | 428 ImageWithMemoryPtr colorAttachment; in iterate() local
|
/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
|
D | vktGeometryLayeredRenderingTests.cpp | 1243 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in test() local 1327 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in testLayeredReadBack() local
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 689 const VkImageView colorAttachment, in makeVerifyFramebuffer() 1208 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() local 1422 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() local 1641 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_V… in iterate() local 1917 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_… in iterate() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 666 const VkImageView colorAttachment, in makeFramebuffer()
|
D | vkWsiUtil.cpp | 751 const VkImageView colorAttachment, in createFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 460 VkAttachmentDescription colorAttachment{}; local
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawScissorTests.cpp | 412 vector<VkImageView> colorAttachment (1, *colorTargetView); in iterate() local
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 1191 for (const ::dawn::TextureView& colorAttachment : texture_view) { in CreateRenderPassDescriptor() local
|