Home
last modified time | relevance | path

Searched refs:hasInputAttachment (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp186 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, const VkDevice device, const std::vector<VkAttachmentDescription> attachmentDescriptions, const bool hasInputAttachment) in makeRenderPass() argument
205 hasInputAttachment ? 1u :0u, // deUint32 inputAttachmentCount in makeRenderPass()
206 hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentReference* pInputAttachments in makeRenderPass()
207 !hasDepthStencil || hasInputAttachment ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
208 !hasDepthStencil || hasInputAttachment ? &testReferences[maxAttachmentIndex] : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
210 hasDepthStencil && !hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp186 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, const VkDevice device, const std::vector<VkAttachmentDescription> attachmentDescriptions, const bool hasInputAttachment) in makeRenderPass() argument
205 hasInputAttachment ? 1u :0u, // deUint32 inputAttachmentCount in makeRenderPass()
206 hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentReference* pInputAttachments in makeRenderPass()
207 !hasDepthStencil || hasInputAttachment ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
208 !hasDepthStencil || hasInputAttachment ? &testReferences[maxAttachmentIndex] : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
210 hasDepthStencil && !hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp219 bool hasInputAttachment = false; in createRenderPass() local
301 hasInputAttachment = true; in createRenderPass()
347 hasInputAttachment ? 1u : 0u, // deUint32 dependencyCount in createRenderPass()
348 hasInputAttachment ? &subpassDependency : DE_NULL, // const VkSubpassDependency* pDependencies in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp219 bool hasInputAttachment = false; in createRenderPass() local
301 hasInputAttachment = true; in createRenderPass()
347 hasInputAttachment ? 1u : 0u, // deUint32 dependencyCount in createRenderPass()
348 hasInputAttachment ? &subpassDependency : DE_NULL, // const VkSubpassDependency* pDependencies in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp2306 const auto hasInputAttachment = de::contains(begin(bindingTypes), end(bindingTypes), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT);
2312 DE_ASSERT(!hasInputAttachment || !isArray);
2322 if (hasInputAttachment)
H A DvktBindingMutableTests.cpp2387 const auto hasInputAttachment = de::contains(begin(bindingTypes), end(bindingTypes), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT);
2393 DE_ASSERT(!hasInputAttachment || !isArray);
2403 if (hasInputAttachment)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2383 const auto hasInputAttachment = de::contains(begin(bindingTypes), end(bindingTypes), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT);
2389 DE_ASSERT(!hasInputAttachment || !isArray);
2399 if (hasInputAttachment)

Completed in 22 milliseconds