Searched refs:host_query_reset_features (Results 1 – 4 of 4) sorted by relevance
2486 VkPhysicalDeviceHostQueryResetFeaturesEXT host_query_reset_features{}; in TEST_F() local2487 … host_query_reset_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT; in TEST_F()2488 host_query_reset_features.hostQueryReset = VK_TRUE; in TEST_F()2492 pd_features2.pNext = &host_query_reset_features; in TEST_F()2531 VkPhysicalDeviceHostQueryResetFeaturesEXT host_query_reset_features{}; in TEST_F() local2532 … host_query_reset_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT; in TEST_F()2533 host_query_reset_features.hostQueryReset = VK_TRUE; in TEST_F()2537 pd_features2.pNext = &host_query_reset_features; in TEST_F()2576 VkPhysicalDeviceHostQueryResetFeaturesEXT host_query_reset_features{}; in TEST_F() local2577 … host_query_reset_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT; in TEST_F()[all …]
7547 VkPhysicalDeviceHostQueryResetFeaturesEXT host_query_reset_features{}; in TEST_F() local7548 … host_query_reset_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT; in TEST_F()7549 host_query_reset_features.hostQueryReset = VK_TRUE; in TEST_F()7553 pd_features2.pNext = &host_query_reset_features; in TEST_F()
1557 VkPhysicalDeviceHostQueryResetFeaturesEXT host_query_reset_features;
2570 …const auto *host_query_reset_features = lvl_find_in_chain<VkPhysicalDeviceHostQueryResetFeaturesEX… in PostCallRecordCreateDevice() local2571 if (host_query_reset_features) { in PostCallRecordCreateDevice()2572 state_tracker->enabled_features.host_query_reset_features = *host_query_reset_features; in PostCallRecordCreateDevice()14349 if (!enabled_features.host_query_reset_features.hostQueryReset) { in PreCallValidateResetQueryPoolEXT()14366 if (!enabled_features.host_query_reset_features.hostQueryReset) return; in PostCallRecordResetQueryPoolEXT()