Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp193 std::vector< VkAttachmentReference> testReferences; in makeRenderPass() local
198 testReferences.push_back({ ref, attachmentDescriptions[ref].finalLayout }); in makeRenderPass()
206 hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentReference* pInputAttachments 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.cpp193 std::vector< VkAttachmentReference> testReferences; in makeRenderPass() local
198 testReferences.push_back({ ref, attachmentDescriptions[ref].finalLayout }); in makeRenderPass()
206 hasInputAttachment ? &testReferences[0] : DE_NULL, // const VkAttachmentReference* pInputAttachments 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()

Completed in 3 milliseconds