Home
last modified time | relevance | path

Searched refs:matrix_layout (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp208 const enum glsl_matrix_layout matrix_layout = in is_dereferenced_thing_row_major() local
209 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() local
228 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()
Dlink_uniforms.cpp68 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in process()
152 const enum glsl_matrix_layout matrix_layout = in recursion() local
153 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()
Dast_to_hir.cpp7021 enum glsl_matrix_layout matrix_layout, in ast_process_struct_or_iface_block_members() argument
7297 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() local
7714 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in hir()
7716 matrix_layout = GLSL_MATRIX_LAYOUT_COLUMN_MAJOR; in hir()
[all …]
Dir.h797 unsigned matrix_layout:2; member
Dlinker.cpp4218 const enum glsl_matrix_layout matrix_layout = in get_array_stride() local
4219 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()
Dbuiltin_variables.cpp325 this->fields[this->num_fields].matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED; in add_field()
/external/mesa3d/src/compiler/
Dglsl_types.cpp1011 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() local
1661 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() local
1785 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 …]
Dglsl_types.h983 unsigned matrix_layout:2; member
1023 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()