Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmir_squeeze.c33 find_or_allocate_temp(compiler_context *ctx, struct hash_table_u64 *map, in find_or_allocate_temp() function
72 ins->dest = find_or_allocate_temp(ctx, map, ins->dest); in mir_squeeze_index()
77 ins->dest = find_or_allocate_temp(ctx, map, ins->dest); in mir_squeeze_index()
80 ins->src[i] = find_or_allocate_temp(ctx, map, ins->src[i]); in mir_squeeze_index()
83 ctx->blend_input = find_or_allocate_temp(ctx, map, ctx->blend_input); in mir_squeeze_index()
84 ctx->blend_src1 = find_or_allocate_temp(ctx, map, ctx->blend_src1); in mir_squeeze_index()