Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp6617 VkAttachmentReference depth_ref = {}; in TEST_F() local
6618 depth_ref.attachment = 1; in TEST_F()
6619 depth_ref.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in TEST_F()
6625 subpass.pDepthStencilAttachment = &depth_ref; in TEST_F()