Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp748 …auto pipelineCreationCacheControlFeatures = m_context.getPipelineCreationCacheControlFeature… in iterate() local
899 &pipelineCreationCacheControlFeatures, in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp677 VkPhysicalDevicePipelineCreationCacheControlFeatures pipelineCreationCacheControlFeatures = in create() local
682 …PhysicalDeviceFeatures2 features2 = vk::initVulkanStructure(&pipelineCreationCacheControlFeatures); in create()
684 pipelineCreationCacheControlFeatures.pNext = pNext; in create()
685 pNext = &pipelineCreationCacheControlFeatures; in create()
H A DvktApiFeatureInfo.cpp2138 …VkPhysicalDevicePipelineCreationCacheControlFeatures pipelineCreationCacheControlFeatures = initVu… in featureBitInfluenceOnDeviceCreate() local
2309 …FEATURE_TABLE_ITEM(vulkan13Features, pipelineCreationCacheControlFeatures, pipelineCreationCacheCo… in featureBitInfluenceOnDeviceCreate()
6654 VkPhysicalDevicePipelineCreationCacheControlFeatures pipelineCreationCacheControlFeatures = in deviceFeatureExtensionsConsistencyVulkan13() local
6657 initVulkanStructure(&pipelineCreationCacheControlFeatures); in deviceFeatureExtensionsConsistencyVulkan13()
6688 log << TestLog::Message << pipelineCreationCacheControlFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan13()
6710 if (pipelineCreationCacheControlFeatures.pipelineCreationCacheControl != in deviceFeatureExtensionsConsistencyVulkan13()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DlibVulkan.cpp971 …nst VkPhysicalDevicePipelineCreationCacheControlFeatures *pipelineCreationCacheControlFeatures = r… in vkCreateDevice() local
974 (void)pipelineCreationCacheControlFeatures->pipelineCreationCacheControl; in vkCreateDevice()