Searched refs:colorAttachmentRefs (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp404 std::vector<VkAttachmentReference> colorAttachmentRefs; local
431 colorAttachmentRefs.push_back(attachmentRef);
461 DE_ASSERT(colorAttachmentRefs.size() == resolveAttachmentRefs.size());
462 DE_ASSERT(attachments.size() == colorAttachmentRefs.size() + resolveAttachmentRefs.size());
473 (deUint32)colorAttachmentRefs.size(),
474 &colorAttachmentRefs[0],
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSharedPresentableImageTests.cpp457 const vk::VkAttachmentReference colorAttachmentRefs[] = local
472 DE_LENGTH_OF_ARRAY(colorAttachmentRefs),
473 colorAttachmentRefs,
H A DvktWsiDisplayTimingTests.cpp494 const vk::VkAttachmentReference colorAttachmentRefs[] = local
509 DE_LENGTH_OF_ARRAY(colorAttachmentRefs),
510 colorAttachmentRefs,
H A DvktWsiIncrementalPresentTests.cpp607 const vk::VkAttachmentReference colorAttachmentRefs[] = local
622 DE_LENGTH_OF_ARRAY(colorAttachmentRefs),
623 colorAttachmentRefs,

Completed in 164 milliseconds