Home
last modified time | relevance | path

Searched defs:stencilAttachment (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkFramebuffer.cpp26 GrVkImage* stencilAttachment, in Make()
72 sk_sp<GrVkImage> stencilAttachment, in GrVkFramebuffer()
H A DGrVkFramebuffer.h81 GrVkImage* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp135 const gl::FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in attachTextures() local
185 const gl::FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in detachTextures() local
H A DFramebufferGL.cpp228 const FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in RequiresMultiviewClear() local
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlFramebuffer.h26 GrMtlAttachment* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRenderTarget.cpp49 auto stencilAttachment = (useMSAASurface) ? &GrRenderTarget::fMSAAStencilAttachment in attachStencilAttachment() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingDepthStencilResolveTests.cpp776 const VkRenderingAttachmentInfo stencilAttachment = { in submit() local
860 const VkRenderingAttachmentInfo stencilAttachment = { in submit() local
H A DvktRenderPassLoadStoreOpNoneTests.cpp621 VkRenderingAttachmentInfo stencilAttachment{ in createCommandBuffer() local
H A DvktRenderPassMultisampleTests.cpp1487 VkRenderingAttachmentInfo stencilAttachment = depthAttachment; in iterateInternalDynamicRendering() local
H A DvktRenderPassTests.cpp2283 VkRenderingAttachmentInfoKHR stencilAttachment = depthAttachment; in beginDynamicRendering() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp78 VkRenderingAttachmentInfo stencilAttachment = {}; member
H A DVkCommandBuffer.cpp177 const VkRenderingAttachmentInfo &stencilAttachment = dynamicRendering.getStencilAttachment(); in execute() local
239 …const VkRenderingAttachmentInfo &stencilAttachment = executionState.dynamicRendering->getStencilAt… in execute() local
1365 …const VkRenderingAttachmentInfo &stencilAttachment = executionState.dynamicRendering->getStencilAt… in execute() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DClear11.cpp549 const auto *stencilAttachment = fboData.getStencilAttachment(); in clearFramebuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp481 …Move<VkImageView> stencilAttachment = makeImageView(vk, device, *stencilImage, VK_IMAGE_VIEW_TYP… in testStencilExportReplace() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp343 const FramebufferAttachment *stencilAttachment = in HasSupportedStencilBitCount() local
1477 const FramebufferAttachment &stencilAttachment = mState.mStencilAttachment; in checkStatusWithGLFrontEnd() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h377 RenderPassStencilAttachmentDesc stencilAttachment; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp173 const VkClearAttachment stencilAttachment = { in commandClearStencilAttachment() local
H A DvktFragmentOperationsEarlyFragmentTests.cpp151 const VkClearAttachment stencilAttachment = { in commandClearStencilAttachment() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1452 …VkRenderingAttachmentInfo stencilAttachment = subpass.m_depthStencilAttachment.attachme… in beginRendering() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp5372 const gl::FramebufferAttachment *stencilAttachment = framebuffer->getStencilAttachment(); in CaptureMidExecutionSetup() local