Home
last modified time | relevance | path

Searched refs:hasDepthStencil (Results 1 – 23 of 23) 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.cpp154 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/
DvktRenderPassUnusedClearAttachmentTests.cpp154 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/
DvktFragmentOperationsTransientAttachmentTests.cpp189 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()
210hasDepthStencil && !hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentRe… in makeRenderPass()
DvktFragmentOperationsEarlyFragmentTests.cpp1196 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()
1328hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsTransientAttachmentTests.cpp189 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()
210hasDepthStencil && !hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentRe… in makeRenderPass()
DvktFragmentOperationsEarlyFragmentTests.cpp1196 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()
1328hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
/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_no_buildgn/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp84 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/
DvktRasterizationOrderAttachmentAccessTests.cpp84 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/
DvkObjUtil.cpp576 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
610 if (hasDepthStencil) in makeRenderPass()
634hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp194 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 …]
DvktPipelineReferenceRenderer.cpp177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local
206 if (hasDepthStencil) in ReferenceRenderer()
DvktPipelineDepthRangeUnrestrictedTests.cpp380 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
414 if (hasDepthStencil) in makeRenderPass()
438hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp194 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 …]
DvktPipelineReferenceRenderer.cpp177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local
206 if (hasDepthStencil) in ReferenceRenderer()
DvktPipelineDepthRangeUnrestrictedTests.cpp380 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
414 if (hasDepthStencil) in makeRenderPass()
438hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp246 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()
362hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass()
395hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp246 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()
362hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass()
395hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()