Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2534 …const auto *float16_int8_features = lvl_find_in_chain<VkPhysicalDeviceFloat16Int8FeaturesKHR>(pCre… in PostCallRecordCreateDevice() local
2535 if (float16_int8_features) { in PostCallRecordCreateDevice()
2536 state_tracker->enabled_features.float16_int8 = *float16_int8_features; in PostCallRecordCreateDevice()