Home
last modified time | relevance | path

Searched refs:variable_features (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_others.cpp1965 auto variable_features = lvl_init_struct<VkPhysicalDeviceVariablePointersFeatures>(); in TEST_F() local
1966 auto features2 = lvl_init_struct<VkPhysicalDeviceFeatures2KHR>(&variable_features); in TEST_F()
1969 if (variable_features.variablePointers == VK_FALSE) { in TEST_F()
1974 variable_features.variablePointersStorageBuffer = VK_FALSE; in TEST_F()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_others.cpp2055 auto variable_features = LvlInitStruct<VkPhysicalDeviceVariablePointersFeatures>(); in TEST_F() local
2056 auto features2 = LvlInitStruct<VkPhysicalDeviceFeatures2KHR>(&variable_features); in TEST_F()
2059 if (variable_features.variablePointers == VK_FALSE) { in TEST_F()
2064 variable_features.variablePointersStorageBuffer = VK_FALSE; in TEST_F()