Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h263 unsigned temp_alloc; member
450 return (ctx->func->impl->ssa_alloc + ctx->temp_alloc++) << 1; in make_compiler_temp()
456 return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG; in make_compiler_temp_reg()