Lines Matching defs:offset

478                                 unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan,
1021 * indexes into r600 gprs if spilled is false, or scratch array offset if
1055 /* look up spill area base offset and array size for a spilled temp array */
1060 unsigned offset = 0;
1067 *array_base = offset;
1073 offset += size;
1477 vtx.offset = 0;
1596 vtx.offset = load_block ? 0 : 16; // first element is size of buffer
1822 unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan,
1829 if (offset) {
1839 alu.src[1].value = offset;
1975 vtx.offset = index * 16; /*bytes*/
2451 * only output the W component at offset 3, etc. If we want
2452 * to store Y, Z, or W at buffer offset 0, we need to use MOV
2639 vtx.offset = out->ring_offset;
2913 /* for ES we need to lookup corresponding ring offset expected by GS
3002 vtx.offset = 0;
3030 vtx.offset = 16;
7074 location = TGSI_INTERPOLATE_LOC_CENTER; /* sample offset will be added explicitly */
7087 /* NOTE: currently offset is not perspective correct */
7507 static int r600_do_buffer_txq(struct r600_shader_ctx *ctx, int reg_idx, int offset, int eg_buffer_base)
7511 int id = tgsi_tex_get_src_gpr(ctx, reg_idx) + offset;
8171 /* get offset values */
8175 /* The texture offset feature doesn't work with the TXF instruction
8176 * and must be emulated by adding the offset to the texture coordinates. */
8395 /* GATHER4_O/GATHER4_C_O use offset values loaded by
8396 SET_TEXTURE_OFFSETS instruction. The immediate offset values
8639 /* Emit set gradient and offset instructions. */
8667 uint32_t offset = (index - ctx->shader->atomics[i].start);
8668 return ctx->shader->atomics[i].hw_idx + offset;
8863 /* have to work out the offset into the RAT immediate return buffer */
8918 /* have to work out the offset into the RAT immediate return buffer */
8975 vtx.offset = 0;
9247 /* have to work out the offset into the RAT immediate return buffer */
9364 vtx.offset = 0;
10589 static int emit_jump_to_offset(struct r600_shader_ctx *ctx, int pops, int offset)
10594 /* XXX work out offset */
10694 int offset = 2;
10701 /* ALU_EXTENDED needs 4 DWords instead of two, adjust jump target offset accordingly */
10703 offset += 2;
10706 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + offset;
10709 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].mid[0]->cf_addr = ctx->bc->cf_last->id + offset;