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

12

/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_gentype.hpp62 static bool is_vector();
96 bool genType<VALTYPE, TYPE>::is_vector() function in class:glm::detail::genType
122 static bool is_vector();
170 // static const bool is_vector = false;
/external/elfutils/backends/
H A Dppc64_retval.c155 bool is_vector; local
157 &attr_mem), &is_vector) == 0
158 && is_vector)
H A Dppc_retval.c158 bool is_vector; local
160 &attr_mem), &is_vector) == 0
161 && is_vector
/external/mesa3d/src/glsl/
H A Dir_validate.cpp348 else if (ir->operands[0]->type->is_vector() &&
349 ir->operands[1]->type->is_vector()) {
368 assert(ir->operands[0]->type->is_vector()
390 if (ir->operands[0]->type->is_vector() &&
391 ir->operands[1]->type->is_vector()) {
404 if (ir->operands[0]->type->is_vector() &&
405 ir->operands[1]->type->is_vector()) {
422 assert(ir->operands[0]->type->is_vector());
441 assert(ir->type->is_vector());
471 /* The is_vector assertio
[all...]
H A Dhir_field_selection.cpp50 } else if (op->type->is_vector()) {
H A Dopt_constant_propagation.cpp141 if (!type->is_scalar() && !type->is_vector())
396 if (!var->type->is_vector() && !var->type->is_scalar())
449 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar())
H A Dir.cpp141 if (v->type->is_vector()) {
163 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
188 if (rhs->type->is_vector())
601 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
735 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
936 if (!type->is_vector() && !type->is_matrix()) {
1029 if (!this->type->is_scalar() && !this->type->is_vector())
1066 if (!this->type->is_scalar() && !this->type->is_vector())
1103 if (!this->type->is_scalar() && !this->type->is_vector())
1139 if (!this->type->is_scalar() && !this->type->is_vector())
[all...]
H A Dopt_dead_code_local.cpp77 if (var->type->is_scalar() || var->type->is_vector()) {
176 deref_var->var->type->is_vector())) {
H A Dlower_mat_op_to_vec.cpp396 } else if (op[1]->type->is_vector()) {
404 if (op[0]->type->is_vector()) {
H A Dopt_algebraic.cpp96 if (ir->operands[0]->type->is_vector())
179 if (expr->type->is_vector() && operand->type->is_scalar()) {
H A Dopt_copy_propagation_elements.cpp172 if (var->type->is_scalar() || var->type->is_vector()) {
440 if (!lhs || !(lhs->type->is_scalar() || lhs->type->is_vector()))
H A Dglsl_types.cpp645 if (this->is_scalar() || this->is_vector()) {
678 this->fields.array->is_vector() ||
757 if (this->is_scalar() || this->is_vector()) {
H A Dglsl_types.h312 bool is_vector() const function in struct:glsl_type
H A Dlower_ubo_reference.cpp261 deref->type->is_vector());
H A Dast_to_hir.cpp248 if (type_a->is_vector() && type_b->is_vector()) {
425 if (type_a->is_vector() &&
426 type_b->is_vector() &&
480 if (type_a->is_vector()) {
481 if (!type_b->is_vector()
592 if (type_a->is_vector() &&
593 type_b->is_vector() &&
1545 && !array->type->is_vector()) {
1575 } else if (array->type->is_vector()) {
[all...]
H A Dir_constant_expression.cpp595 const unsigned n = op[0]->type->is_vector()
1063 if (vt->is_vector()) {
1115 } else if (array->type->is_vector()) {
H A Dast_function.cpp531 } else if (src->type->is_vector()) {
1470 } else if (constructor_type->is_vector()) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp79 if (expr->operands[i]->type->is_vector())
147 if (expr->operands[i]->type->is_vector()) {
H A Dbrw_fs_vector_splitting.cpp108 if (!var->type->is_vector())
222 if (!var->type->is_vector())
H A Dbrw_vec4_visitor.cpp1163 if (ir->operands[0]->type->is_vector() ||
1164 ir->operands[1]->type->is_vector()) {
1176 if (ir->operands[0]->type->is_vector() ||
1177 ir->operands[1]->type->is_vector()) {
1210 assert(ir->operands[0]->type->is_vector());
1331 assert(ir->type->is_vector() || ir->type->is_scalar());
1436 if (type->is_scalar() || type->is_vector() || type->is_matrix())
1484 if (ir->type->is_scalar() || ir->type->is_vector() || ir->type->is_matrix())
1509 if (ir->type->is_scalar() || ir->type->is_vector() || ir->type->is_matrix())
1533 assert(!deref_array->array->type->is_vector());
[all...]
H A Dbrw_vec4.cpp68 if (type && (type->is_scalar() || type->is_vector() || type->is_matrix()))
/external/mesa3d/src/mesa/main/
H A DAPIspec.py285 if (src.is_vector != dst.is_vector or src.size != dst.size):
301 self.is_vector = (param_node.name == "vector")
573 if param.is_vector:
H A DAPIspecutil.py176 if not param.is_vector:
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp76 if (type && (type->is_scalar() || type->is_vector() || type->is_matrix()))
1264 if (ir->operands[0]->type->is_vector() ||
1265 ir->operands[1]->type->is_vector()) {
1287 if (ir->operands[0]->type->is_vector() ||
1288 ir->operands[1]->type->is_vector()) {
1317 assert(ir->operands[0]->type->is_vector());
1375 assert(ir->operands[0]->type->is_vector());
1625 if (ir->type->is_scalar() || ir->type->is_vector())
1649 if (ir->type->is_scalar() || ir->type->is_vector())
1672 assert(!deref_array->array->type->is_vector());
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp106 if (type && (type->is_scalar() || type->is_vector() || type->is_matrix()))
1538 if (ir->operands[0]->type->is_vector() ||
1539 ir->operands[1]->type->is_vector()) {
1596 if (ir->operands[0]->type->is_vector() ||
1597 ir->operands[1]->type->is_vector()) {
1658 assert(ir->operands[0]->type->is_vector());
1738 assert(ir->operands[0]->type->is_vector());
2049 if (ir->type->is_scalar() || ir->type->is_vector())
2076 if (ir->type->is_scalar() || ir->type->is_vector())
2100 assert(!deref_array->array->type->is_vector());
[all...]

Completed in 280 milliseconds

12