Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:vulkan

60 namespace vulkan {
145 const char kLibFormat[] = "vulkan.%*s.so";
223 "Failed to load Vulkan driver into sphal namespace. This "
232 ALOGV("unable to load Vulkan HAL, using stub HAL (result=%d)", result);
241 // Any device with a Vulkan HAL should be able to open the device.
242 ALOGE("failed to open Vulkan HAL device: %s (%d)", strerror(-result),
545 // Vulkan requires 'alignment' to be a power of two, but posix_memalign
888 "Requested Vulkan instance version %d.%d is greater than max "
1086 } // namespace vulkan