Home
last modified time | relevance | path

Searched refs:depthAsInputAttachment (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp173 const bool depthAsInputAttachment = (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in incompatibleInputAttachmentAccess() local
176 return ((depthAsDSAttachment && stencilAsInputAttachment) || (stencilAsDSAttachment && depthAsInputAttachment)); in incompatibleInputAttachmentAccess()
228 bool depthAsInputAttachment () const;
310 bool TestParams::depthAsInputAttachment () const in depthAsInputAttachment() function in vkt::image::__anon28013::TestParams
323 return (depthAsInputAttachment() || stencilAsInputAttachment()); in inputAttachmentNeeded()
878 ( (m_params.depthAsInputAttachment() ? static_cast<VkImageAspectFlags>(VK_IMAGE_ASPECT_DEPTH_BIT) : 0u) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp173 const bool depthAsInputAttachment = (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in incompatibleInputAttachmentAccess() local
176 return ((depthAsDSAttachment && stencilAsInputAttachment) || (stencilAsDSAttachment && depthAsInputAttachment)); in incompatibleInputAttachmentAccess()
228 bool depthAsInputAttachment () const;
310 bool TestParams::depthAsInputAttachment () const in depthAsInputAttachment() function in vkt::image::__anon29245::TestParams
323 return (depthAsInputAttachment() || stencilAsInputAttachment()); in inputAttachmentNeeded()
878 ( (m_params.depthAsInputAttachment() ? static_cast<VkImageAspectFlags>(VK_IMAGE_ASPECT_DEPTH_BIT) : 0u) in iterate()

Completed in 9 milliseconds