Home
last modified time | relevance | path

Searched refs:isDepthStencil (Results 1 - 14 of 14) 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
457 VkImageLayout inputLayout = isDepthStencil in iterate()
517 const auto srcAccess = isDepthStencil ? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; in iterate()
519 const auto srcStage = isDepthStencil ? (VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT) : VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; in iterate()
/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
457 VkImageLayout inputLayout = isDepthStencil in iterate()
517 const auto srcAccess = isDepthStencil ? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; in iterate()
519 const auto srcStage = isDepthStencil ? (VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT) : VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp332 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() local
349 if (isDepthStencil) in createRenderPass()
385 if (isDepthStencil) in createRenderPass()
/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
350 if (isDepthStencil) in createRenderPass()
386 if (isDepthStencil) in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1859 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate() local
1860 const VkAccessFlags accessMask = (isDepthStencil ? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT); in iterate()
1861 VkImageLayout attachmentLayout = (isDepthStencil ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in iterate()
1944 if (!isDepthStencil && (m_params.imageSampleCount > VK_SAMPLE_COUNT_1_BIT)) in iterate()
/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
2558 (tcu::hasDepthComponent(mapVkFormat(format).order) || tcu::hasStencilComponent(mapVkFormat(format).order)) && !isDepthStencil) in createAttachmentFeedbackLoopLayoutSamplerTests()
2566 if (!isCompressed && isDepthStencil) in createAttachmentFeedbackLoopLayoutSamplerTests()
H A DvktPipelineSamplerTests.cpp2376 const bool isDepthStencil = !isCompressed in createAllFormatsSamplerTests() local
2385 if (separateStencilUsage && !isDepthStencil) in createAllFormatsSamplerTests()
/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
1728 const VkAccessFlags accessMask = (isDepthStencil ? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT); in iterate()
1729 VkImageLayout attachmentLayout = (isDepthStencil ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in iterate()
/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
2388 (tcu::hasDepthComponent(mapVkFormat(format).order) || tcu::hasStencilComponent(mapVkFormat(format).order)) && !isDepthStencil) in createAttachmentFeedbackLoopLayoutSamplerTests()
2394 if (!isCompressed && isDepthStencil) in createAttachmentFeedbackLoopLayoutSamplerTests()
H A DvktPipelineSamplerTests.cpp1982 const bool isDepthStencil = !isCompressed in createAllFormatsSamplerTests() local
1991 if (separateStencilUsage && !isDepthStencil) in createAllFormatsSamplerTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp1233 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support() local
1234 m_requiredQueueFlags = (isDepthStencil || m_type != TYPE_COPY ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT); in Support()
1237 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil); in Support()
1455 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in CopySupport() local
1456 m_requiredQueueFlags = (isDepthStencil || m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT); in CopySupport()
1459 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil); in CopySupport()
/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
1233 m_requiredQueueFlags = (isDepthStencil || m_type != TYPE_COPY ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT); in Support()
1236 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil); in Support()
1454 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in CopySupport() local
1455 m_requiredQueueFlags = (isDepthStencil || m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT); in CopySupport()
1458 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil); in CopySupport()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3339 bool isDepthStencil = isFboBound && attachments[attNdx] == GL_DEPTH_STENCIL_ATTACHMENT;
3341 RC_IF_ERROR(!isColor && !isDepth && !isStencil && !isDepthStencil, GL_INVALID_VALUE, RC_RET_VOID);
3344 if (isDepth || isDepthStencil) discardBuffers[1] = true;
3345 if (isStencil || isDepthStencil) discardBuffers[2] = true;
/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
5346 if (isDepthStencil) in clear()

Completed in 66 milliseconds