Searched refs:matrix_layout (Results 1 – 8 of 8) sorted by relevance
208 const enum glsl_matrix_layout matrix_layout = in is_dereferenced_thing_row_major() local209 glsl_matrix_layout(ir->type->fields.structure[idx].matrix_layout); in is_dereferenced_thing_row_major()211 switch (matrix_layout) { in is_dereferenced_thing_row_major()227 const enum glsl_matrix_layout matrix_layout = in is_dereferenced_thing_row_major() local228 glsl_matrix_layout(var_deref->var->data.matrix_layout); in is_dereferenced_thing_row_major()230 switch (matrix_layout) { in is_dereferenced_thing_row_major()
68 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in process()152 const enum glsl_matrix_layout matrix_layout = in recursion() local153 glsl_matrix_layout(t->fields.structure[i].matrix_layout); in recursion()154 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in recursion()156 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) { in recursion()
7021 enum glsl_matrix_layout matrix_layout, in ast_process_struct_or_iface_block_members() argument7297 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in ast_process_struct_or_iface_block_members()7400 fields[i].matrix_layout = matrix_layout; in ast_process_struct_or_iface_block_members()7403 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in ast_process_struct_or_iface_block_members()7405 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_COLUMN_MAJOR; in ast_process_struct_or_iface_block_members()7410 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR in ast_process_struct_or_iface_block_members()7411 || fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR); in ast_process_struct_or_iface_block_members()7712 enum glsl_matrix_layout matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED; in hir() local7714 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in hir()7716 matrix_layout = GLSL_MATRIX_LAYOUT_COLUMN_MAJOR; in hir()[all …]
797 unsigned matrix_layout:2; member
4218 const enum glsl_matrix_layout matrix_layout = in get_array_stride() local4219 glsl_matrix_layout(field->matrix_layout); in get_array_stride()4220 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in get_array_stride()
325 this->fields[this->num_fields].matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED; in add_field()
1011 if (this->fields.structure[i].matrix_layout in record_compare()1012 != b->fields.structure[i].matrix_layout) in record_compare()1660 const enum glsl_matrix_layout matrix_layout = in std140_base_alignment() local1661 glsl_matrix_layout(this->fields.structure[i].matrix_layout); in std140_base_alignment()1662 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std140_base_alignment()1664 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) { in std140_base_alignment()1784 const enum glsl_matrix_layout matrix_layout = in std140_size() local1785 glsl_matrix_layout(this->fields.structure[i].matrix_layout); in std140_size()1786 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std140_size()1788 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) { in std140_size()[all …]
983 unsigned matrix_layout:2; member1023 sample(0), matrix_layout(GLSL_MATRIX_LAYOUT_INHERITED), patch(0), in glsl_struct_field()1035 sample(0), matrix_layout(0), patch(0), in glsl_struct_field()