Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1562 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT demote_to_helper_invocation_features;
Dshader_validation.cpp1555 …led([=](const DeviceFeatures &features) { return features.demote_to_helper_invocation_features.*pt… in ValidateShaderCapabilities()
Dcore_validation.cpp2599 const auto *demote_to_helper_invocation_features = in PostCallRecordCreateDevice() local
2601 if (demote_to_helper_invocation_features) { in PostCallRecordCreateDevice()
2602 …state_tracker->enabled_features.demote_to_helper_invocation_features = *demote_to_helper_invocatio… in PostCallRecordCreateDevice()