/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 | 154 bool hasDepthStencil(DepthStencilType type) in hasDepthStencil() function 274 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport() 333 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() 595 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance() 708 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance() 880 if (hasDepthStencil(m_testParams.depthStencilType)) in createCommandBuffer() 1139 if (hasDepthStencil(m_testParams.depthStencilType)) in iterate() 1275 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() 1286 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() 1299 if (!hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 154 bool hasDepthStencil(DepthStencilType type) in hasDepthStencil() function 274 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport() 333 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() 595 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance() 708 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance() 880 if (hasDepthStencil(m_testParams.depthStencilType)) in createCommandBuffer() 1139 if (hasDepthStencil(m_testParams.depthStencilType)) in iterate() 1275 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() 1286 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() 1299 if (!hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 189 const bool hasDepthStencil = (tcuFormat.order == tcu::TextureFormat::DS in makeRenderPass() local 207 !hasDepthStencil || hasInputAttachment ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 208 …!hasDepthStencil || hasInputAttachment ? &testReferences[maxAttachmentIndex] : DE_NULL, // const V… in makeRenderPass() 210 …hasDepthStencil && !hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentRe… in makeRenderPass()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1196 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 1263 if (hasDepthStencil) in makeRenderPass() 1267 if (hasDepthStencil) in makeRenderPass() 1283 hasDepthStencil ? 1u : 0u, // deUint32 attachment in makeRenderPass() 1301 hasDepthStencil ? 3u : 0u, // deUint32 attachment in makeRenderPass() 1319 hasDepthStencil ? &depthStencilResolveDescription : DE_NULL, // const void* pNext; in makeRenderPass() 1328 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 189 const bool hasDepthStencil = (tcuFormat.order == tcu::TextureFormat::DS in makeRenderPass() local 207 !hasDepthStencil || hasInputAttachment ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 208 …!hasDepthStencil || hasInputAttachment ? &testReferences[maxAttachmentIndex] : DE_NULL, // const V… in makeRenderPass() 210 …hasDepthStencil && !hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentRe… in makeRenderPass()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1196 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 1263 if (hasDepthStencil) in makeRenderPass() 1267 if (hasDepthStencil) in makeRenderPass() 1283 hasDepthStencil ? 1u : 0u, // deUint32 attachment in makeRenderPass() 1301 hasDepthStencil ? 3u : 0u, // deUint32 attachment in makeRenderPass() 1319 hasDepthStencil ? &depthStencilResolveDescription : DE_NULL, // const void* pNext; in makeRenderPass() 1328 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
|
/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_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 84 virtual bool hasDepthStencil() const = 0; 184 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anon79fc0c570111::AttachmentAccessOrderColorTestCase 221 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anon79fc0c570111::AttachmentAccessOrderDepthTestCase 268 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anon79fc0c570111::AttachmentAccessOrderStencilTestCase 930 if (m_testCase->hasDepthStencil()) in createAttachments() 1292 if (m_testCase->hasDepthStencil()) in createRenderPass() 1563 … VK_SHADER_STAGE_FRAGMENT_BIT | (m_testCase->hasDepthStencil() ? VK_SHADER_STAGE_VERTEX_BIT : 0), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 84 virtual bool hasDepthStencil() const = 0; 184 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anon2bde26970111::AttachmentAccessOrderColorTestCase 221 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anon2bde26970111::AttachmentAccessOrderDepthTestCase 268 virtual bool hasDepthStencil() const in hasDepthStencil() function in vkt::rasterization::__anon2bde26970111::AttachmentAccessOrderStencilTestCase 930 if (m_testCase->hasDepthStencil()) in createAttachments() 1292 if (m_testCase->hasDepthStencil()) in createRenderPass() 1563 … 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 | 576 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 610 if (hasDepthStencil) in makeRenderPass() 634 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 194 bool hasDepthStencil; member 230 …bool usesDepthStencilInPass (const size_t passNdx) const { return perPass[passNdx].hasDepthStencil… in usesDepthStencilInPass() 1486 if (perPass.hasDepthStencil) in addSubpassDescription() 1540 …(needsMsrtss && params.numDepthStencilSamples == VK_SAMPLE_COUNT_1_BIT && perPass.hasDepthStencil); in addSubpassDescription() 1579 perPass.hasDepthStencil in addSubpassDescription() 1824 …if (perPass.hasDepthStencil && (imageProperties.sampleCounts & perPass.numSamples) != perPass.numS… in checkRequirements() 1842 const bool checkDepth = perPass.hasDepthStencil && isDepthFormat(params.depthStencilFormat); in checkRequirements() 1843 const bool checkStencil = perPass.hasDepthStencil && isStencilFormat(params.depthStencilFormat); in checkRequirements() 2002 if (perPass.hasDepthStencil) in startRendering() 2384 if (perPass.hasDepthStencil) in verify() [all …]
|
D | vktPipelineReferenceRenderer.cpp | 177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local 206 if (hasDepthStencil) in ReferenceRenderer()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 380 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 414 if (hasDepthStencil) in makeRenderPass() 438 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 194 bool hasDepthStencil; member 230 …bool usesDepthStencilInPass (const size_t passNdx) const { return perPass[passNdx].hasDepthStencil… in usesDepthStencilInPass() 1486 if (perPass.hasDepthStencil) in addSubpassDescription() 1540 …(needsMsrtss && params.numDepthStencilSamples == VK_SAMPLE_COUNT_1_BIT && perPass.hasDepthStencil); in addSubpassDescription() 1579 perPass.hasDepthStencil in addSubpassDescription() 1824 …if (perPass.hasDepthStencil && (imageProperties.sampleCounts & perPass.numSamples) != perPass.numS… in checkRequirements() 1842 const bool checkDepth = perPass.hasDepthStencil && isDepthFormat(params.depthStencilFormat); in checkRequirements() 1843 const bool checkStencil = perPass.hasDepthStencil && isStencilFormat(params.depthStencilFormat); in checkRequirements() 2002 if (perPass.hasDepthStencil) in startRendering() 2384 if (perPass.hasDepthStencil) in verify() [all …]
|
D | vktPipelineReferenceRenderer.cpp | 177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local 206 if (hasDepthStencil) in ReferenceRenderer()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 380 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 414 if (hasDepthStencil) in makeRenderPass() 438 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 246 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 248 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass() 303 if (hasDepthStencil) in makeRenderPass() 318 hasDepthStencil ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass() 362 …hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass() 395 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 246 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 248 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass() 303 if (hasDepthStencil) in makeRenderPass() 318 hasDepthStencil ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass() 362 …hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass() 395 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()
|