| /third_party/mesa3d/src/mesa/main/ |
| D | fbobject.c | 265 GLenum attachment, bool *is_color_attachment) in get_attachment() 324 GLenum attachment) in get_fb0_attachment() 662 GLenum attachment, in _mesa_FramebufferRenderbuffer_sw() 3917 GLenum attachment, const char *caller) in _mesa_get_and_validate_attachment() 3949 GLenum attachment, in _mesa_framebuffer_texture() 4023 framebuffer_texture_with_dims_no_error(GLenum target, GLenum attachment, in framebuffer_texture_with_dims_no_error() 4046 GLenum attachment, GLenum textarget, in framebuffer_texture_with_dims() 4092 _mesa_FramebufferTexture1D_no_error(GLenum target, GLenum attachment, in _mesa_FramebufferTexture1D_no_error() 4102 _mesa_FramebufferTexture1D(GLenum target, GLenum attachment, in _mesa_FramebufferTexture1D() 4111 _mesa_FramebufferTexture2D_no_error(GLenum target, GLenum attachment, in _mesa_FramebufferTexture2D_no_error() [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | RenderPassBuilderD3D12.cpp | 150 void RenderPassBuilder::SetRenderTargetBeginningAccess(ColorAttachmentIndex attachment, in SetRenderTargetBeginningAccess() 170 void RenderPassBuilder::SetRenderTargetEndingAccess(ColorAttachmentIndex attachment, in SetRenderTargetEndingAccess() 176 void RenderPassBuilder::SetRenderTargetEndingAccessResolve(ColorAttachmentIndex attachment, in SetRenderTargetEndingAccessResolve()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | AttachmentState.cpp | 56 TextureViewBase* attachment = in AttachmentStateBlueprint() local 67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint() local
|
| D | CommandEncoder.cpp | 110 MaybeError ValidateAttachmentArrayLayersAndLevelCount(const TextureViewBase* attachment) { in ValidateAttachmentArrayLayersAndLevelCount() 123 MaybeError ValidateOrSetAttachmentSize(const TextureViewBase* attachment, in ValidateOrSetAttachmentSize() 168 const TextureViewBase* attachment = colorAttachment.view; in ValidateResolveTarget() local 220 TextureViewBase* attachment = colorAttachment.view; in ValidateRenderPassColorAttachment() local 260 TextureViewBase* attachment = depthStencilAttachment->view; in ValidateRenderPassDepthStencilAttachment() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Framebuffer.cpp | 59 bool CheckAttachmentCompleteness(const Context *context, const FramebufferAttachment &attachment) in CheckAttachmentCompleteness() 144 const FramebufferAttachment &attachment, in CheckAttachmentSampleCompleteness() 213 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() 472 auto hasMismatchedSize = [&attachmentSize](const FramebufferAttachment &attachment) { in attachmentsHaveSameDimensions() 489 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions() local 585 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in isMultiview() local 595 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getBaseViewIndex() local 688 for (auto &attachment : mState.mColorAttachments) in onDestroy() local 763 FramebufferAttachment *attachment, in detachMatchingAttachment() 881 const FramebufferAttachment *attachment = mState.getDrawBuffer(drawBuffer); in getDrawbufferWriteType() local [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Framebuffer.cpp | 69 const FramebufferAttachment &attachment) in CheckAttachmentCompleteness() 205 const FramebufferAttachment &attachment, in CheckAttachmentSampleCompleteness() 294 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() 304 bool AttachmentOverlapsWithTexture(const FramebufferAttachment &attachment, in AttachmentOverlapsWithTexture() 586 for (const FramebufferAttachment &attachment : mColorAttachments) in getAttachmentExtentsIntersection() local 614 auto hasMismatchedSize = [&attachmentSize](const FramebufferAttachment &attachment) { in attachmentsHaveSameDimensions() 631 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions() local 740 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in isMultiview() local 750 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getBaseViewIndex() local 881 for (auto &attachment : mState.mColorAttachments) in onDestroy() local [all …]
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFboStateQueryTests.cpp | 46 …(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int … in checkAttachmentComponentSizeAtLeast() 83 …(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int … in checkAttachmentComponentSizeExactly() 144 …(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pnam… in checkAttachmentParam() 619 bool attachmentExists (GLenum attachment) in attachmentExists() 671 GLenum attachment; in test() member 698 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment() 716 void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment() 743 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment() 761 void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkFramebuffer.cpp | 86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() local 137 …hment(const RenderPass *renderPass, uint32_t subpassIndex, const VkClearAttachment &attachment, co… in clearAttachment()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | Framebuffer.cpp | 17 …amebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Form… in Framebuffer()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | FramebufferGL.cpp | 78 const FramebufferAttachment *attachment) in BindFramebufferAttachment() 153 bool AreAllLayersActive(const FramebufferAttachment &attachment) in AreAllLayersActive() 169 const FramebufferAttachment *attachment = nullptr; in RequiresMultiviewClear() local 221 bool IsEmulatedAlphaChannelTextureAttachment(const FramebufferAttachment *attachment) in IsEmulatedAlphaChannelTextureAttachment() 606 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit() local 1050 const FramebufferAttachment *attachment = nullptr; in syncState() local 1176 for (const auto &attachment : mState.getColorAttachments()) in syncClearState() local 1213 const FramebufferAttachment *attachment = nullptr; in syncClearBufferState() local
|
| D | ClearMultiviewGL.cpp | 116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local 172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
|
| /third_party/mesa3d/src/glx/ |
| D | dri2.h | 42 unsigned int attachment; member
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlTexture.h | 34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | ClearMultiviewGL.cpp | 116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local 172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
|
| D | FramebufferGL.cpp | 79 const FramebufferAttachment *attachment) in BindFramebufferAttachment() 178 bool AreAllLayersActive(const FramebufferAttachment &attachment) in AreAllLayersActive() 194 const FramebufferAttachment *attachment = nullptr; in RequiresMultiviewClear() local 246 bool IsEmulatedAlphaChannelTextureAttachment(const FramebufferAttachment *attachment) in IsEmulatedAlphaChannelTextureAttachment() 799 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit() local 1260 const FramebufferAttachment *attachment = nullptr; in syncState() local 1390 for (const auto &attachment : mState.getColorAttachments()) in syncClearState() local 1422 const FramebufferAttachment *attachment = nullptr; in syncClearBufferState() local
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | ValidationTest.h | 43 dawn::Texture attachment; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 532 AttachmentReference (deUint32 attachment, in AttachmentReference() 835 const Attachment& attachment = attachments[attachmentNdx]; in logRenderPassInfo() local 1060 VkClearColorValue randomColorClearValue (const Attachment& attachment, de::Random& rng, deBool useF… in randomColorClearValue() 1117 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription() 1380 VkClearValue randomClearValue (const Attachment& attachment, de::Random& rng, deBool useFormatCompC… in randomClearValue() 1850 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline() local 1876 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local 2040 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local 2373 const VkClearAttachment attachment = in pushRenderCommands() local 2399 const VkClearAttachment attachment = in pushRenderCommands() local [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | RenderTargetCache.h | 138 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkRenderTarget.h | 164 GrVkImage* attachment = in onSetRelease() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | RenderTargetCache.h | 156 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | TextureGL.cpp | 253 GLenum attachment; in ClearTexture() local 378 GLenum attachment = GL_COLOR_ATTACHMENT0; in ClearTexture() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cTextureStorageMultisampleDependenciesTests.cpp | 1316 glw::GLenum attachment = (is_color_renderable) ? in iterate() local 1465 glw::GLenum attachment = (is_color_renderable) ? in iterate() local 1620 glw::GLenum attachment = (is_color_renderable) ? in iterate() local 1776 glw::GLenum attachment = (is_color_renderable) ? in iterate() local
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_pass.c | 65 const uint32_t attachment = subpass->input_attachments[i]; in pvr_subpass_has_msaa_input_attachment() local 368 struct pvr_render_pass_attachment *attachment = &pass->attachments[i]; in pvr_CreateRenderPass2() local
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | CommandEncoder.cpp | 283 MaybeError ValidateAttachmentArrayLayersAndLevelCount(const TextureViewBase* attachment) { in ValidateAttachmentArrayLayersAndLevelCount() 300 MaybeError ValidateOrSetAttachmentSize(const TextureViewBase* attachment, in ValidateOrSetAttachmentSize() 394 const TextureViewBase* attachment = colorAttachment->attachment; in ValidateRenderPassColorAttachment() local 421 const TextureViewBase* attachment = depthStencilAttachment->attachment; in ValidateRenderPassDepthStencilAttachment() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Framebuffer11.cpp | 34 const gl::FramebufferAttachment *attachment) in MarkAttachmentsDirty() 403 const gl::FramebufferAttachment *attachment = mState.getFirstNonNullAttachment(); in getSamplePosition() local
|