/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 69 hasDepthStencil = true; in SetDepthStencil() 145 if (query.hasDepthStencil) { in CreateRenderPassForQuery() 246 HashCombine(&hash, query.hasDepthStencil); in operator ()() 247 if (query.hasDepthStencil) { in operator ()() 278 if (a.hasDepthStencil != b.hasDepthStencil) { in operator ()() 282 if (a.hasDepthStencil) { in operator ()()
|
D | RenderPassCache.h | 60 bool hasDepthStencil = false; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 153 bool hasDepthStencil(DepthStencilType type) in hasDepthStencil() function 266 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport() 325 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() 587 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance() 700 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance() 793 …(hasDepthStencil(m_testParams.depthStencilType) ? m_testParams.depthStencilFormat : vk::VK_FORMAT_… in UnusedClearAttachmentTestInstance() 794 …(hasDepthStencil(m_testParams.depthStencilType) ? m_testParams.depthStencilFormat : vk::VK_FORMAT_… in UnusedClearAttachmentTestInstance() 860 if (hasDepthStencil(m_testParams.depthStencilType)) in createCommandBuffer() 1002 if (hasDepthStencil(m_testParams.depthStencilType)) in iterate() 1110 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() [all …]
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 186 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in makeDesc() local 189 b.add32(static_cast<int32_t>(hasDepthStencil)); in makeDesc()
|
D | GrDawnProgramBuilder.h | 62 bool hasDepthStencil,
|
D | GrDawnProgramBuilder.cpp | 256 bool hasDepthStencil, in Build() argument 408 if (hasDepthStencil) { in Build()
|
D | GrDawnGpu.cpp | 869 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local 873 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 87 virtual bool hasDepthStencil() const = 0; 159 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anone04efd8b0111::AttachmentAccessOrderColorTestCase 196 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anone04efd8b0111::AttachmentAccessOrderDepthTestCase 243 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anone04efd8b0111::AttachmentAccessOrderStencilTestCase 835 if (m_testCase->hasDepthStencil()) in createAttachments() 1195 if (m_testCase->hasDepthStencil()) in createRenderPass() 1465 … VK_SHADER_STAGE_FRAGMENT_BIT | (m_testCase->hasDepthStencil() ? VK_SHADER_STAGE_VERTEX_BIT : 0), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 543 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 577 if (hasDepthStencil) in makeRenderPass() 601 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1035 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 1102 if (hasDepthStencil) in makeRenderPass() 1106 if (hasDepthStencil) in makeRenderPass() 1122 hasDepthStencil ? 1u : 0u, // deUint32 attachment in makeRenderPass() 1140 hasDepthStencil ? 3u : 0u, // deUint32 attachment in makeRenderPass() 1158 hasDepthStencil ? &depthStencilResolveDescription : DE_NULL, // const void* pNext; in makeRenderPass() 1167 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local 206 if (hasDepthStencil) in ReferenceRenderer()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 377 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 411 if (hasDepthStencil) in makeRenderPass() 435 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 245 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 247 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass() 302 if (hasDepthStencil) in makeRenderPass() 317 hasDepthStencil ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass() 361 …hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass() 394 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()
|