Lines Matching refs:hinfo
17139 VkCommandBufferInheritanceInfo hinfo = {}; in TEST_F() local
17142 info.pInheritanceInfo = &hinfo; in TEST_F()
17143 hinfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
17144 hinfo.pNext = NULL; in TEST_F()
17145 hinfo.renderPass = renderPass(); in TEST_F()
17146 hinfo.subpass = 0; in TEST_F()
17147 hinfo.framebuffer = m_framebuffer; in TEST_F()
17148 hinfo.occlusionQueryEnable = VK_FALSE; in TEST_F()
17149 hinfo.queryFlags = 0; in TEST_F()
17150 hinfo.pipelineStatistics = 0; in TEST_F()
30822 VkCommandBufferInheritanceInfo hinfo = {}; in TEST_F() local
30823 hinfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
30824 hinfo.renderPass = VK_NULL_HANDLE; in TEST_F()
30825 hinfo.subpass = 0; in TEST_F()
30826 hinfo.framebuffer = VK_NULL_HANDLE; in TEST_F()
30827 hinfo.occlusionQueryEnable = VK_FALSE; in TEST_F()
30828 hinfo.queryFlags = 0; in TEST_F()
30829 hinfo.pipelineStatistics = 0; in TEST_F()
30834 begin_info.pInheritanceInfo = &hinfo; in TEST_F()