Searched refs:HWVULKAN_DEVICE_0 (Results 1 – 4 of 4) sorted by relevance
30 #define HWVULKAN_DEVICE_0 "vk0" macro
142 module->common.methods->open(&module->common, HWVULKAN_DEVICE_0, in Open()
24 … time being, only one driver is supported, and the constant string +HWVULKAN_DEVICE_0+ is passed t…
154 if (strcmp(id, HWVULKAN_DEVICE_0) == 0) { in OpenDevice()