Home
last modified time | relevance | path

Searched refs:hasDepthStencil (Results 1 – 25 of 143) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp53 hasDepthStencil = true; in SetDepthStencil()
123 if (query.hasDepthStencil) { in CreateRenderPassForQuery()
211 HashCombine(&hash, query.hasDepthStencil); in operator ()()
212 if (query.hasDepthStencil) { in operator ()()
242 if (a.hasDepthStencil != b.hasDepthStencil) { in operator ()()
246 if (a.hasDepthStencil) { in operator ()()
H A DRenderPassCache.h51 bool hasDepthStencil = false; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp51 hasDepthStencil = true; in SetDepthStencil()
121 if (query.hasDepthStencil) { in CreateRenderPassForQuery()
216 HashCombine(&hash, query.hasDepthStencil); in operator ()()
217 if (query.hasDepthStencil) { in operator ()()
247 if (a.hasDepthStencil != b.hasDepthStencil) { in operator ()()
251 if (a.hasDepthStencil) { in operator ()()
H A DRenderPassCache.h54 bool hasDepthStencil = false; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp153 bool hasDepthStencil(DepthStencilType type) in hasDepthStencil() function
262 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport()
321 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass()
583 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance()
695 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance()
851 if (hasDepthStencil(m_testParams.depthStencilType)) in createCommandBuffer()
913 if (hasDepthStencil(m_testParams.depthStencilType)) in iterate()
1021 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
1032 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
1045 if (!hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/dawn/
H A DGrDawnCaps.cpp187 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in makeDesc() local
190 b.add32(static_cast<int32_t>(hasDepthStencil)); in makeDesc()
H A DGrDawnProgramBuilder.h79 bool hasDepthStencil,
H A DGrDawnProgramBuilder.cpp263 bool hasDepthStencil, in Build() argument
397 if (hasDepthStencil) { in Build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp393 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
427 if (hasDepthStencil) in makeRenderPass()
451hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/dawn/
H A DGrDawnCaps.cpp203 bool hasDepthStencil = rt->renderTargetPriv().getStencilAttachment() != nullptr; in makeDesc() local
206 b.add32(static_cast<int32_t>(hasDepthStencil)); in makeDesc()
H A DGrDawnProgramBuilder.h80 bool hasDepthStencil,
H A DGrDawnGpu.cpp605 bool hasDepthStencil = rt->renderTargetPriv().getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
609 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp92 bool hasDepthStencil, in Build() argument
104 b.add32(static_cast<int32_t>(hasDepthStencil)); in Build()
633 bool hasDepthStencil = rt->renderTargetPriv().getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
635 if (!Desc::Build(&desc, rt, programInfo, primitiveType, hasDepthStencil, this)) { in getOrCreateRenderPipeline()
649 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
H A DGrDawnProgramBuilder.h78 bool hasDepthStencil,
H A DGrDawnProgramBuilder.cpp291 bool hasDepthStencil, in Build() argument
421 if (hasDepthStencil) { in Build()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp92 bool hasDepthStencil, in Build() argument
104 b.add32(static_cast<int32_t>(hasDepthStencil)); in Build()
633 bool hasDepthStencil = rt->renderTargetPriv().getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
635 if (!Desc::Build(&desc, rt, programInfo, primitiveType, hasDepthStencil, this)) { in getOrCreateRenderPipeline()
649 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
H A DGrDawnProgramBuilder.h78 bool hasDepthStencil,
H A DGrDawnProgramBuilder.cpp291 bool hasDepthStencil, in Build() argument
421 if (hasDepthStencil) { in Build()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp92 bool hasDepthStencil, in Build() argument
104 b.add32(static_cast<int32_t>(hasDepthStencil)); in Build()
633 bool hasDepthStencil = rt->renderTargetPriv().getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
635 if (!Desc::Build(&desc, rt, programInfo, primitiveType, hasDepthStencil, this)) { in getOrCreateRenderPipeline()
649 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
H A DGrDawnProgramBuilder.h78 bool hasDepthStencil,
H A DGrDawnProgramBuilder.cpp291 bool hasDepthStencil, in Build() argument
421 if (hasDepthStencil) { in Build()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp92 bool hasDepthStencil, in Build() argument
104 b.add32(static_cast<int32_t>(hasDepthStencil)); in Build()
633 bool hasDepthStencil = rt->renderTargetPriv().getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
635 if (!Desc::Build(&desc, rt, programInfo, primitiveType, hasDepthStencil, this)) { in getOrCreateRenderPipeline()
649 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
H A DGrDawnProgramBuilder.h78 bool hasDepthStencil,
H A DGrDawnProgramBuilder.cpp291 bool hasDepthStencil, in Build() argument
421 if (hasDepthStencil) { in Build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local
206 if (hasDepthStencil) in ReferenceRenderer()

123456