Lines Matching defs:out
982 /* if offset is to large to encode in the ldg, split it out: */
984 /* split out the minimal amount to improve the odds that
1062 /* resinfo has no writemask and always writes out 3 components */
1592 /* TODO: find out why there is a major difference of .l usage
1603 /* loads/stores are always cache-coherent so we can filter out
1891 * as ir3_register's instead of ir3_instruction's. Pick out a given destination
3047 * lay out the first argument in the proper order:
3114 /* the samples are laid out in x dimension as
3256 tex->op != nir_texop_tg4 && /* leave out tg4, unless it's on alpha? */
3474 * successor block link to figure out where we need to
3736 /* emit stream-out code. At this point, the current block is the original
3740 * block holding stream-out write instructions, followed by the new end
3749 * ... stream-out instructions ...
3773 * re-purpose this block to stream-out condition, then
3774 * append stream-out block and new-end block
3809 /* switch to stream_out_block to generate the stream-out
3816 * stripped out in the backend.
3836 struct ir3_instruction *base, *out, *stg;
3839 out = ctx->outputs[regid(strmout->output[i].register_index, c)];
3844 0, out, 0, create_immed(ctx->block, 1), 0);
3886 /* If stream-out (aka transform-feedback) enabled, emit the
3887 * stream-out instructions, followed by a new empty block (into
3894 * out, we guarantee that all exit paths flow into the stream-
3895 * out instructions.
4127 * the driver_location. To properly figure out of the slot, we'd need to
4614 goto out;
4622 goto out;
4654 struct ir3_instruction *out = ir3_collect(ctx->block, ctx->primitive_id);
4655 outputs[outputs_count] = out;
4667 struct ir3_instruction *out = ir3_collect(ctx->block, ctx->rel_patch_id);
4668 outputs[outputs_count] = out;
4677 struct ir3_instruction *out = ir3_collect(ctx->block, ctx->gs_header);
4678 outputs[outputs_count] = out;
4687 struct ir3_instruction *out = ir3_collect(ctx->block, ctx->tcs_header);
4688 outputs[outputs_count] = out;
4729 /* figure out the # of components written:
4748 struct ir3_instruction *out =
4755 outputs[outputs_count] = out;
4840 goto out;
4898 goto out;
4992 out: