Searched refs:dbgFlags (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 378 INFO_DBG(prog->dbgFlags, REG_ALLOC, "%%%i <- live range [%i(%i), %i)\n", in addLiveRange() 596 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId()); in buildLiveSets() 617 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets() 643 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets() 680 INFO_DBG(prog->dbgFlags, REG_ALLOC, "BuildIntervals(BB:%i)\n", bb->getId()); in visit() 1021 INFO_DBG(prog->dbgFlags, REG_ALLOC, "joining %%%i($%i) <- %%%i\n", in coalesceValues() 1099 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in makeCompound() 1120 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound() 1337 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in calculateSpillWeights() 1346 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge() [all …]
|
D | nv50_ir.cpp | 1191 dbgFlags = 0; in Program() 1293 INFO_DBG(info->dbgFlags, VERBOSE, "unsupported program type %u\n", info->type); in nv50_ir_generate_code() 1296 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type); in nv50_ir_generate_code() 1309 prog->dbgFlags = info->dbgFlags; in nv50_ir_generate_code() 1325 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in nv50_ir_generate_code() 1333 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in nv50_ir_generate_code() 1339 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) in nv50_ir_generate_code() 1356 INFO_DBG(prog->dbgFlags, VERBOSE, "nv50_ir_generate_code: ret = %i\n", ret); in nv50_ir_generate_code()
|
D | nv50_ir_target.cpp | 358 if (dbgFlags & NV50_IR_DEBUG_BASIC) in emitBinary() 391 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0) in emitBinary()
|
D | nv50_ir_driver.h | 91 uint8_t dbgFlags; member
|
D | nv50_ir_serialize.cpp | 28 blob_write_uint8(blob, info->dbgFlags); in nv50_ir_prog_info_serialize()
|
D | nv50_ir.h | 1382 uint32_t dbgFlags; variable
|
D | nv50_ir_from_nir.cpp | 3187 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in run() 3270 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) in run()
|
D | nv50_ir_emit_nv50.cpp | 1941 if (insn->bb->getProgram()->dbgFlags & NV50_IR_DEBUG_BASIC) { in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 1068 if (info->dbgFlags & NV50_IR_DEBUG_BASIC) in Source()
|
D | nv50_ir_peephole.cpp | 4066 if (dbgFlags & NV50_IR_DEBUG_VERBOSE) \
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 125 info.dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nouveau_codegen()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 610 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nvc0_program_translate() 761 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 391 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate()
|