Lines Matching refs:hinfo
1264 VkCommandBufferInheritanceInfo hinfo = {};
7567 VkCommandBufferInheritanceInfo hinfo = {}; in TEST_F() local
7568 hinfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
7569 hinfo.renderPass = VK_NULL_HANDLE; in TEST_F()
7570 hinfo.subpass = 0; in TEST_F()
7571 hinfo.framebuffer = VK_NULL_HANDLE; in TEST_F()
7572 hinfo.occlusionQueryEnable = VK_FALSE; in TEST_F()
7573 hinfo.queryFlags = 0; in TEST_F()
7574 hinfo.pipelineStatistics = 0; in TEST_F()
7578 info.pInheritanceInfo = &hinfo; in TEST_F()
16871 VkCommandBufferInheritanceInfo hinfo = {}; in TEST_F() local
16872 hinfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
16873 hinfo.renderPass = VK_NULL_HANDLE; in TEST_F()
16874 hinfo.subpass = 0; in TEST_F()
16875 hinfo.framebuffer = VK_NULL_HANDLE; in TEST_F()
16876 hinfo.occlusionQueryEnable = VK_FALSE; in TEST_F()
16877 hinfo.queryFlags = 0; in TEST_F()
16878 hinfo.pipelineStatistics = 0; in TEST_F()
16883 begin_info.pInheritanceInfo = &hinfo; in TEST_F()