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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2665 /* for fragment shader, the vcoord input register is used as the
2674 struct ir3_instruction *vcoord = NULL; local in function:emit_instructions
2678 vcoord = create_input_compmask(ctx, 0, 0x3);
2679 ir3_split_dest(ctx->block, xy, vcoord, 0, 2);
2692 if (vcoord) {
2694 0x3, vcoord);

Completed in 5 milliseconds