Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2390 CoreChecks *core_checks = static_cast<CoreChecks *>(validation_data); in PostCallRecordCreateDevice() local
2393 core_checks->enabled_features.core = {}; in PostCallRecordCreateDevice()
2395 core_checks->enabled_features.core = *enabled_features_found; in PostCallRecordCreateDevice()
2407 core_checks->physical_device_state = pd_state; in PostCallRecordCreateDevice()
2410 core_checks->physical_device_count = in PostCallRecordCreateDevice()
2415 core_checks->enabled_features.descriptor_indexing = *descriptor_indexing_features; in PostCallRecordCreateDevice()
2420 core_checks->enabled_features.eight_bit_storage = *eight_bit_storage_features; in PostCallRecordCreateDevice()
2425 core_checks->enabled_features.exclusive_scissor = *exclusive_scissor_features; in PostCallRecordCreateDevice()
2430 core_checks->enabled_features.shading_rate_image = *shading_rate_image_features; in PostCallRecordCreateDevice()
2435 core_checks->enabled_features.mesh_shader = *mesh_shader_features; in PostCallRecordCreateDevice()
[all …]