HomeSort by relevance Sort by last modified time
    Searched refs:is_matrix (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/glsl/
lower_mat_op_to_vec.cpp 76 if (expr->operands[i]->type->is_matrix())
112 if (val->type->is_matrix()) {
290 if (expr->operands[i]->type->is_matrix()) {
393 if (op[0]->type->is_matrix()) {
394 if (op[1]->type->is_matrix()) {
403 assert(op[1]->type->is_matrix());
opt_algebraic.cpp 135 if (ir1->operands[0]->type->is_matrix() ||
136 ir1->operands[1]->type->is_matrix() ||
137 ir2->operands[0]->type->is_matrix() ||
138 ir2->operands[1]->type->is_matrix())
196 if (ir->operands[i]->type->is_matrix())
glsl_types.h 323 bool is_matrix() const function in struct:glsl_type
421 return is_matrix()
435 return is_matrix()
lower_vec_index_to_swizzle.cpp 70 if (deref->array->type->is_matrix() || deref->array->type->is_array())
lower_ubo_reference.cpp 107 if (deref_array->array->type->is_matrix() && row_major) {
245 if (deref->type->is_matrix()) {
lower_vec_index_to_cond_assign.cpp 79 if (orig_deref->array->type->is_matrix() ||
177 orig_deref->array->type->is_matrix() ||
opt_array_splitting.cpp 125 if (!(var->type->is_array() || var->type->is_matrix()))
372 if (type->is_matrix())
ir.cpp 355 assert(!op0->type->is_matrix() && !op1->type->is_matrix());
601 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
642 if (type->is_matrix()) {
671 if (type->is_matrix() && value->type->is_matrix()) {
735 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
936 if (!type->is_vector() && !type->is_matrix()) {
1231 } else if (vt->is_matrix()) {
    [all...]
glsl_types.cpp 679 this->fields.array->is_matrix()) {
696 if (this->is_matrix()) {
779 if (this->is_matrix() || (this->is_array() &&
780 this->fields.array->is_matrix())) {
ir_set_program_inouts.cpp 140 deref_var->type->fields.array->is_matrix()) {
ast_function.cpp 534 assert(src->type->is_matrix());
995 } else if (first_param->type->is_matrix()) {
    [all...]
link_uniforms.cpp 348 if (type->is_matrix() ||
349 (type->is_array() && type->fields.array->is_matrix())) {
ir_constant_expression.cpp 563 if ((op[0]->type == op[1]->type && !op[0]->type->is_matrix())
584 assert(op[0]->type->is_matrix() || op[1]->type->is_matrix());
1058 if (vt->is_matrix()) {
1081 if (array->type->is_matrix()) {
    [all...]
ast_to_hir.cpp 264 assert(type_a->is_matrix() || type_b->is_matrix());
287 if (type_a->is_matrix() && type_b->is_matrix()) {
307 } else if (type_a->is_matrix()) {
325 assert(type_b->is_matrix());
    [all...]
lower_variable_index_to_cond_assign.cpp 122 return (ir->type->is_array() || ir->type->is_matrix());
linker.cpp 248 if (t->is_matrix())
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 163 assert(!expr->operands[i]->type->is_matrix());
brw_vec4_visitor.cpp 374 if (type->is_matrix()) {
466 if (type->is_matrix()) {
1025 assert(!ir->operands[operand]->type->is_matrix());
    [all...]
brw_vec4.cpp 68 if (type && (type->is_scalar() || type->is_vector() || type->is_matrix()))
brw_fs.cpp 511 if (type->is_matrix()) {
    [all...]
brw_fs_visitor.cpp 281 assert(!ir->operands[operand]->type->is_matrix());
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 682 if (uni->type->is_matrix() || components != src_components || !match) {
846 if (!uni->type->is_matrix()) {
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 76 if (type && (type->is_scalar() || type->is_vector() || type->is_matrix()))
602 if (type->is_matrix()) {
1138 assert(!ir->operands[operand]->type->is_matrix());
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 106 if (type && (type->is_scalar() || type->is_vector() || type->is_matrix()))
947 if (type->is_matrix()) {
    [all...]

Completed in 270 milliseconds