Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_handles.hpp458 …using PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeat… typedef
Dvulkan_structs.hpp67616 …using PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeat… typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp456 …using PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeat… typedef
Dvulkan_structs.hpp72375 …using PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeat… typedef
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp457 …using PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeat… typedef
Dvulkan_structs.hpp76135 …using PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeat… typedef
/external/rust/crates/ash/src/vk/
Ddefinitions.rs50359 pub struct PhysicalDeviceShaderIntegerDotProductFeaturesKHR { struct
50364 impl ::std::default::Default for PhysicalDeviceShaderIntegerDotProductFeaturesKHR { argument
50373 impl PhysicalDeviceShaderIntegerDotProductFeaturesKHR { impl
50390 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderIntegerDotProductFeaturesKHR {} implementation
50395 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerDotProductFeaturesKHR {} implementation
50415 pub fn build(self) -> PhysicalDeviceShaderIntegerDotProductFeaturesKHR { in build()