Searched refs:is_vector (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dhir_field_selection.cpp58 } else if (op->type->is_vector() ||
H A Dlower_vector_derefs.cpp63 if (!deref->array->type->is_vector())
176 if (!deref->array->type->is_vector())
H A Dopt_flip_matrices.cpp74 !ir->operands[1]->type->is_vector())
H A Dast_array_index.cpp151 && !array->type->is_vector()) {
189 } else if (array->type->is_vector()) {
354 || array->type->is_vector()) {
H A Dir_validate.cpp127 !ir->array->type->is_vector()) {
741 else if (ir->operands[0]->type->is_vector() &&
742 ir->operands[1]->type->is_vector()) {
790 assert(ir->operands[0]->type->is_vector()
812 if (ir->operands[0]->type->is_vector() &&
813 ir->operands[1]->type->is_vector()) {
826 if (ir->operands[0]->type->is_vector() &&
827 ir->operands[1]->type->is_vector()) {
846 assert(ir->operands[0]->type->is_vector());
865 assert(ir->operands[0]->type->is_vector());
[all...]
H A Dopt_dead_code_local.cpp80 if (var->type->is_scalar() || var->type->is_vector()) {
209 deref_var->var->type->is_vector())) {
H A Dopt_constant_propagation.cpp155 if (!type->is_scalar() && !type->is_vector())
455 if (!var->type->is_vector() && !var->type->is_scalar())
504 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar())
H A Dopt_copy_propagation_elements.cpp164 } else if (lhs->type->is_vector()) {
175 if (lhs->type->is_vector()) {
378 if (lhs && var->type->is_vector())
681 if (!lhs || !(lhs->type->is_scalar() || lhs->type->is_vector()))
H A Dlower_buffer_access.cpp135 assert(deref->type->is_scalar() || deref->type->is_vector());
300 if (deref_array->array->type->is_vector()) {
H A Dlower_mat_op_to_vec.cpp409 } else if (op[1]->type->is_vector()) {
417 if (op[0]->type->is_vector()) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dhir_field_selection.cpp58 } else if (op->type->is_vector() ||
H A Dlower_vector_derefs.cpp63 if (!deref->array->type->is_vector())
160 if (!deref->array->type->is_vector())
H A Dopt_flip_matrices.cpp74 !ir->operands[1]->type->is_vector())
H A Dast_array_index.cpp151 && !array->type->is_vector()) {
189 } else if (array->type->is_vector()) {
354 || array->type->is_vector()) {
H A Dir_validate.cpp114 !ir->array->type->is_vector()) {
639 else if (ir->operands[0]->type->is_vector() &&
640 ir->operands[1]->type->is_vector()) {
670 assert(ir->operands[0]->type->is_vector()
692 if (ir->operands[0]->type->is_vector() &&
693 ir->operands[1]->type->is_vector()) {
706 if (ir->operands[0]->type->is_vector() &&
707 ir->operands[1]->type->is_vector()) {
726 assert(ir->operands[0]->type->is_vector());
746 assert(ir->operands[0]->type->is_vector());
[all...]
H A Dopt_dead_code_local.cpp78 if (var->type->is_scalar() || var->type->is_vector()) {
207 deref_var->var->type->is_vector())) {
H A Dopt_constant_propagation.cpp155 if (!type->is_scalar() && !type->is_vector())
446 if (!var->type->is_vector() && !var->type->is_scalar())
495 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar())
H A Dopt_copy_propagation_elements.cpp164 } else if (lhs->type->is_vector()) {
175 if (lhs->type->is_vector()) {
378 if (lhs && var->type->is_vector())
681 if (!lhs || !(lhs->type->is_scalar() || lhs->type->is_vector()))
H A Dlower_buffer_access.cpp135 assert(deref->type->is_scalar() || deref->type->is_vector());
300 if (deref_array->array->type->is_vector()) {
H A Dir.cpp137 if (v->type->is_vector()) {
159 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
184 if (rhs->type->is_vector())
756 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
911 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
1190 if (!type->is_vector() && !type->is_matrix()) {
1288 if (!this->type->is_scalar() && !this->type->is_vector())
1416 } else if (vt->is_vector()) {
H A Dlower_mat_op_to_vec.cpp406 } else if (op[1]->type->is_vector()) {
414 if (op[0]->type->is_vector()) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dprintf.cpp91 bool is_vector = vec_pos != std::string::npos && local in function:__anon6ee0006e0110::print_formatted
108 if (is_vector) {
130 if (is_vector && i + 1 == component_count)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dnir_types.cpp42 else if (type->is_vector())
248 return type->is_vector();
260 return type->is_vector() || type->is_scalar();
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.cpp1896 if (this->is_scalar() || this->is_vector()) {
1929 this->fields.array->is_vector() ||
2014 if (this->is_scalar() || this->is_vector()) {
2144 if (this->is_vector() || this->is_scalar()) {
2230 if (this->is_scalar() || this->is_vector()) {
2335 if (this->is_vector() && this->vector_elements == 3)
2425 if (this->is_scalar() || this->is_vector()) {
2504 if (this->is_vector() || this->is_scalar()) {
2615 } else if (this->is_vector()) {
2683 if (this->is_scalar() || this->is_vector() || thi
[all...]
H A Dnir_types.cpp48 else if (type->is_vector())
267 return type->is_vector();
279 return type->is_vector() || type->is_scalar();

Completed in 26 milliseconds

123