| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| sanity-a6xx.lua | 19 function dbg(fmt, ...) function 67 dbg("got CP_LOAD_STATE6\n") 71 dbg("looking for %s.. max=%d vs %d\n", cntl_reg, max, r[cntl_reg].CONSTLEN)
|
| parse-submits.lua | 9 function dbg(fmt, ...) function 21 dbg("MRT: %s %ux%u 0x%x\n", fmt, w, h, base) 39 dbg("SRC: %s %ux%u 0x%x\n", fmt, w, h, base) 68 dbg("reset\n") 84 dbg("start_submit\n") 90 dbg("finish\n") 179 dbg("end_submit\n") 187 dbg("mode: %s\n", mode) 279 dbg("CLEAR=%x\n", r.RB_2D_DST) 304 dbg("draw: %s (%s)\n", primtype, mode [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| xassert.h | 61 #define dbg(EXPR) EXPR macro 66 #define dbg(EXPR) macro
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| driconf_static.py | 28 def dbg(str): function
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| freedreno_device.c | 175 static int dbg; local 177 if (!dbg) 178 dbg = getenv("LIBGL_DEBUG") ? 1 : -1; 180 return dbg == 1;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| isa.py | 27 def dbg(str): function 94 dbg("{}: {}.{} => {:016x} / {:016x} / {:016x}".format(xml.tag, name, patstr, match << low, dontcare << low, mask)) 202 dbg("{}.{}".format(self.name, field.attrib['name'])) 214 dbg("found display: '{}'".format(self.display)) 291 dbg("field: {}.{} => {:016x}".format(self.name, field.name, m)) 299 dbg("field: {}.{} => {:016x}".format(self.name, field.name, m)) 378 dbg("'{}' -> '{}'".format(expr, self.expr)) 443 dbg("toplevel: " + b.name) 447 dbg("derived: " + b.name)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_screen.c | 525 struct pipe_debug_callback *dbg = data; local 529 if (!dbg->debug_message) 533 dbg->debug_message(dbg->data, &id, PIPE_DEBUG_TYPE_SHADER_INFO, fmt, args); 540 struct pipe_debug_callback *dbg = data; local 552 if (dbg->debug_message) { 553 dbg->debug_message(dbg->data, &id, PIPE_DEBUG_TYPE_PERF_INFO, fmt, args);
|
| iris_batch.h | 60 struct pipe_debug_callback *dbg; member in struct:iris_batch 132 struct pipe_debug_callback *dbg,
|
| iris_resource.h | 220 struct pipe_debug_callback *dbg; member in struct:iris_transfer
|
| iris_context.h | 348 struct pipe_debug_callback *dbg); 352 struct pipe_debug_callback *dbg); 441 struct pipe_debug_callback dbg; member in struct:iris_context 653 #define perf_debug(dbg, ...) do { \ 656 if (unlikely(dbg)) \ 657 pipe_debug_message(dbg, PERF_INFO, __VA_ARGS__); \
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| private.h | 22 #define dbg(lvl, fmt, args...) do { \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_resource.h | 264 struct pipe_debug_callback *dbg; member in struct:crocus_transfer
|
| crocus_screen.c | 679 struct pipe_debug_callback *dbg = data; local 682 if (!dbg->debug_message) 686 dbg->debug_message(dbg->data, id, PIPE_DEBUG_TYPE_SHADER_INFO, fmt, args); 693 struct pipe_debug_callback *dbg = data; local 704 if (dbg->debug_message) { 705 dbg->debug_message(dbg->data, id, PIPE_DEBUG_TYPE_PERF_INFO, fmt, args);
|
| crocus_batch.h | 86 struct pipe_debug_callback *dbg; member in struct:crocus_batch
|
| crocus_context.h | 445 struct pipe_debug_callback dbg; member in struct:crocus_context 756 #define perf_debug(dbg, ...) do { \ 759 if (unlikely(dbg)) \ 760 pipe_debug_message(dbg, PERF_INFO, __VA_ARGS__); \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_batch.h | 62 struct pipe_debug_callback *dbg; member in struct:iris_batch
|
| iris_resource.h | 281 struct pipe_debug_callback *dbg; member in struct:iris_transfer
|
| iris_screen.c | 687 struct pipe_debug_callback *dbg = data; local 690 if (!dbg->debug_message) 694 dbg->debug_message(dbg->data, id, PIPE_DEBUG_TYPE_SHADER_INFO, fmt, args); 701 struct pipe_debug_callback *dbg = data; local 712 if (dbg->debug_message) { 713 dbg->debug_message(dbg->data, id, PIPE_DEBUG_TYPE_PERF_INFO, fmt, args);
|
| iris_program.c | 61 struct pipe_debug_callback *dbg; member in struct:iris_threaded_compile_job 1109 struct pipe_debug_callback *dbg, 1121 brw_shader_perf_log(c, dbg, "Recompiling %s shader for program %s: %s\n", 1155 brw_debug_key_recompile(c, dbg, info->stage, &old_key.base, key); 1271 struct pipe_debug_callback *dbg, 1280 if (dbg) { 1282 job->dbg = &async_debug.base; 1288 if (screen->driconf.sync_compile || dbg) 1291 if (dbg) { 1292 u_async_debug_drain(&async_debug, dbg); 2536 struct pipe_debug_callback *dbg = job->dbg; local [all...] |
| iris_context.h | 595 struct pipe_debug_callback dbg; member in struct:iris_context 842 #define perf_debug(dbg, ...) do { \ 845 if (unlikely(dbg)) \ 846 pipe_debug_message(dbg, PERF_INFO, __VA_ARGS__); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| r200_texstate.c | 1478 GLuint dbg; local 1587 dbg = 0x6; 1600 dbg |= 0x02; 1613 dbg |= 0x04; 1616 if (dbg != rmesa->hw.tam.cmd[TAM_DEBUG3]) { 1618 rmesa->hw.tam.cmd[TAM_DEBUG3] = dbg; 1619 if (0) printf("TEXCACHE LRU HANG WORKAROUND %x\n", dbg);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_optimize.c | 43 static GLboolean dbg = GL_FALSE; variable 248 if (dbg) { 271 if (dbg) 292 if (dbg) 310 if (dbg) { 321 if (dbg) 331 if (dbg) { 469 if (dbg) { 559 if (dbg) { 713 if (dbg) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| r200_texstate.c | 1481 GLuint dbg; local 1590 dbg = 0x6; 1603 dbg |= 0x02; 1616 dbg |= 0x04; 1619 if (dbg != rmesa->hw.tam.cmd[TAM_DEBUG3]) { 1621 rmesa->hw.tam.cmd[TAM_DEBUG3] = dbg; 1622 if (0) printf("TEXCACHE LRU HANG WORKAROUND %x\n", dbg);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| prog_optimize.c | 43 static GLboolean dbg = GL_FALSE; variable 248 if (dbg) { 271 if (dbg) 292 if (dbg) 310 if (dbg) { 321 if (dbg) 331 if (dbg) { 469 if (dbg) { 559 if (dbg) { 713 if (dbg) { [all...] |