Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1565 VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR pipeline_exe_props_features;
Dcore_validation.cpp2617 const auto *pipeline_exe_props_features = in PostCallRecordCreateDevice() local
2619 if (pipeline_exe_props_features) { in PostCallRecordCreateDevice()
2620 state_tracker->enabled_features.pipeline_exe_props_features = *pipeline_exe_props_features; in PostCallRecordCreateDevice()
5320 if (!enabled_features.pipeline_exe_props_features.pipelineExecutableInfo) { in PreCallValidateGetPipelineExecutablePropertiesKHR()
5332 if (!enabled_features.pipeline_exe_props_features.pipelineExecutableInfo) { in ValidatePipelineExecutableInfo()