Searched refs:max_const (Results 1 – 10 of 10) sorted by relevance
55 auto* max_const = graph_builder_->AddConstNodeWithData( in PopulateSubGraph() local60 AddInput(TensorID(max_const->GetID(), 0)); in PopulateSubGraph()
95 auto* max_const = graph_builder_->AddConstNodeWithData( in PopulateSubGraph() local100 AddInput(TensorID(max_const->GetID(), 0)); in PopulateSubGraph()
138 v->constlen = MAX2(v->constlen, v->info.max_const + 1); in ir3_shader_assemble()411 unsigned max_const = 0; in trim_constlens() local416 if (constlens[i] >= max_const) { in trim_constlens()418 max_const = constlens[i]; in trim_constlens()422 assert(max_const > safe_limit); in trim_constlens()424 cur_total = cur_total - max_const + safe_limit; in trim_constlens()
97 unsigned max_const; member256 fprintf(ctx->out, "%s- max const: %u\n", levels[ctx->level], ctx->regs.max_const); in print_reg_stats()364 ctx->regs.max_const = MAX2(ctx->regs.max_const, src); in print_src()
112 info->max_const = MAX2(info->max_const, max >> 2); in reg()930 info->max_const = -1; in ir3_assemble()
59 int16_t max_const; member
718 const analysis::Constant* max_const = in FoldFClampFeedingCompare() local742 if (max_const) { in FoldFClampFeedingCompare()744 max_const->GetValueAsDouble()) { in FoldFClampFeedingCompare()753 if (max_const) { in FoldFClampFeedingCompare()754 if (max_const->GetValueAsDouble() < in FoldFClampFeedingCompare()785 if (max_const) { in FoldFClampFeedingCompare()787 max_const->GetValueAsDouble()) { in FoldFClampFeedingCompare()796 if (max_const) { in FoldFClampFeedingCompare()797 if (max_const->GetValueAsDouble() <= in FoldFClampFeedingCompare()
1755 - freedreno/ir3: Drop the max_const on a6xx to 512.