Home | History | Annotate | Download | only in glsl

Lines Matching defs:row_major

1542       bool row_major = (bool) type->interface_row_major;
1545 packing, row_major, type->name);
1573 bool row_major = (bool) ifc_type->interface_row_major;
1576 row_major, ifc_type->name);
4112 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
4122 return glsl_align(array_type->std140_size(row_major), 16);
4124 return MAX2(array_type->std140_base_alignment(row_major), 16);
4126 return array_type->std430_array_stride(row_major);