Home
last modified time | relevance | path

Searched refs:dbgFlags (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp378 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 …]
Dnv50_ir.cpp1191 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()
Dnv50_ir_target.cpp358 if (dbgFlags & NV50_IR_DEBUG_BASIC) in emitBinary()
391 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0) in emitBinary()
Dnv50_ir_driver.h91 uint8_t dbgFlags; member
Dnv50_ir_serialize.cpp28 blob_write_uint8(blob, info->dbgFlags); in nv50_ir_prog_info_serialize()
Dnv50_ir.h1382 uint32_t dbgFlags; variable
Dnv50_ir_from_nir.cpp3187 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in run()
3270 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) in run()
Dnv50_ir_emit_nv50.cpp1941 if (insn->bb->getProgram()->dbgFlags & NV50_IR_DEBUG_BASIC) { in emitInstruction()
Dnv50_ir_from_tgsi.cpp1068 if (info->dbgFlags & NV50_IR_DEBUG_BASIC) in Source()
Dnv50_ir_peephole.cpp4066 if (dbgFlags & NV50_IR_DEBUG_VERBOSE) \
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c125 info.dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nouveau_codegen()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c610 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/
Dnv50_program.c391 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate()