Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp344 INFO_DBG(prog->dbgFlags, REG_ALLOC, "%%%i <- live range [%i(%i), %i)\n", in addLiveRange()
562 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId()); in buildLiveSets()
583 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets()
609 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets()
648 INFO_DBG(prog->dbgFlags, REG_ALLOC, "BuildIntervals(BB:%i)\n", bb->getId()); in visit()
937 INFO_DBG(prog->dbgFlags, REG_ALLOC, "joining %%%i($%i) <- %%%i\n", in coalesceValues()
1025 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in makeCompound()
1046 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound()
1267 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in calculateSpillWeights()
1276 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge()
[all …]
Dnv50_ir.cpp1119 dbgFlags = 0; in Program()
1216 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type); in nv50_ir_generate_code()
1226 prog->dbgFlags = info->dbgFlags; in nv50_ir_generate_code()
1245 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in nv50_ir_generate_code()
1253 if (prog->dbgFlags & NV50_IR_DEBUG_VERBOSE) in nv50_ir_generate_code()
1259 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) in nv50_ir_generate_code()
1276 INFO_DBG(prog->dbgFlags, VERBOSE, "nv50_ir_generate_code: ret = %i\n", ret); in nv50_ir_generate_code()
Dnv50_ir_driver.h89 uint8_t dbgFlags; member
Dnv50_ir_target.cpp373 if (dbgFlags & NV50_IR_DEBUG_BASIC) in emitBinary()
406 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0) in emitBinary()
Dnv50_ir.h1283 uint32_t dbgFlags; variable
Dnv50_ir_emit_nv50.cpp1854 if (insn->bb->getProgram()->dbgFlags & NV50_IR_DEBUG_BASIC) { in emitInstruction()
Dnv50_ir_peephole.cpp3535 if (dbgFlags & NV50_IR_DEBUG_VERBOSE) \
Dnv50_ir_from_tgsi.cpp1000 if (prog->dbgFlags & NV50_IR_DEBUG_BASIC) in Source()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c124 info.dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nouveau_codegen()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c576 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nvc0_program_translate()
689 if (debug_get_option("NV50_PROG_CHIPSET", NULL) && info->dbgFlags) in nvc0_program_translate()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c366 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate()