Lines Matching defs:offset
36 enum a6xx_state_block sb, unsigned base, unsigned offset,
50 tu_cs_emit_qw(cs, offset | (base << 28));
151 unsigned offset = binding->offset / 4;
174 offset = (layout->set[i].dynamic_offset_start +
184 base, offset, count * mul);
188 base, offset, count * mul);
203 tu6_stage2texsb(stage), base, offset, count);
209 offset = (layout->set[i].dynamic_offset_start +
215 tu6_stage2shadersb(stage), base, offset, count);
225 unsigned tex_offset = offset + 2 * i * A6XX_TEX_CONST_DWORDS;
226 unsigned sam_offset = offset + (2 * i + 1) * A6XX_TEX_CONST_DWORDS;
623 (16 * xs->constlen) - ubo_state->range[i].offset);
627 CP_LOAD_STATE6_0_DST_OFF(ubo_state->range[i].offset / 16) |
891 enum a6xx_state_block block, uint32_t offset,
904 dwords = (uint32_t *)&((uint8_t *)dwords)[offset];
1885 .offset = attr->offset,
2015 uint32_t min_x = scissor->offset.x;
2016 uint32_t min_y = scissor->offset.y;