Home
last modified time | relevance | path

Searched refs:maxGPR (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_driver.h106 int16_t maxGPR; /* may be -1 if none used */ member
Dnv50_ir.cpp1009 maxGPR = -1; in Program()
1173 info->bin.maxGPR = prog->maxGPR; in nv50_ir_generate_code()
Dnv50_ir_lowering_nv50.cpp1004 prog->maxGPR = MAX2(prog->maxGPR, id); in handleEXPORT()
Dnv50_ir.h1061 int maxGPR; variable
Dnv50_ir_ra.cpp1342 prog->maxGPR = regs.getMaxAssigned(FILE_GPR); in allocateRegisters()
Dnv50_ir_peephole.cpp1824 if (file == FILE_GPR && insn->getSrc(s)->reg.data.id > prog->maxGPR) in isConstantCondition()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.c352 prog->max_gpr = MAX2(4, (info->bin.maxGPR >> 1) + 1); in nv50_program_translate()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp1002 prog->maxGPR = MAX2(prog->maxGPR, id); in handleEXPORT()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c585 prog->max_gpr = MAX2(4, (info->bin.maxGPR + 1)); in nvc0_program_translate()