Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1560 VkPhysicalDeviceShaderImageFootprintFeaturesNV shader_image_footprint_features;
Dshader_validation.cpp1551 …nabled([=](const DeviceFeatures &features) { return features.shader_image_footprint_features.*ptr;… in ValidateShaderCapabilities()
Dcore_validation.cpp2587 const auto *shader_image_footprint_features = in PostCallRecordCreateDevice() local
2589 if (shader_image_footprint_features) { in PostCallRecordCreateDevice()
2590 …state_tracker->enabled_features.shader_image_footprint_features = *shader_image_footprint_features; in PostCallRecordCreateDevice()