Home
last modified time | relevance | path

Searched defs:colorAttachment (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp29 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
DGrVkFramebuffer.cpp20 GrVkImage* colorAttachment, in Make()
66 sk_sp<GrVkImage> colorAttachment, in GrVkFramebuffer()
82 sk_sp<GrVkImage> colorAttachment, in GrVkFramebuffer()
DGrVkRenderTarget.cpp53 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
DGrVkFramebuffer.h73 GrVkImage* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
DGrVkRenderTarget.h55 GrVkImage* colorAttachment() const { in colorAttachment() function
DGrVkOpsRenderPass.cpp648 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/
DFramebuffer11.cpp71 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/
DFramebuffer11.cpp72 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/
DGrMtlFramebuffer.h23 GrMtlAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
DGrMtlRenderTarget.h38 GrMtlAttachment* colorAttachment() const { return fColorAttachment.get(); } in colorAttachment() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment, in Create()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp125 GLenum colorAttachment = in attachTextures() local
178 GLenum colorAttachment = in detachTextures() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp125 GLenum colorAttachment = in attachTextures() local
178 GLenum colorAttachment = in detachTextures() local
/third_party/skia/third_party/externals/dawn/examples/
DCHelloTriangle.cpp111 WGPURenderPassColorAttachment colorAttachment = {}; in frame() local
/third_party/flutter/skia/third_party/externals/dawn/examples/
DCHelloTriangle.cpp134 DawnRenderPassColorAttachmentDescriptor colorAttachment; in frame() local
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.cpp149 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/
DCommandEncoder.cpp319 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/
DBufferZeroInitTests.cpp235 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/
DWGPUHelpers.cpp104 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/
DCommandEncoder.cpp145 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/
DFramebufferMultiviewTest.cpp494 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/
DvkCmdUtil.cpp212 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering() local
258 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp484 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/
DFramebuffer.cpp168 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/
DFramebuffer.cpp145 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

1234