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/
Dshader_validation.cpp1539 …Enabled([=](const DeviceFeatures &features) { return features.scalar_block_layout_features.*ptr; }… in ValidateShaderCapabilities()
3114 enabled_features.scalar_block_layout_features.scalarBlockLayout == VK_TRUE) { in PreCallValidateCreateShaderModule()
Dcore_validation_types.h1553 VkPhysicalDeviceScalarBlockLayoutFeaturesEXT scalar_block_layout_features;
Dcore_validation.cpp2550 …const auto *scalar_block_layout_features = lvl_find_in_chain<VkPhysicalDeviceScalarBlockLayoutFeat… in PostCallRecordCreateDevice() local
2551 if (scalar_block_layout_features) { in PostCallRecordCreateDevice()
2552 … state_tracker->enabled_features.scalar_block_layout_features = *scalar_block_layout_features; in PostCallRecordCreateDevice()