HomeSort by relevance Sort by last modified time
    Searched full:is_vector (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/glsl/
ir_validate.cpp 300 else if (ir->operands[0]->type->is_vector() &&
301 ir->operands[1]->type->is_vector()) {
320 assert(ir->operands[0]->type->is_vector()
342 if (ir->operands[0]->type->is_vector() &&
343 ir->operands[1]->type->is_vector()) {
356 if (ir->operands[0]->type->is_vector() &&
357 ir->operands[1]->type->is_vector()) {
374 assert(ir->operands[0]->type->is_vector());
386 assert(ir->type->is_vector());
416 /* The is_vector assertion above should prevent execution from eve
    [all...]
opt_constant_propagation.cpp 126 if (!type->is_scalar() && !type->is_vector())
363 if (!var->type->is_vector() && !var->type->is_scalar())
419 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar())
hir_field_selection.cpp 50 } else if (op->type->is_vector()) {
ir_constant_expression.cpp 496 const unsigned n = op[0]->type->is_vector()
918 } else if (array->type->is_vector()) {
1100 assert(op[0]->type->is_vector() && op[1] && op[1]->type->is_vector());
    [all...]
ir.cpp 136 if (v->type->is_vector()) {
158 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
183 if (rhs->type->is_vector())
513 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
837 if (!this->type->is_scalar() && !this->type->is_vector())
874 if (!this->type->is_scalar() && !this->type->is_vector())
911 if (!this->type->is_scalar() && !this->type->is_vector())
996 } else if (vt->is_vector()) {
    [all...]
lower_mat_op_to_vec.cpp 458 } else if (op_var[1]->type->is_vector()) {
466 if (op_var[0]->type->is_vector()) {
opt_algebraic.cpp 86 if (ir->operands[0]->type->is_vector())
169 if (expr->type->is_vector() && operand->type->is_scalar()) {
ast_to_hir.cpp 237 if (type_a->is_vector() && type_b->is_vector()) {
414 if (type_a->is_vector() &&
415 type_b->is_vector() &&
454 if (type_a->is_vector()) {
455 if (!type_b->is_vector()
566 if (type_a->is_vector() &&
567 type_b->is_vector() &&
    [all...]
glsl_types.h 239 bool is_vector() const function in struct:glsl_type
ast_function.cpp 310 } else if (src->type->is_vector()) {
    [all...]
ir_to_llvm.cpp 623 if (ir->operands[0]->type->is_matrix() && ir->operands[1]->type->is_vector())
625 else if (ir->operands[0]->type->is_vector() && ir->operands[1]->type->is_matrix()) {
    [all...]
ir_reader.cpp 662 if (mask == 0 && (lhs->type->is_vector() || lhs->type->is_scalar())) {
    [all...]

Completed in 240 milliseconds