/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkFramebuffer.cpp | 26 GrVkImage* stencilAttachment, in Make() 72 sk_sp<GrVkImage> stencilAttachment, in GrVkFramebuffer()
|
H A D | GrVkFramebuffer.h | 81 GrVkImage* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ClearMultiviewGL.cpp | 135 const gl::FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in attachTextures() local 185 const gl::FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in detachTextures() local
|
H A D | FramebufferGL.cpp | 228 const FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in RequiresMultiviewClear() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlFramebuffer.h | 26 GrMtlAttachment* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrRenderTarget.cpp | 49 auto stencilAttachment = (useMSAASurface) ? &GrRenderTarget::fMSAAStencilAttachment in attachStencilAttachment() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingDepthStencilResolveTests.cpp | 776 const VkRenderingAttachmentInfo stencilAttachment = { in submit() local 860 const VkRenderingAttachmentInfo stencilAttachment = { in submit() local
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 621 VkRenderingAttachmentInfo stencilAttachment{ in createCommandBuffer() local
|
H A D | vktRenderPassMultisampleTests.cpp | 1487 VkRenderingAttachmentInfo stencilAttachment = depthAttachment; in iterateInternalDynamicRendering() local
|
H A D | vktRenderPassTests.cpp | 2283 VkRenderingAttachmentInfoKHR stencilAttachment = depthAttachment; in beginDynamicRendering() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 78 VkRenderingAttachmentInfo stencilAttachment = {}; member
|
H A D | VkCommandBuffer.cpp | 177 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 D | Clear11.cpp | 549 const auto *stencilAttachment = fboData.getStencilAttachment(); in clearFramebuffer() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 481 …Move<VkImageView> stencilAttachment = makeImageView(vk, device, *stencilImage, VK_IMAGE_VIEW_TYP… in testStencilExportReplace() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Framebuffer.cpp | 343 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 D | mtl_state_cache.h | 377 RenderPassStencilAttachmentDesc stencilAttachment; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 173 const VkClearAttachment stencilAttachment = { in commandClearStencilAttachment() local
|
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 151 const VkClearAttachment stencilAttachment = { in commandClearStencilAttachment() local
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 1452 …VkRenderingAttachmentInfo stencilAttachment = subpass.m_depthStencilAttachment.attachme… in beginRendering() local
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 5372 const gl::FramebufferAttachment *stencilAttachment = framebuffer->getStencilAttachment(); in CaptureMidExecutionSetup() local
|