Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkFramebuffer.cpp22 GrVkImage* stencilAttachment, in Make()
68 sk_sp<GrVkImage> stencilAttachment, in GrVkFramebuffer()
DGrVkFramebuffer.h75 GrVkImage* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment() function
/third_party/skia/src/gpu/mtl/
DGrMtlFramebuffer.h25 GrMtlAttachment* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment() function
/third_party/skia/src/gpu/
DGrRenderTarget.cpp48 auto stencilAttachment = (useMSAASurface) ? &GrRenderTarget::fMSAAStencilAttachment in attachStencilAttachment() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp135 const gl::FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in attachTextures() local
185 const gl::FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in detachTextures() local
DFramebufferGL.cpp221 const FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in RequiresMultiviewClear() local
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp60 auto stencilAttachment = static_cast<GrDawnAttachment*>(fRenderTarget->getStencilAttachment()); in beginRenderPass() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp579 const auto *stencilAttachment = fboData.getStencilAttachment(); in clearFramebuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp495 …Move<VkImageView> stencilAttachment = makeImageView (vk, device, *stencilImage, VK_IMAGE_VI… in testStencilExportReplace() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp495 …Move<VkImageView> stencilAttachment = makeImageView (vk, device, *stencilImage, VK_IMAGE_VI… in testStencilExportReplace() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_state_cache.h386 RenderPassStencilAttachmentDesc stencilAttachment; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp186 const VkClearAttachment stencilAttachment = in commandClearStencilAttachment() local
DvktFragmentOperationsEarlyFragmentTests.cpp161 const VkClearAttachment stencilAttachment = in commandClearStencilAttachment() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp186 const VkClearAttachment stencilAttachment = in commandClearStencilAttachment() local
DvktFragmentOperationsEarlyFragmentTests.cpp161 const VkClearAttachment stencilAttachment = in commandClearStencilAttachment() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp606 VkRenderingAttachmentInfoKHR stencilAttachment in createCommandBuffer() local
DvktRenderPassTests.cpp2195 VkRenderingAttachmentInfoKHR stencilAttachment = depthAttachment; in beginDynamicRendering() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp606 VkRenderingAttachmentInfoKHR stencilAttachment in createCommandBuffer() local
DvktRenderPassTests.cpp2195 VkRenderingAttachmentInfoKHR stencilAttachment = depthAttachment; in beginDynamicRendering() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1381 const FramebufferAttachment &stencilAttachment = mState.mStencilAttachment; in checkStatusWithGLFrontEnd() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3362 const gl::FramebufferAttachment *stencilAttachment = framebuffer->getStencilAttachment(); in CaptureMidExecutionSetup() local