Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds