Searched refs:shader_image_footprint_features (Results 1 – 3 of 3) sorted by relevance
1560 VkPhysicalDeviceShaderImageFootprintFeaturesNV shader_image_footprint_features;
1551 …nabled([=](const DeviceFeatures &features) { return features.shader_image_footprint_features.*ptr;… in ValidateShaderCapabilities()
2587 const auto *shader_image_footprint_features = in PostCallRecordCreateDevice() local2589 if (shader_image_footprint_features) { in PostCallRecordCreateDevice()2590 …state_tracker->enabled_features.shader_image_footprint_features = *shader_image_footprint_features; in PostCallRecordCreateDevice()