Home
last modified time | relevance | path

Searched refs:dsAttachment (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp76 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/
DFramebuffer11.cpp77 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/
DvktRenderPassLoadStoreOpNoneTests.cpp511 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/
DvktApiCommandBuffersTests.cpp4244 ImagePtr dsAttachment; member
4322dsAttachment = 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/
DvktImagelessFramebufferTests.cpp1440 …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/
DvktGeometryLayeredRenderingTests.cpp1334 …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/
DvalidationES.cpp2637 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/
DvktMultiViewRenderTests.cpp3692 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/
DvalidationES.cpp3921 const FramebufferAttachment *dsAttachment = in ValidateDrawStates() local
3923 const GLuint stencilBits = dsAttachment ? dsAttachment->getStencilSize() : 0; in ValidateDrawStates()