Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1118 VkPhysicalDeviceScalarBlockLayoutFeaturesEXT scalar_block_layout_features;
Dshader_validation.cpp1452 …Enabled([=](const DeviceFeatures &features) { return features.scalar_block_layout_features.*ptr; }… in ValidateShaderCapabilities()
2312 GetEnabledFeatures()->scalar_block_layout_features.scalarBlockLayout == VK_TRUE) { in PreCallValidateCreateShaderModule()
Dcore_validation.cpp2459 …const auto *scalar_block_layout_features = lvl_find_in_chain<VkPhysicalDeviceScalarBlockLayoutFeat… in PostCallRecordCreateDevice() local
2460 if (scalar_block_layout_features) { in PostCallRecordCreateDevice()
2461 core_checks->enabled_features.scalar_block_layout_features = *scalar_block_layout_features; in PostCallRecordCreateDevice()