Searched refs:find_or_allocate_temp (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir_squeeze.c | 33 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()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 812 find_or_allocate_temp(unsigned *map, unsigned value, unsigned *alloc) in find_or_allocate_temp() function 833 I->dest[d].value = find_or_allocate_temp(map, I->dest[d].value, &ctx->ssa_alloc); in squeeze_index() 838 I->src[s].value = find_or_allocate_temp(map, I->src[s].value, &ctx->ssa_alloc); in squeeze_index()
|
Completed in 2 milliseconds