Searched refs:master_path (Results 1 – 2 of 2) sorted by relevance
224 vk_free(&pdevice->vk.instance->alloc, pdevice->master_path); in pvr_physical_device_finish()372 pdevice->master_path = vk_strdup(&pdevice->vk.instance->alloc, in pvr_physical_device_init()375 if (!pdevice->master_path) { in pvr_physical_device_init()380 pdevice->master_path = NULL; in pvr_physical_device_init()453 vk_free(&pdevice->vk.instance->alloc, pdevice->master_path); in pvr_physical_device_init()1609 if (pdevice->master_path) in pvr_CreateDevice()1610 device->master_fd = open(pdevice->master_path, O_RDWR | O_CLOEXEC); in pvr_CreateDevice()
196 char *master_path; member