| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_constant_expression.cpp | 790 const glsl_type *const column_type = array->type->column_type(); local 795 const unsigned mat_idx = column * column_type->vector_elements; 799 switch (column_type->base_type) { 802 for (unsigned i = 0; i < column_type->vector_elements; i++) 808 for (unsigned i = 0; i < column_type->vector_elements; i++) 814 for (unsigned i = 0; i < column_type->vector_elements; i++) 824 return new(mem_ctx) ir_constant(column_type, &data);
|
| ast_function.cpp | 1106 const int c = component / src->type->column_type()->vector_elements; 1107 const int r = component % src->type->column_type()->vector_elements; 1112 col->type = src->type->column_type(); 1173 if (ir->type != constructor_type->column_type()) { 1176 constructor_type->column_type()->name, 1702 const glsl_type *const col_type = var->type->column_type();
|
| opt_array_splitting.cpp | 464 subtype = type->column_type();
|
| glsl_parser_extras.cpp | 968 _mesa_ast_set_aggregate_type(type->column_type(), expr);
|
| ir.cpp | 1415 type = vt->column_type();
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_constant_expression.cpp | 956 const glsl_type *const column_type = array->type->column_type(); local 968 return new(mem_ctx) ir_constant(column_type, &data); 974 const unsigned mat_idx = column * column_type->vector_elements; 978 switch (column_type->base_type) { 980 for (unsigned i = 0; i < column_type->vector_elements; i++) 986 for (unsigned i = 0; i < column_type->vector_elements; i++) 992 for (unsigned i = 0; i < column_type->vector_elements; i++) 1001 return new(mem_ctx) ir_constant(column_type, &data);
|
| gl_nir_link_uniform_initializers.c | 125 const struct glsl_type *column_type = glsl_get_column_type(type); local 128 column_type, boolean_true);
|
| opt_array_splitting.cpp | 464 subtype = type->column_type();
|
| ast_function.cpp | 1163 const int c = component / src->type->column_type()->vector_elements; 1164 const int r = component % src->type->column_type()->vector_elements; 1169 col->type = src->type->column_type(); 1230 if (ir->type != constructor_type->column_type()) { 1233 constructor_type->column_type()->name, 1759 const glsl_type *const col_type = var->type->column_type();
|
| glsl_parser_extras.cpp | 1006 _mesa_ast_set_aggregate_type(type->column_type(), expr);
|
| ir.cpp | 1717 type = vt->column_type();
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| nir_types.cpp | 41 return type->column_type(); 58 type = type->column_type(); 110 return type->column_type();
|
| glsl_types.h | 878 const glsl_type *column_type() const function in struct:glsl_type
|
| glsl_types.cpp | 1322 if (type_a->row_type() == type_b->column_type()) { 1330 type_a->column_type()->vector_elements, 1347 type_a->column_type()->vector_elements, 1361 if (type_a == type_b->column_type()) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| nir_types.cpp | 47 return type->column_type(); 64 type = type->column_type(); 116 return type->column_type();
|
| glsl_types.h | 1139 const glsl_type *column_type() const function in struct:glsl_type
|
| glsl_types.cpp | 1509 if (type_a->row_type() == type_b->column_type()) { 1517 type_a->column_type()->vector_elements, 1536 type_a->column_type()->vector_elements, 1550 if (type_a == type_b->column_type()) { 2666 type_info(this->column_type(), &col_size, &col_align); 2670 /* Matrix and column alignments match. See glsl_type::column_type() */
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_vec4_visitor.cpp | 585 const glsl_type *col_type = type->column_type();
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_vec4_visitor.cpp | 598 const glsl_type *col_type = type->column_type();
|