/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 76 const gl::FramebufferAttachment *dsAttachment = mState.getDepthOrStencilAttachment(); in markAttachmentsDirty() local 77 if (dsAttachment) in markAttachmentsDirty() 79 ANGLE_TRY(MarkAttachmentsDirty(context, dsAttachment)); in markAttachmentsDirty()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 77 const gl::FramebufferAttachment *dsAttachment = mState.getDepthOrStencilAttachment(); in markAttachmentsDirty() local 78 if (dsAttachment) in markAttachmentsDirty() 80 ANGLE_TRY(MarkAttachmentsDirty(context, dsAttachment)); in markAttachmentsDirty()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassLoadStoreOpNoneTests.cpp | 511 VkRenderingAttachmentInfoKHR dsAttachment in createCommandBuffer() local 567 dsAttachment.imageView = *imageViews[i]; in createCommandBuffer() 568 dsAttachment.loadOp = m_testParams.attachments[i].loadOp; in createCommandBuffer() 569 dsAttachment.storeOp = m_testParams.attachments[i].storeOp; in createCommandBuffer() 583 …useDepth ? &dsAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBuffer() 584 …useStencil ? &dsAttachment : DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachme… in createCommandBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4244 ImagePtr dsAttachment; member 4322 …dsAttachment = ImagePtr(new ImageWithMemory(vkd, device, alloc, dsAttachmentInfo, MemoryRequiremen… in ManyDrawsAllocatedData() 4506 …const auto dsAttachmentView = makeImageView(vkd, device, testData.dsAttachment->get(), VK_IMAGE_V… in iterate() 4606 …UNDEFINED, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, testData.dsAttachment->get(), dsResou… in iterate() 4672 …IL_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, testData.dsAttachment->get(), dsResou… in iterate() 4677 …vkd.cmdCopyImageToBuffer(primaryCmdBuffer, testData.dsAttachment->get(), VK_IMAGE_LAYOUT_TRANSFER_… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1440 …const Unique<VkImageView> dsAttachment (makeImageView (vk, device, *dsImage, VK_IMAGE_VIEW_TYP… in iterate() local 1466 const VkImageView attachments[] = { *colorAttachment, *dsAttachment }; in iterate() 1939 …const Unique<VkImageView> dsAttachment (makeImageView (vk, device, *dsImage, VK_IMAGE_VIEW_T… in iterate() local 1969 …const VkImageView attachments[] = { *colorAttachment, *dsAttachment, *colorResolveAttach… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1334 …const Unique<VkImageView> dsAttachment (makeImageView (vk, device, *dsImage, viewType, dsForm… in testLayeredReadBack() local 1340 const VkImageView attachments[] = {*colorAttachment, *dsAttachment}; in testLayeredReadBack()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES.cpp | 2637 const FramebufferAttachment *dsAttachment = in ValidateDrawStates() local 2639 const GLuint stencilBits = dsAttachment ? dsAttachment->getStencilSize() : 0; in ValidateDrawStates()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3692 VkRenderingAttachmentInfoKHR dsAttachment in draw() local 3716 …(m_depthTest ? &dsAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pDepthAttachmen… in draw() 3717 …(m_stencilTest ? &dsAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pStencilAttac… in draw()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES.cpp | 3921 const FramebufferAttachment *dsAttachment = in ValidateDrawStates() local 3923 const GLuint stencilBits = dsAttachment ? dsAttachment->getStencilSize() : 0; in ValidateDrawStates()
|