Searched refs:create_frag_input (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c86 create_frag_input(struct ir3_context *ctx, bool use_ldlv, unsigned n) function in typeref:struct:ir3_instruction *
2406 instr = create_frag_input(ctx, false, idx);
2433 instr = create_frag_input(ctx, so->inputs[n].use_ldlv, idx);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c78 create_frag_input(struct ir3_context *ctx, struct ir3_instruction *coord, function in typeref:struct:ir3_instruction *
3361 ctx->last_dst[i] = create_frag_input(ctx, coord, idx);

Completed in 9 milliseconds