Home
last modified time | relevance | path

Searched refs:inputAttachmentAspectMask (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5758 …const VkImageAspectFlags inputAttachmentAspectMask = (testConfigExternal.renderPassType == RENDERP… in addAttachmentAllocationTests() local
5760 …((deUint32)(subpassNdx - 1), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, inputAttachmentAspectMask)), in addAttachmentAllocationTests()
6293 …const VkImageAspectFlags inputAttachmentAspectMask = (testConfigExternal.renderPassType == RENDER… in addFormatTests() local
6341 …e>(1, AttachmentReference(0, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, inputAttachmentAspectMask)), in addFormatTests()
6411 …ttachmentReference>(1, AttachmentReference(0, VK_IMAGE_LAYOUT_GENERAL, inputAttachmentAspectMask)), in addFormatTests()
6615 …const VkImageAspectFlags inputAttachmentAspectMask = (testConfigExternal.renderPassType == RENDER… in addFormatTests() local
6663 …e>(1, AttachmentReference(0, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, inputAttachmentAspectMask)), in addFormatTests()
6733 …ttachmentReference>(1, AttachmentReference(0, VK_IMAGE_LAYOUT_GENERAL, inputAttachmentAspectMask)), in addFormatTests()
6825 …ference(0, VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL, inputAttachmentAspectMask)), in addFormatTests()
6896 …ference(0, VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL, inputAttachmentAspectMask)), in addFormatTests()
[all …]
DvktRenderPassSubpassDependencyTests.cpp2547 …const VkImageAspectFlags inputAttachmentAspectMask ((m_renderPassType == RENDERPASS_TYPE_RENDERPAS… in iterateInternal() local
2561 …tReferences.push_back(AttachmentReference(1u, VK_IMAGE_LAYOUT_GENERAL, inputAttachmentAspectMask)); in iterateInternal()
3174 …const VkImageAspectFlags inputAttachmentAspectMask ((m_renderPassType == RENDERPASS_TYPE_RENDERPAS… in iterateInternal() local
3182 …tReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_GENERAL, inputAttachmentAspectMask)); in iterateInternal()
4099 …const VkImageAspectFlags inputAttachmentAspectMask ((renderPassType == RENDERPASS_TYPE_RENDERPASS2) in initTests() local
4105 …int32)subpassNdx - 1, VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL, inputAttachmentAspectMask)); in initTests()