Home
last modified time | relevance | path

Searched refs:PrepareAttachments (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h196 …void PrepareAttachments(const vector<std::unique_ptr<VkImageObj>> &color_atts, VkDepthStencilObj *…
Dlayer_validation_tests.cpp949 commandBuffer->PrepareAttachments(m_renderTargets, m_depthStencil); in GenericDrawPreparation()
Dvkrenderframework.cpp1879 void VkCommandBufferObj::PrepareAttachments(const vector<std::unique_ptr<VkImageObj>> &color_atts, in PrepareAttachments() function in VkCommandBufferObj