Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp69 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 ()()
DRenderPassCache.h60 bool hasDepthStencil = false; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp153 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/
DGrDawnCaps.cpp186 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in makeDesc() local
189 b.add32(static_cast<int32_t>(hasDepthStencil)); in makeDesc()
DGrDawnProgramBuilder.h62 bool hasDepthStencil,
DGrDawnProgramBuilder.cpp256 bool hasDepthStencil, in Build() argument
408 if (hasDepthStencil) { in Build()
DGrDawnGpu.cpp869 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
873 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp87 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/
DvkObjUtil.cpp543 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
577 if (hasDepthStencil) in makeRenderPass()
601hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1035 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()
1167hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local
206 if (hasDepthStencil) in ReferenceRenderer()
DvktPipelineDepthRangeUnrestrictedTests.cpp377 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
411 if (hasDepthStencil) in makeRenderPass()
435hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp245 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()
361hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass()
394hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()