Home
last modified time | relevance | path

Searched refs:chainedFeatures (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp553 VkPhysicalDeviceFeatures2* chainedFeatures = (VkPhysicalDeviceFeatures2*)findStructureInChain(pNextChain, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2); in buildPipelineCache() local
561 if (chainedFeatures == DE_NULL) in buildPipelineCache()
563 chainedFeatures = &localFeatures; in buildPipelineCache()
654 &(chainedFeatures->features) // pEnabledFeatures in buildPipelineCache()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp464 VkPhysicalDeviceFeatures2* chainedFeatures = (VkPhysicalDeviceFeatures2*)findStructureInChain(pCreateInfo->pNext, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2); in registerDeviceFeatures() local
465 if (chainedFeatures != NULL) in registerDeviceFeatures()

Completed in 5 milliseconds