Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1923 …VkPhysicalDevicePipelineCreationCacheControlFeatures pipelineCreationCacheControlFeatures = initVu… in featureBitInfluenceOnDeviceCreate() local
2044 …FEATURE_TABLE_ITEM(vulkan13Features, pipelineCreationCacheControlFeatures, pipelineCreationCacheCo… in featureBitInfluenceOnDeviceCreate()
6120 …VkPhysicalDevicePipelineCreationCacheControlFeatures pipelineCreationCacheControlFeatures = initVu… in deviceFeatureExtensionsConsistencyVulkan13() local
6121 …eatures privateDataFeatures = initVulkanStructure(&pipelineCreationCacheControlFeatures); in deviceFeatureExtensionsConsistencyVulkan13()
6142 log << TestLog::Message << pipelineCreationCacheControlFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan13()
6162 …if (pipelineCreationCacheControlFeatures.pipelineCreationCacheControl != vulkan13Features.pipeline… in deviceFeatureExtensionsConsistencyVulkan13()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp892 …nst VkPhysicalDevicePipelineCreationCacheControlFeatures *pipelineCreationCacheControlFeatures = r… in vkCreateDevice() local
895 (void)pipelineCreationCacheControlFeatures->pipelineCreationCacheControl; in vkCreateDevice()