Searched refs:dbgFlags (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 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() 581 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets() 607 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { 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() 1023 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in makeCompound() 1044 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound() 1265 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in calculateSpillWeights() 1274 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge() [all …]
|
D | nv50_ir.cpp | 1117 dbgFlags = 0; in Program() 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() 1230 prog->dbgFlags = info->dbgFlags; in nv50_ir_generate_code() 1243 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in nv50_ir_generate_code() 1251 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in nv50_ir_generate_code() 1257 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) 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_driver.h | 84 uint8_t dbgFlags; member
|
D | nv50_ir_target.cpp | 373 if (dbgFlags & NV50_IR_DEBUG_BASIC) in emitBinary() 407 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0) in emitBinary()
|
D | nv50_ir.h | 1294 uint32_t dbgFlags; variable
|
D | nv50_ir_emit_nv50.cpp | 1854 if (insn->bb->getProgram()->dbgFlags & NV50_IR_DEBUG_BASIC) { in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 1105 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) in Source()
|
D | nv50_ir_peephole.cpp | 3781 if (dbgFlags & NV50_IR_DEBUG_VERBOSE) \
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 124 info.dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nouveau_codegen()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 577 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nvc0_program_translate() 695 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 369 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate()
|