Home
last modified time | relevance | path

Searched refs:temp_alloc (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h486 unsigned temp_alloc; member
549 return ((alloc + 2 + ctx->temp_alloc) << 1); in bi_max_temp()
555 return (ctx->impl->ssa_alloc + 1 + ctx->temp_alloc++) << 1; in bi_make_temp()
561 return ((ctx->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG; in bi_make_temp_reg()
/external/mesa3d/src/panfrost/midgard/
Dcompiler.h266 unsigned temp_alloc; member
457 return (ctx->func->impl->ssa_alloc + ctx->temp_alloc++) << 1; in make_compiler_temp()
463 return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG; in make_compiler_temp_reg()