Searched refs:DEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
D | kms_dri_sw_winsys.c | 61 #define DEBUG_PRINT(msg, ...) fprintf(stderr, msg, __VA_ARGS__) macro 63 #define DEBUG_PRINT(msg, ...) macro 139 DEBUG_PRINT("KMS-DEBUG: plane too big. format: %d stride: %d height: %d " in get_plane() 210 DEBUG_PRINT("KMS-DEBUG: created buffer %u (size %u)\n", kms_sw_dt->handle, kms_sw_dt->size); in kms_sw_displaytarget_create() 238 DEBUG_PRINT("KMS-DEBUG: leaked map buffer %u\n", kms_sw_dt->handle); in kms_sw_displaytarget_destroy() 248 DEBUG_PRINT("KMS-DEBUG: destroyed buffer %u\n", kms_sw_dt->handle); in kms_sw_displaytarget_destroy() 286 DEBUG_PRINT("KMS-DEBUG: mapped buffer %u (size %u) at %p\n", in kms_sw_displaytarget_map() 309 DEBUG_PRINT("KMS-DEBUG: imported buffer %u (size %u)\n", in kms_sw_displaytarget_find_and_ref() 380 DEBUG_PRINT("KMS-DEBUG: ignore duplicated unmap %u", kms_sw_dt->handle); in kms_sw_displaytarget_unmap() 386 DEBUG_PRINT("KMS-DEBUG: ignore unmap for busy buffer %u", kms_sw_dt->handle); in kms_sw_displaytarget_unmap() [all …]
|