Lines Matching refs:stride
201 unsigned stride, unsigned bit_size)
203 vtn_assert(stride > 0);
205 return nir_imm_intN_t(&b->nb, link.id * stride, bit_size);
210 return nir_imul_imm(&b->nb, ssa, stride);
415 base->ptr_type->stride);
425 0 /* ptr_as_array stride */);
437 /* We start with a deref cast to get the stride. Hopefully, we'll be
441 tail->type, base->ptr_type->stride);
1284 var_data->xfb.stride = dec->operands[0];
1748 deref_type, ptr_type->stride);
1771 deref_type, ptr_type->stride);
2635 const uint32_t stride = ptr->type->members[field]->stride;
2648 /* array_length = max(buffer_size - offset, 0) / stride */
2654 stride);