HomeSort by relevance Sort by last modified time
    Searched refs:max_regs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 184 unsigned max_regs; local
199 max_regs = Elements(ctx->temp);
202 max_regs = Elements(info->output);
246 for (index = 0; index < max_regs; ++index) {
251 } else if (dst->Index < max_regs) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 184 unsigned max_regs; local
199 max_regs = Elements(ctx->temp);
202 max_regs = Elements(info->output);
246 for (index = 0; index < max_regs; ++index) {
251 } else if (dst->Index < max_regs) {
  /art/compiler/dex/
vreg_analysis.cc 440 int max_regs = GetNumSSARegs() + GetMaxPossibleCompilerTemps(); local
441 RegLocation* loc = static_cast<RegLocation*>(arena_->Alloc(max_regs * sizeof(*loc),

Completed in 156 milliseconds