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.cpp2449 …const auto *float16_int8_features = lvl_find_in_chain<VkPhysicalDeviceFloat16Int8FeaturesKHR>(pCre… in PostCallRecordCreateDevice() local
2450 if (float16_int8_features) { in PostCallRecordCreateDevice()
2451 core_checks->enabled_features.float16_int8 = *float16_int8_features; in PostCallRecordCreateDevice()