Home
last modified time | relevance | path

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

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/positive/
H A Ddynamic_rendering.cpp105 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
106 begin_rendering_info.sType = VK_STRUCTURE_TYPE_RENDERING_INFO_KHR; in TEST_F()
107 begin_rendering_info.colorAttachmentCount = 1; in TEST_F()
108 begin_rendering_info.pColorAttachments = &color_attachment; in TEST_F()
111 m_commandBuffer->BeginRendering(begin_rendering_info); in TEST_F()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_command.cpp9726 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
9729 begin_rendering_info.colorAttachmentCount = 1; in TEST_F()
9823 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
10056 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
10126 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
10128 begin_rendering_info.flags = in TEST_F()
10196 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
10270 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
10348 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
10419 VkRenderingInfoKHR begin_rendering_info = {}; in TEST_F() local
[all …]
H A Dvklayertests_others.cpp13390 auto begin_rendering_info = LvlInitStruct<VkRenderingInfoKHR>(); in TEST_F() local
13395 m_commandBuffer->BeginRendering(begin_rendering_info); in TEST_F()