Lines Matching defs:map
33 find_or_allocate_temp(compiler_context *ctx, struct hash_table_u64 *map,
40 map, hash + 1);
49 _mesa_hash_table_u64_insert(map,
61 struct hash_table_u64 *map = _mesa_hash_table_u64_create(NULL);
72 ins->dest = find_or_allocate_temp(ctx, map, ins->dest);
77 ins->dest = find_or_allocate_temp(ctx, map, ins->dest);
80 ins->src[i] = find_or_allocate_temp(ctx, map, ins->src[i]);
83 ctx->blend_input = find_or_allocate_temp(ctx, map, ctx->blend_input);
84 ctx->blend_src1 = find_or_allocate_temp(ctx, map, ctx->blend_src1);
86 _mesa_hash_table_u64_destroy(map);