Searched refs:DEBUG_PRINT (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
D | kms_dri_sw_winsys.c | 58 #define DEBUG_PRINT(msg, ...) fprintf(stderr, msg, __VA_ARGS__) macro 60 #define DEBUG_PRINT(msg, ...) macro 135 DEBUG_PRINT("KMS-DEBUG: plane too big. format: %d stride: %d height: %d " in get_plane() 202 DEBUG_PRINT("KMS-DEBUG: created buffer %u (size %u)\n", kms_sw_dt->handle, kms_sw_dt->size); in kms_sw_displaytarget_create() 230 DEBUG_PRINT("KMS-DEBUG: leaked map buffer %u\n", kms_sw_dt->handle); in kms_sw_displaytarget_destroy() 239 DEBUG_PRINT("KMS-DEBUG: destroyed buffer %u\n", kms_sw_dt->handle); in kms_sw_displaytarget_destroy() 276 DEBUG_PRINT("KMS-DEBUG: mapped buffer %u (size %u) at %p\n", in kms_sw_displaytarget_map() 294 DEBUG_PRINT("KMS-DEBUG: imported buffer %u (size %u)\n", in kms_sw_displaytarget_find_and_ref() 364 DEBUG_PRINT("KMS-DEBUG: ignore duplicated unmap %u", kms_sw_dt->handle); in kms_sw_displaytarget_unmap() 369 DEBUG_PRINT("KMS-DEBUG: ignore unmap for busy buffer %u", kms_sw_dt->handle); in kms_sw_displaytarget_unmap() [all …]
|
/third_party/libcoap/examples/contiki/ |
D | coap_config.h | 122 # define DEBUG DEBUG_PRINT
|
D | server.c | 35 #define DEBUG DEBUG_PRINT
|
/third_party/libcoap/ |
D | coap_config.h.contiki | 122 # define DEBUG DEBUG_PRINT
|
/third_party/libcoap/src/ |
D | coap_debug.c | 40 # define DEBUG DEBUG_PRINT
|
D | net.c | 130 # define DEBUG DEBUG_PRINT
|