Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h202 …void PrepareAttachments(const vector<std::unique_ptr<VkImageObj>> &color_atts, VkDepthStencilObj *…
Dvkrenderframework.cpp1692 void VkCommandBufferObj::PrepareAttachments(const vector<std::unique_ptr<VkImageObj>> &color_atts, in PrepareAttachments() argument
1694 for (const auto &color_att : color_atts) { in PrepareAttachments()