Home
last modified time | relevance | path

Searched refs:radv_logi (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_util.c59 radv_logi(const char *format, ...) in radv_logi() function
Dradv_device.c311 radv_logi("Could not open device '%s'", path); in radv_physical_device_try_create()
321 radv_logi("Could not get the kernel driver version for device '%s'", path); in radv_physical_device_try_create()
332 radv_logi("Device '%s' is not using the amdgpu kernel driver.", path); in radv_physical_device_try_create()
339 radv_logi("Found compatible device '%s'.", path); in radv_physical_device_try_create()
740 radv_logi("Created an instance"); in radv_CreateInstance()
887 radv_logi("Found %d drm nodes", max_devices); in radv_enumerate_physical_devices()
Dradv_private.h221 void radv_logi(const char *format, ...) radv_printflike(1, 2);