Lines Matching refs:index
694 unsigned index = (batch->scissor.count++);
696 agx_pack(ptr + index, SCISSOR, cfg) {
707 .scissor = index
716 unsigned index = (batch->depth_bias.count++);
718 agx_pack(ptr + index, DEPTH_BIAS, cfg) {
724 return index;
790 enum pipe_shader_type shader, uint index,
797 util_copy_constant_buffer(&s->cb[index], cb, take_ownership);
799 unsigned mask = (1 << index);
1573 struct agx_bo *bo = agx_resource(info->index.resource)->bo;
1579 ((uint8_t *) info->index.user) + offset,
1606 unreachable("todo: index bias");