/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/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() 620 bool attachmentExists (GLenum attachment) in attachmentExists() 672 GLenum attachment; in test() member 699 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment() 717 void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment() 744 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment() 762 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/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/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 543 AttachmentReference (deUint32 attachment, in AttachmentReference() 846 const Attachment& attachment = attachments[attachmentNdx]; in logRenderPassInfo() local 1071 VkClearColorValue randomColorClearValue (const Attachment& attachment, de::Random& rng, deBool useF… in randomColorClearValue() 1128 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription() 1391 VkClearValue randomClearValue (const Attachment& attachment, de::Random& rng, deBool useFormatCompC… in randomClearValue() 1875 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline() local 1901 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local 2067 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local 2570 const VkClearAttachment attachment = in pushRenderCommands() local 2596 const VkClearAttachment attachment = in pushRenderCommands() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 543 AttachmentReference (deUint32 attachment, in AttachmentReference() 846 const Attachment& attachment = attachments[attachmentNdx]; in logRenderPassInfo() local 1071 VkClearColorValue randomColorClearValue (const Attachment& attachment, de::Random& rng, deBool useF… in randomColorClearValue() 1128 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription() 1391 VkClearValue randomClearValue (const Attachment& attachment, de::Random& rng, deBool useFormatCompC… in randomClearValue() 1875 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline() local 1901 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local 2067 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local 2570 const VkClearAttachment attachment = in pushRenderCommands() local 2596 const VkClearAttachment attachment = in pushRenderCommands() local [all …]
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 169 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/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ValidationTest.h | 119 wgpu::Texture attachment; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 287 bool RenderbufferAttachmentTest::Test(glw::GLenum attachment, glw::GLenum internalformat) in Test() 471 bool TextureAttachmentTest::Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum text… in Test() 550 bool TextureAttachmentTest::SubTestAttachmentError(glw::GLenum attachment, glw::GLenum texture_targ… in SubTestAttachmentError() 579 bool TextureAttachmentTest::SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, glw::… in SubTestStatus() 611 bool TextureAttachmentTest::SubTestContent(glw::GLenum attachment, glw::GLenum texture_target, in SubTestContent() 910 bool TextureLayerAttachmentTest::Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum… in Test() 1021 bool TextureLayerAttachmentTest::SubTestAttachmentError(glw::GLenum attachment, glw::GLenum texture… in SubTestAttachmentError() 1054 bool TextureLayerAttachmentTest::SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, … in SubTestStatus() 1090 bool TextureLayerAttachmentTest::SubTestContent(glw::GLenum attachment, glw::GLenum texture_target, in SubTestContent() 1891 bool InvalidateDataTest::CheckErrorAndLog(const glw::GLenum attachment) in CheckErrorAndLog() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 35 const gl::FramebufferAttachment *attachment) in MarkAttachmentsDirty() 417 const gl::FramebufferAttachment *attachment = mState.getFirstNonNullAttachment(); in getSamplePosition() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 224 glw::GLenum attachment = GL_NONE; in configureLayeredFramebufferAttachment() local 777 glw::GLenum attachment = GL_NONE; in releaseAndDetachTextureObject() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_clear.c | 264 unsigned attachment, unsigned rt, in panvk_meta_clear_attachment() 489 uint32_t attachment, rt = 0; in panvk_per_arch() local
|
/third_party/skia/experimental/webgpu-bazel/src/ |
D | bindings.cpp | 77 wgpu::RenderPassColorAttachment attachment{}; in drawPipeline() local
|