Home
last modified time | relevance | path

Searched defs:attachment (Results 1 – 25 of 202) sorted by relevance

123456789

/third_party/mesa3d/src/mesa/main/
Dfbobject.c265 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/
DRenderPassBuilderD3D12.cpp150 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/
DAttachmentState.cpp56 TextureViewBase* attachment = in AttachmentStateBlueprint() local
67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint() local
DCommandEncoder.cpp110 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/
DFramebuffer.cpp59 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/
DFramebuffer.cpp69 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/
Des3fFboStateQueryTests.cpp46 …(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/
DVkFramebuffer.cpp86 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/
DFramebuffer.cpp17 …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/
DFramebufferGL.cpp78 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
DClearMultiviewGL.cpp116 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/
Ddri2.h42 unsigned int attachment; member
/third_party/skia/src/gpu/mtl/
DGrMtlTexture.h34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local
172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
DFramebufferGL.cpp79 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/
DValidationTest.h43 dawn::Texture attachment; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp532 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/
DRenderTargetCache.h138 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.h164 GrVkImage* attachment = in onSetRelease() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderTargetCache.h156 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp253 GLenum attachment; in ClearTexture() local
378 GLenum attachment = GL_COLOR_ATTACHMENT0; in ClearTexture() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleDependenciesTests.cpp1316 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/
Dpvr_pass.c65 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/
DCommandEncoder.cpp283 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/
DFramebuffer11.cpp34 const gl::FramebufferAttachment *attachment) in MarkAttachmentsDirty()
403 const gl::FramebufferAttachment *attachment = mState.getFirstNonNullAttachment(); in getSamplePosition() local

123456789