Home
last modified time | relevance | path

Searched refs:DEBUG_COLOR (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_debug.h87 #define DEBUG_COLOR (1ull << 40) macro
Dgen_debug.c89 { "color", DEBUG_COLOR },
/external/mesa3d/src/gallium/drivers/iris/
Diris_fence.c238 (INTEL_DEBUG & DEBUG_COLOR) ? BLUE_HEADER : "", in iris_fence_flush()
240 (INTEL_DEBUG & DEBUG_COLOR) ? NORMAL : ""); in iris_fence_flush()
Diris_batch.c217 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) | in iris_init_batch()
745 const bool color = INTEL_DEBUG & DEBUG_COLOR; in _iris_batch_flush()
/external/pdfium/third_party/libtiff/
Dtif_fax3.c649 #define DEBUG_COLOR(w) (tab == TIFFFaxWhiteCodes ? w "W" : w "B") macro
652 printf("%08X/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), len); \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c157 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) | in intel_batchbuffer_init()
/external/mesa3d/src/intel/vulkan/
Danv_device.c2793 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) | in anv_CreateDevice()