/external/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 75 wgpu::RenderPassDepthStencilAttachmentDescriptor depthStencilAttachment; in beginRenderPass() local 76 depthStencilAttachment.attachment = stencilAttachment->view(); in beginRenderPass() 77 depthStencilAttachment.depthLoadOp = stencilOp; in beginRenderPass() 78 depthStencilAttachment.stencilLoadOp = stencilOp; in beginRenderPass() 79 depthStencilAttachment.clearDepth = 1.0f; in beginRenderPass() 80 depthStencilAttachment.clearStencil = 0; in beginRenderPass() 81 depthStencilAttachment.depthStoreOp = wgpu::StoreOp::Store; in beginRenderPass() 82 depthStencilAttachment.stencilStoreOp = wgpu::StoreOp::Store; in beginRenderPass() 83 renderPassDescriptor.depthStencilAttachment = &depthStencilAttachment; in beginRenderPass() 85 renderPassDescriptor.depthStencilAttachment = nullptr; in beginRenderPass()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 133 const gl::FramebufferAttachment *depthStencilAttachment = state.getDepthStencilAttachment(); in attachTextures() local 136 if (depthStencilAttachment != nullptr) in attachTextures() 138 const auto &imageIndex = depthStencilAttachment->getTextureImageIndex(); in attachTextures() 141 const TextureGL *textureGL = GetImplAs<TextureGL>(depthStencilAttachment->getTexture()); in attachTextures() 183 const gl::FramebufferAttachment *depthStencilAttachment = state.getDepthStencilAttachment(); in detachTextures() local 186 if (depthStencilAttachment != nullptr) in detachTextures()
|
/external/swiftshader/src/Vulkan/ |
D | VkFramebuffer.cpp | 190 uint32_t depthStencilAttachment = subpass.pDepthStencilAttachment->attachment; in resolve() local 191 if(depthStencilAttachment != VK_ATTACHMENT_UNUSED) in resolve() 193 ImageView *imageView = attachments[depthStencilAttachment]; in resolve()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Clear11.cpp | 402 const auto *depthStencilAttachment = fboData.getDepthOrStencilAttachment(); in clearFramebuffer() local 403 if (depthStencilAttachment != nullptr) in clearFramebuffer() 405 framebufferSize = depthStencilAttachment->getSize(); in clearFramebuffer() 570 ASSERT(depthStencilAttachment != nullptr); in clearFramebuffer() 571 ANGLE_TRY(depthStencilAttachment->getRenderTarget( in clearFramebuffer() 572 context, depthStencilAttachment->getRenderToTextureSamples(), in clearFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 297 AttachmentReference depthStencilAttachment,
|
D | vktRenderPassTestsUtil.cpp | 406 AttachmentReference depthStencilAttachment, in Subpass() argument 415 ,m_depthStencilAttachment (depthStencilAttachment) in Subpass()
|
D | vktRenderPassTests.cpp | 590 AttachmentReference depthStencilAttachment, in Subpass() argument 598 , m_depthStencilAttachment (depthStencilAttachment) in Subpass() 928 const AttachmentReference& depthStencilAttachment = subpass.getDepthStencilAttachment(); in logRenderPassInfo() local 930 …log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::En… in logRenderPassInfo() 931 …log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMe… in logRenderPassInfo() 5372 Maybe<deUint32> depthStencilAttachment (useDepthStencilAttachment in addAttachmentAllocationTests() local 5383 if (depthStencilAttachment) in addAttachmentAllocationTests() 5384 definedAttachments.insert(*depthStencilAttachment); in addAttachmentAllocationTests() 5498 if (depthStencilAttachment) in addAttachmentAllocationTests() 5500 if (lastUseOfAttachment[*depthStencilAttachment]) in addAttachmentAllocationTests() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 1523 static const deUint32 depthStencilAttachment[] = { GL_DEPTH_STENCIL_ATTACHMENT }; in init() local 1533 …ncil").c_str(), "", boundT, invalidateT, &depthStencilAttachment[0], DE_LENGTH_OF_ARRAY(depthStenc… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 165 vk::VkAttachmentReference depthStencilAttachment,
|
D | vktDrawCreateInfoUtil.cpp | 460 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription() argument 472 m_depthStencilAttachment = depthStencilAttachment; in SubpassDescription()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 1410 Dependency<ImageView> depthStencilAttachment; member 1424 …, depthStencilAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FO… in Resources() 1443 *res.depthStencilAttachment.object, in create()
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 1232 renderPassDescriptor.depthStencilAttachment = &depthStencilAttachmentInfo; in CreateRenderPassDescriptor() 1234 renderPassDescriptor.depthStencilAttachment = nullptr; in CreateRenderPassDescriptor()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2118 Dependency<ImageView> depthStencilAttachment; member 2132 …, depthStencilAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FO… in Resources() 2157 *res.depthStencilAttachment.object, in create()
|