HomeSort by: relevance | last modified time | path
    Searched refs:matrix_layout (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_buffer_access.cpp 208 const enum glsl_matrix_layout matrix_layout = local
209 glsl_matrix_layout(ir->type->fields.structure[idx].matrix_layout);
211 switch (matrix_layout) {
227 const enum glsl_matrix_layout matrix_layout = local
228 glsl_matrix_layout(var_deref->var->data.matrix_layout);
230 switch (matrix_layout) {
link_uniforms.cpp 169 const enum glsl_matrix_layout matrix_layout = local
170 glsl_matrix_layout(field->matrix_layout);
171 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
292 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
375 const enum glsl_matrix_layout matrix_layout = local
376 glsl_matrix_layout(t->fields.structure[i].matrix_layout);
377 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
379 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) {
ast_to_hir.cpp 7356 enum glsl_matrix_layout matrix_layout,
7643 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
7746 fields[i].matrix_layout = matrix_layout;
7749 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR;
7751 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_COLUMN_MAJOR;
7756 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR
7757 || fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR);
8068 enum glsl_matrix_layout matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED; local
8070 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR
    [all...]
gl_nir_link_uniforms.c 1255 const enum glsl_matrix_layout matrix_layout = local
1256 glsl_get_struct_field_data(type, i)->matrix_layout;
1257 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1259 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) {
1818 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
glsl_to_nir.cpp 490 var->data.matrix_layout = ir->data.matrix_layout;
builtin_variables.cpp 387 this->fields[this->num_fields].matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED;
ir.h 816 unsigned matrix_layout:2; member in struct:ir_variable::ir_variable_data
ir.cpp 2036 this->data.matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_buffer_access.cpp 208 const enum glsl_matrix_layout matrix_layout = local
209 glsl_matrix_layout(ir->type->fields.structure[idx].matrix_layout);
211 switch (matrix_layout) {
227 const enum glsl_matrix_layout matrix_layout = local
228 glsl_matrix_layout(var_deref->var->data.matrix_layout);
230 switch (matrix_layout) {
link_uniforms.cpp 77 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
160 const enum glsl_matrix_layout matrix_layout = local
161 glsl_matrix_layout(t->fields.structure[i].matrix_layout);
162 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
164 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) {
ast_to_hir.cpp 7117 enum glsl_matrix_layout matrix_layout,
7393 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
7496 fields[i].matrix_layout = matrix_layout;
7499 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR;
7501 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_COLUMN_MAJOR;
7506 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR
7507 || fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR);
7808 enum glsl_matrix_layout matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED; local
7810 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR
    [all...]
builtin_variables.cpp 340 this->fields[this->num_fields].matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED;
ir.h 801 unsigned matrix_layout:2; member in struct:ir_variable::ir_variable_data
linker.cpp 4330 const enum glsl_matrix_layout matrix_layout = local
4331 glsl_matrix_layout(field->matrix_layout);
4332 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1241 if (this->fields.structure[i].matrix_layout
1242 != b->fields.structure[i].matrix_layout)
1980 const enum glsl_matrix_layout matrix_layout = local
1981 glsl_matrix_layout(this->fields.structure[i].matrix_layout);
1982 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1984 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) {
2110 const enum glsl_matrix_layout matrix_layout = local
2111 glsl_matrix_layout(this->fields.structure[i].matrix_layout);
2112 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2114 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR)
2305 const enum glsl_matrix_layout matrix_layout = local
2478 const enum glsl_matrix_layout matrix_layout = local
    [all...]
glsl_types.h 1429 unsigned matrix_layout:2; member in struct:glsl_struct_field::__anon760::__anon761
1473 matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED;
1480 matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED;
1487 matrix_layout = GLSL_MATRIX_LAYOUT_INHERITED;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1068 if (this->fields.structure[i].matrix_layout
1069 != b->fields.structure[i].matrix_layout)
1725 const enum glsl_matrix_layout matrix_layout = local
1726 glsl_matrix_layout(this->fields.structure[i].matrix_layout);
1727 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1729 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR) {
1855 const enum glsl_matrix_layout matrix_layout = local
1856 glsl_matrix_layout(this->fields.structure[i].matrix_layout);
1857 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1859 } else if (matrix_layout == GLSL_MATRIX_LAYOUT_COLUMN_MAJOR)
2050 const enum glsl_matrix_layout matrix_layout = local
2155 const enum glsl_matrix_layout matrix_layout = local
    [all...]
glsl_types.h 1132 unsigned matrix_layout:2; member in struct:glsl_struct_field
1172 sample(0), matrix_layout(GLSL_MATRIX_LAYOUT_INHERITED), patch(0),
1184 sample(0), matrix_layout(0), patch(0),
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir.h 475 unsigned matrix_layout:2;

Completed in 83 milliseconds