Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp1890 VkCommandBufferInheritanceInfo command_buffer_inheritance_info = {}; in TEST_F() local
1891 command_buffer_inheritance_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
1892 command_buffer_inheritance_info.renderPass = m_renderPass; in TEST_F()
1893 command_buffer_inheritance_info.framebuffer = m_framebuffer; in TEST_F()
1898 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()
1943 VkCommandBufferInheritanceInfo command_buffer_inheritance_info = {}; in TEST_F() local
1944 command_buffer_inheritance_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
1947 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()
Dvklayertests_command.cpp4086 VkCommandBufferInheritanceInfo command_buffer_inheritance_info = {}; in TEST_F() local
4087 command_buffer_inheritance_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
4088 command_buffer_inheritance_info.renderPass = m_renderPass; in TEST_F()
4089 command_buffer_inheritance_info.framebuffer = m_framebuffer; in TEST_F()
4094 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()