Searched refs:INFO_DBG (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 197 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size); in occupy() 223 INFO_DBG(0, REG_ALLOC, "reg release: %u[%i] %u\n", f, reg, size); in release() 342 INFO_DBG(prog->dbgFlags, REG_ALLOC, "%%%i <- live range [%i(%i), %i)\n", in addLiveRange() 560 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId()); in buildLiveSets() 646 INFO_DBG(prog->dbgFlags, REG_ALLOC, "BuildIntervals(BB:%i)\n", bb->getId()); in visit() 935 INFO_DBG(prog->dbgFlags, REG_ALLOC, "joining %%%i($%i) <- %%%i\n", in coalesceValues() 1044 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound() 1274 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge() 1301 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n", in simplifyNode() 1360 INFO_DBG(prog->dbgFlags, REG_ALLOC, "(%%%i) X (%%%i): no overlap\n", in checkInterference() [all …]
|
D | nv50_ir.cpp | 1215 INFO_DBG(info->dbgFlags, VERBOSE, "unsupported program type %u\n", info->type); in nv50_ir_generate_code() 1218 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type); in nv50_ir_generate_code() 1274 INFO_DBG(prog->dbgFlags, VERBOSE, "nv50_ir_generate_code: ret = %i\n", ret); in nv50_ir_generate_code()
|
D | nv50_ir_util.h | 43 #define INFO_DBG(m, f, args...) \ macro
|