Home
last modified time | relevance | path

Searched refs:DEBUG_MSG (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c34 #define DEBUG_MSG(f, ...) do { if (0) DBG(f, ##__VA_ARGS__); } while (0) macro
76 DEBUG_MSG(""); in ir2_shader_create()
82 DEBUG_MSG(""); in ir2_shader_destroy()
195 DEBUG_MSG("%d", cf_type); in ir2_cf_create()
263 DEBUG_MSG("%d", instr_type); in ir2_instr_create()
496 DEBUG_MSG("%x, %d, %s", flags, num, swizzle); in ir2_reg_create()
532 DEBUG_MSG("fetch src R%d.%s", reg->num, reg->swizzle); in reg_fetch_src_swiz()
557 DEBUG_MSG("fetch dst R%d.%s", reg->num, reg->swizzle); in reg_fetch_dst_swiz()
590 DEBUG_MSG("alu dst R%d.%s", reg->num, reg->swizzle); in reg_alu_dst_swiz()
617 DEBUG_MSG("vector src R%d.%s", reg->num, reg->swizzle); in reg_alu_src_swiz()
/external/harfbuzz_ng/src/
Dhb-coretext.cc126 DEBUG_MSG (CORETEXT, face, "Face has empty blob"); in create_cg_font()
133 DEBUG_MSG (CORETEXT, face, "Face CGFontCreateWithDataProvider() failed"); in create_cg_font()
145 DEBUG_MSG (CORETEXT, cg_font, "Font CTFontCreateWithGraphicsFont() failed"); in create_ct_font()
191 DEBUG_MSG (CORETEXT, ct_font, "Discarding reconfigured CTFont, location changed."); in create_ct_font()
197 DEBUG_MSG (CORETEXT, ct_font, "Font copy with empty cascade list failed"); in create_ct_font()
220 DEBUG_MSG (CORETEXT, face, "CGFont creation failed.."); in _hb_coretext_shaper_face_data_create()
235 DEBUG_MSG (CORETEXT, face, "CTFont creation failed."); in _hb_coretext_shaper_face_data_create()
755 DEBUG_MSG (CORETEXT, NULL, __VA_ARGS__); \ in _hb_coretext_shape()
767 DEBUG_MSG (CORETEXT, buffer, "Buffer resize"); in _hb_coretext_shape()
888 DEBUG_MSG (CORETEXT, NULL, "Num runs: %d", num_runs); in _hb_coretext_shape()
[all …]
Dhb-ot-shape-complex-arabic.cc527 DEBUG_MSG (ARABIC, NULL, "%s stretch at (%d,%d,%d)", in apply_stch()
529 DEBUG_MSG (ARABIC, NULL, "rest of word: count=%d width %d", start - context, w_total); in apply_stch()
530 DEBUG_MSG (ARABIC, NULL, "fixed tiles: count=%d width=%d", n_fixed, w_fixed); in apply_stch()
531 DEBUG_MSG (ARABIC, NULL, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch()
554 DEBUG_MSG (ARABIC, NULL, "will add extra %d copies of repeating tiles", n_copies); in apply_stch()
567 DEBUG_MSG (ARABIC, NULL, "appending %d copies of glyph %d; j=%d", in apply_stch()
Dhb-uniscribe.cc220 DEBUG_MSG (UNISCRIBE, NULL, "OpenType versions of functions not found; falling back."); in init()
449 DEBUG_MSG (UNISCRIBE, face, "Face has empty blob"); in _hb_uniscribe_shaper_face_data_create()
464 DEBUG_MSG (UNISCRIBE, face, "Face AddFontMemResourceEx() failed"); in _hb_uniscribe_shaper_face_data_create()
531 DEBUG_MSG (UNISCRIBE, font, "Font populate_log_font() failed"); in _hb_uniscribe_shaper_font_data_create()
538 DEBUG_MSG (UNISCRIBE, font, "Font CreateFontIndirectW() failed"); in _hb_uniscribe_shaper_font_data_create()
544 DEBUG_MSG (UNISCRIBE, font, "Font SelectObject() failed"); in _hb_uniscribe_shaper_font_data_create()
741 DEBUG_MSG (UNISCRIBE, NULL, __VA_ARGS__); \ in _hb_uniscribe_shape()
Dhb-object-private.hh120 DEBUG_MSG (OBJECT, (void *) obj, in hb_object_trace()
Dhb-ft.cc712 DEBUG_MSG (FT, font, "Font face has empty blob"); in hb_ft_font_set_funcs()
723 DEBUG_MSG (FT, font, "Font face FT_New_Memory_Face() failed"); in hb_ft_font_set_funcs()
Dhb-directwrite.cc168 DEBUG_MSG (DIRECTWRITE, NULL, __VA_ARGS__); \ in _hb_directwrite_shaper_face_data_create()
627 DEBUG_MSG (DIRECTWRITE, NULL, __VA_ARGS__); \ in _hb_directwrite_shape_full()
Dhb-private.hh774 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false,… macro
/external/libdrm/freedreno/
Dfreedreno_device.c58 DEBUG_MSG("msm DRM device"); in fd_device_new()
70 DEBUG_MSG("kgsl DRM device"); in fd_device_new()
Dfreedreno_priv.h180 #define DEBUG_MSG(fmt, ...) \ macro
/external/libdrm/etnaviv/
Detnaviv_priv.h180 #define DEBUG_MSG(fmt, ...) \ macro
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c435 DEBUG_MSG("nr_cmds=%u, nr_bos=%u", req.nr_cmds, req.nr_bos); in msm_ringbuffer_flush()