Home
last modified time | relevance | path

Searched defs:PhysicalDevicePipelineCreationCacheControlFeaturesEXT (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_handles.hpp388 …using PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheC… typedef
Dvulkan_structs.hpp61822 …using PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheC… typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp386 …using PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheC… typedef
Dvulkan_structs.hpp66253 …using PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheC… typedef
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp386 …using PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheC… typedef
Dvulkan_structs.hpp69725 …using PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheC… typedef
/external/rust/crates/ash/src/vk/
Ddefinitions.rs39014 pub struct PhysicalDevicePipelineCreationCacheControlFeaturesEXT { struct
39019 impl ::std::default::Default for PhysicalDevicePipelineCreationCacheControlFeaturesEXT { argument
39028 impl PhysicalDevicePipelineCreationCacheControlFeaturesEXT { implementation
39045 unsafe impl ExtendsPhysicalDeviceFeatures2
39053 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevicePipelineCreationCacheControlFeaturesEXT {} implementation
39076 pub fn build(self) -> PhysicalDevicePipelineCreationCacheControlFeaturesEXT { in build()