Searched refs:orig_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1407 const struct glsl_type *type, *orig_type; local in function:ast_expression::do_hir
1700 orig_type = op[0]->type;
1714 if (type != orig_type) {
1717 "%s to %s", type->name, orig_type->name);
1752 orig_type = op[0]->type;
1755 if (type != orig_type) {
1758 "%s to %s", type->name, orig_type->name);
1819 orig_type = op[0]->type;
1822 if (type != orig_type) {
1825 "%s to %s", type->name, orig_type
[all...]
H A Dbuiltin_functions.cpp5995 builtin_builder::_transpose(builtin_available_predicate avail, const glsl_type *orig_type) argument
5998 glsl_type::get_instance(orig_type->base_type,
5999 orig_type->matrix_columns,
6000 orig_type->vector_elements);
6002 ir_variable *m = in_var(orig_type, "m");
6006 for (int i = 0; i < orig_type->matrix_columns; i++) {
6007 for (int j = 0; j < orig_type->vector_elements; j++) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1395 const struct glsl_type *type, *orig_type; local in function:ast_expression::do_hir
1688 orig_type = op[0]->type;
1699 if (type != orig_type) {
1702 "%s to %s", type->name, orig_type->name);
1729 orig_type = op[0]->type;
1732 if (type != orig_type) {
1735 "%s to %s", type->name, orig_type->name);
1779 orig_type = op[0]->type;
1782 if (type != orig_type) {
1785 "%s to %s", type->name, orig_type
[all...]
H A Dbuiltin_functions.cpp5500 builtin_builder::_transpose(builtin_available_predicate avail, const glsl_type *orig_type) argument
5503 glsl_type::get_instance(orig_type->base_type,
5504 orig_type->matrix_columns,
5505 orig_type->vector_elements);
5507 ir_variable *m = in_var(orig_type, "m");
5511 for (int i = 0; i < orig_type->matrix_columns; i++) {
5512 for (int j = 0; j < orig_type->vector_elements; j++) {

Completed in 29 milliseconds