HomeSort by: relevance | last modified time | path
    Searched refs:blend_input (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
mir_squeeze.c 83 ctx->blend_input = find_or_allocate_temp(ctx, map, ctx->blend_input);
mir.c 77 if (ctx->blend_input == old)
78 ctx->blend_input = new;
101 if (ctx->blend_input == value)
midgard_ra.c 658 if (ctx->blend_input != ~0) {
659 assert(ctx->blend_input < ctx->temp_count);
660 l->solutions[ctx->blend_input] = 0;
compiler.h 250 unsigned blend_input; member in struct:compiler_context
midgard_compile.c 1777 /* ctx->blend_input will be precoloured to r0/r2, where
1780 unsigned *input = offset ? &ctx->blend_src1 : &ctx->blend_input;
3066 ctx->blend_input = ~0;

Completed in 18 milliseconds