Searched refs:scalar_block_layout_features (Results 1 – 3 of 3) sorted by relevance
1118 VkPhysicalDeviceScalarBlockLayoutFeaturesEXT scalar_block_layout_features;
1452 …Enabled([=](const DeviceFeatures &features) { return features.scalar_block_layout_features.*ptr; }… in ValidateShaderCapabilities()2312 GetEnabledFeatures()->scalar_block_layout_features.scalarBlockLayout == VK_TRUE) { in PreCallValidateCreateShaderModule()
2459 …const auto *scalar_block_layout_features = lvl_find_in_chain<VkPhysicalDeviceScalarBlockLayoutFeat… in PostCallRecordCreateDevice() local2460 if (scalar_block_layout_features) { in PostCallRecordCreateDevice()2461 core_checks->enabled_features.scalar_block_layout_features = *scalar_block_layout_features; in PostCallRecordCreateDevice()