Lines Matching defs:alignment
1927 /* If we don't have an alignment from the deref, assume scalar */
2025 * as an arbitrary alignment which seems high enough for any reasonable
2034 /* If we're a cast deref that has an alignment, use that. */
2041 /* Otherwise, we need to compute the alignment based on the parent */
2046 /* If we don't have a parent, assume the type's alignment, if any. */
2102 /* We handled the explicit alignment case above. */
2365 unsigned size, alignment;
2367 glsl_get_explicit_type_for_size_align(deref->type, type_info, &size, &alignment);
2374 unsigned new_stride = align(size, alignment);
2561 * assumptions about the alignment of dst. To avoid any strange