HomeSort by: relevance | last modified time | path
    Searched refs:is_matrix (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_types.cpp 45 if (type->is_matrix()) {
57 if (type->is_matrix()) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_mat_op_to_vec.cpp 80 if (expr->operands[i]->type->is_matrix())
116 if (val->type->is_matrix()) {
298 if (expr->operands[i]->type->is_matrix()) {
406 if (op[0]->type->is_matrix()) {
407 if (op[1]->type->is_matrix()) {
416 assert(op[1]->type->is_matrix());
opt_flip_matrices.cpp 73 !ir->operands[0]->type->is_matrix() ||
ast_array_index.cpp 150 && !array->type->is_matrix()
184 if (array->type->is_matrix()) {
353 || array->type->is_matrix()
opt_rebalance_tree.cpp 236 if (expr->type->is_matrix() ||
237 expr->operands[0]->type->is_matrix() ||
238 (expr->operands[1] && expr->operands[1]->type->is_matrix())) {
lower_buffer_access.cpp 114 if (deref->type->is_matrix()) {
188 matrix = matrix || ir->type->without_array()->is_matrix();
312 } else if (deref_array->array->type->is_matrix() && *row_major) {
opt_algebraic.cpp 261 if (ir1->operands[0]->type->is_matrix() ||
262 ir1->operands[1]->type->is_matrix() ||
263 ir2->operands[0]->type->is_matrix() ||
264 ir2->operands[1]->type->is_matrix())
321 ir->operands[0]->type->is_matrix() &&
326 matrix_mul->operands[0]->type->is_matrix() &&
327 matrix_mul->operands[1]->type->is_matrix()) {
336 if (ir->operands[i]->type->is_matrix())
ir_set_program_inouts.cpp 267 if (!(type->is_matrix() ||
286 if (type->fields.array->is_matrix())
opt_array_splitting.cpp 134 if (!(var->type->is_array() || var->type->is_matrix()))
463 if (type->is_matrix())
ast_function.cpp 1158 assert(src->type->is_matrix());
1208 || (constructor_type->is_matrix() &&
1229 if (constructor_type->is_matrix()) {
1258 if (var->type->is_matrix()) {
1731 } else if (first_param->type->is_matrix()) {
2074 } else if (op->type->is_matrix()) {
2232 if (result->type->is_matrix())
2247 && constructor_type->is_matrix()
2261 && constructor_type->is_matrix()) {
2286 if (!constructor_type->is_matrix()) {
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_mat_op_to_vec.cpp 80 if (expr->operands[i]->type->is_matrix())
116 if (val->type->is_matrix()) {
298 if (expr->operands[i]->type->is_matrix()) {
403 if (op[0]->type->is_matrix()) {
404 if (op[1]->type->is_matrix()) {
413 assert(op[1]->type->is_matrix());
opt_flip_matrices.cpp 73 !ir->operands[0]->type->is_matrix() ||
ast_array_index.cpp 150 && !array->type->is_matrix()
184 if (array->type->is_matrix()) {
353 || array->type->is_matrix()
opt_rebalance_tree.cpp 236 if (expr->type->is_matrix() ||
237 expr->operands[0]->type->is_matrix() ||
238 (expr->operands[1] && expr->operands[1]->type->is_matrix())) {
lower_buffer_access.cpp 114 if (deref->type->is_matrix()) {
188 matrix = matrix || ir->type->without_array()->is_matrix();
312 } else if (deref_array->array->type->is_matrix() && *row_major) {
opt_algebraic.cpp 261 if (ir1->operands[0]->type->is_matrix() ||
262 ir1->operands[1]->type->is_matrix() ||
263 ir2->operands[0]->type->is_matrix() ||
264 ir2->operands[1]->type->is_matrix())
321 ir->operands[0]->type->is_matrix() &&
326 matrix_mul->operands[0]->type->is_matrix() &&
327 matrix_mul->operands[1]->type->is_matrix()) {
336 if (ir->operands[i]->type->is_matrix())
ast_function.cpp 1101 assert(src->type->is_matrix());
1151 || (constructor_type->is_matrix() &&
1172 if (constructor_type->is_matrix()) {
1201 if (var->type->is_matrix()) {
1674 } else if (first_param->type->is_matrix()) {
2009 } else if (op->type->is_matrix()) {
2167 if (result->type->is_matrix())
2182 && constructor_type->is_matrix()
2196 && constructor_type->is_matrix()) {
2221 if (!constructor_type->is_matrix()) {
    [all...]
ir_set_program_inouts.cpp 267 if (!(type->is_matrix() ||
286 if (type->fields.array->is_matrix())
opt_array_splitting.cpp 134 if (!(var->type->is_array() || var->type->is_matrix()))
463 if (type->is_matrix())
ir.cpp 475 assert(!op0->type->is_matrix());
476 assert(!op1->type->is_matrix());
756 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
787 if (type->is_matrix()) {
835 if (type->is_matrix() && value->type->is_matrix()) {
911 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
1190 if (!type->is_vector() && !type->is_matrix()) {
1414 } else if (vt->is_matrix()) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
nir_types.cpp 40 if (type->is_matrix())
57 if (type->is_matrix())
146 return type->is_matrix() ? type->matrix_columns : type->length;
266 return type->is_matrix();
272 assert(type->is_matrix() && type->explicit_stride);
291 return type->is_array() || type->is_matrix();
glsl_types.h 568 bool is_matrix() const function in struct:glsl_type
862 if (!is_matrix())
880 if (!is_matrix())
  /xsrc/external/mit/MesaLib/dist/src/compiler/
nir_types.cpp 46 if (type->is_matrix())
63 if (type->is_matrix())
152 return type->is_matrix() ? type->matrix_columns : type->length;
285 return type->is_matrix();
291 assert(type->is_matrix() && type->explicit_stride);
316 return type->is_array() || type->is_matrix();
glsl_types.h 738 bool is_matrix() const function in struct:glsl_type
1123 if (!is_matrix())
1141 if (!is_matrix())
glsl_types.cpp 1503 if (type_a->is_matrix() && type_b->is_matrix()) {
1525 } else if (type_a->is_matrix()) {
1543 assert(type_b->is_matrix());
1930 this->fields.array->is_matrix()) {
1948 if (this->is_matrix()) {
2037 if (this->without_array()->is_matrix()) {
2146 } else if (this->is_matrix()) {
2273 if (this->is_matrix()) {
2387 } else if (this->is_matrix()) {
    [all...]

Completed in 15 milliseconds

1 2 3