Home
last modified time | relevance | path

Searched defs:isDepthStencil (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp456 const bool isDepthStencil = isDepthStencilFormat(m_testFormat); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp456 const bool isDepthStencil = isDepthStencilFormat(m_testFormat); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp332 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp333 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2534 const bool isDepthStencil = !isCompressed && tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(format).order); in createAttachmentFeedbackLoopLayoutSamplerTests() local
H A DvktPipelineSamplerTests.cpp2376 const bool isDepthStencil = !isCompressed in createAllFormatsSamplerTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2364 const bool isDepthStencil = !isCompressed && tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(format).order); in createAttachmentFeedbackLoopLayoutSamplerTests() local
H A DvktPipelineSamplerTests.cpp1982 const bool isDepthStencil = !isCompressed in createAllFormatsSamplerTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1859 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp1727 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp1232 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support() local
1454 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in CopySupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp1233 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support() local
1455 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in CopySupport() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp5344 bool isDepthStencil = angleFormat.depthBits > 0 || angleFormat.stencilBits > 0; in clear() local

Completed in 62 milliseconds