/third_party/skia/src/gpu/vk/ |
D | GrVkTextureRenderTarget.cpp | 29 sk_sp<GrVkImage> colorAttachment, in GrVkTextureRenderTarget() 43 sk_sp<GrVkImage> colorAttachment, in GrVkTextureRenderTarget() 57 sk_sp<GrVkImage>* colorAttachment, in create_rt_attachments() 96 sk_sp<GrVkImage> colorAttachment; in MakeNewTextureRenderTarget() local 137 sk_sp<GrVkImage> colorAttachment; in MakeWrappedTextureRenderTarget() local
|
D | GrVkFramebuffer.cpp | 20 GrVkImage* colorAttachment, in Make() 66 sk_sp<GrVkImage> colorAttachment, in GrVkFramebuffer() 82 sk_sp<GrVkImage> colorAttachment, in GrVkFramebuffer()
|
D | GrVkRenderTarget.cpp | 53 sk_sp<GrVkImage> colorAttachment, in GrVkRenderTarget() 142 sk_sp<GrVkImage> colorAttachment; in MakeWrappedRenderTarget() local 177 sk_sp<GrVkImage> colorAttachment = in MakeSecondaryCBRenderTarget() local 363 GrVkImage* colorAttachment = withResolve ? this->msaaAttachment() : this->colorAttachment(); in createFramebuffer() local 380 const GrVkImage* colorAttachment = in getAttachmentsDescriptor() local
|
D | GrVkFramebuffer.h | 73 GrVkImage* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
|
D | GrVkRenderTarget.h | 55 GrVkImage* 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
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 71 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty() local 90 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl() local 170 const gl::FramebufferAttachment *colorAttachment = in invalidateBase() local 297 for (size_t colorAttachment = 0; colorAttachment < colorAttachments.size(); in blitImpl() local
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlFramebuffer.h | 23 GrMtlAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
|
D | GrMtlRenderTarget.h | 38 GrMtlAttachment* colorAttachment() const { return fColorAttachment.get(); } in colorAttachment() function
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkFramebuffer.cpp | 17 const GrVkImageView* colorAttachment, in Create()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 125 GLenum colorAttachment = in attachTextures() local 178 GLenum colorAttachment = in detachTextures() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 125 GLenum colorAttachment = in attachTextures() local 178 GLenum colorAttachment = in detachTextures() local
|
/third_party/skia/third_party/externals/dawn/examples/ |
D | CHelloTriangle.cpp | 111 WGPURenderPassColorAttachment colorAttachment = {}; in frame() local
|
/third_party/flutter/skia/third_party/externals/dawn/examples/ |
D | CHelloTriangle.cpp | 134 DawnRenderPassColorAttachmentDescriptor colorAttachment; in frame() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | DawnHelpers.cpp | 149 for (const dawn::TextureView& colorAttachment : colorAttachmentInfo) { in ComboRenderPassDescriptor() local 204 dawn::Texture colorAttachment, in BasicRenderPass()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandEncoder.cpp | 319 MaybeError ValidateOrSetColorAttachmentSampleCount(const TextureViewBase* colorAttachment, in ValidateOrSetColorAttachmentSampleCount() 333 const RenderPassColorAttachmentDescriptor* colorAttachment) { in ValidateResolveTarget() 386 const RenderPassColorAttachmentDescriptor* colorAttachment, in ValidateRenderPassColorAttachment() 1143 RenderPassColorAttachmentInfo* colorAttachment = &renderPass->colorAttachments[i]; in ValidateRenderPass() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | BufferZeroInitTests.cpp | 235 wgpu::Texture colorAttachment) { in ExpectLazyClearSubmitAndCheckOutputs() 274 wgpu::Texture colorAttachment = in TestBufferZeroInitAsVertexBuffer() local 321 wgpu::Texture colorAttachment = in TestBufferZeroInitAsIndexBuffer() local 361 wgpu::Texture colorAttachment = in TestBufferZeroInitAsIndirectBufferForDrawIndirect() local 404 wgpu::Texture colorAttachment = in TestBufferZeroInitAsIndirectBufferForDrawIndexedIndirect() local 1218 wgpu::Texture colorAttachment = in TEST_P() local
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | WGPUHelpers.cpp | 104 for (const wgpu::TextureView& colorAttachment : colorAttachmentInfo) { in ComboRenderPassDescriptor() local 152 wgpu::Texture colorAttachment, in BasicRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandEncoder.cpp | 145 MaybeError ValidateOrSetColorAttachmentSampleCount(const TextureViewBase* colorAttachment, in ValidateOrSetColorAttachmentSampleCount() 162 const RenderPassColorAttachment& colorAttachment) { in ValidateResolveTarget() 216 const RenderPassColorAttachment& colorAttachment, in ValidateRenderPassColorAttachment()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 494 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local 592 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkCmdUtil.cpp | 212 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering() local 258 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 484 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local 582 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 168 bool colorAttachment) in CheckAttachmentSampleCounts() 206 bool colorAttachment, in CheckAttachmentSampleCompleteness() 494 auto *colorAttachment = getFirstColorAttachment(); in getFirstNonNullAttachment() local 504 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment() local 1234 for (const FramebufferAttachment &colorAttachment : mState.mColorAttachments) in checkStatusWithGLFrontEnd() local 2430 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 145 bool colorAttachment, in CheckAttachmentSampleCompleteness() 380 auto *colorAttachment = getFirstColorAttachment(); in getFirstNonNullAttachment() local 390 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment() local 1019 for (const FramebufferAttachment &colorAttachment : mState.mColorAttachments) in checkStatusWithGLFrontEnd() local 2220 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized() local
|