OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_matrix
(Results
1 - 13
of
13
) sorted by null
/external/mesa3d/src/glsl/
glsl_types.h
250
bool
is_matrix
() const
function in struct:glsl_type
337
return
is_matrix
()
351
return
is_matrix
()
lower_mat_op_to_vec.cpp
76
if (expr->operands[i]->type->
is_matrix
())
106
if (var->type->
is_matrix
()) {
121
if (!var->type->
is_matrix
()) {
346
if (expr->operands[i]->type->
is_matrix
()) {
455
if (op_var[0]->type->
is_matrix
()) {
456
if (op_var[1]->type->
is_matrix
()) {
465
assert(op_var[1]->type->
is_matrix
());
opt_algebraic.cpp
125
if (ir1->operands[0]->type->
is_matrix
() ||
126
ir1->operands[1]->type->
is_matrix
() ||
127
ir2->operands[0]->type->
is_matrix
() ||
128
ir2->operands[1]->type->
is_matrix
())
186
if (ir->operands[i]->type->
is_matrix
())
ir_set_program_inouts.cpp
122
deref_var->type->fields.array->
is_matrix
()) {
lower_vec_index_to_swizzle.cpp
69
if (deref->array->type->
is_matrix
() || deref->array->type->is_array())
lower_vec_index_to_cond_assign.cpp
81
if (orig_deref->array->type->
is_matrix
() ||
166
orig_deref->array->type->
is_matrix
() ||
ast_function.cpp
313
assert(src->type->
is_matrix
());
766
} else if (first_param->type->
is_matrix
()) {
[
all
...]
ir.cpp
311
assert(!op0->type->
is_matrix
() && !op1->type->
is_matrix
());
513
assert(type->is_scalar() || type->is_vector() || type->
is_matrix
()
554
if (type->
is_matrix
()) {
583
if (type->
is_matrix
() && value->type->
is_matrix
()) {
994
} else if (vt->
is_matrix
()) {
[
all
...]
ast_to_hir.cpp
253
assert(type_a->
is_matrix
() || type_b->
is_matrix
());
276
if (type_a->
is_matrix
() && type_b->
is_matrix
()) {
296
} else if (type_a->
is_matrix
()) {
314
assert(type_b->
is_matrix
());
[
all
...]
lower_variable_index_to_cond_assign.cpp
233
return (ir->type->is_array() || ir->type->
is_matrix
());
ir_constant_expression.cpp
464
if ((op[0]->type == op[1]->type && !op[0]->type->
is_matrix
())
485
assert(op[0]->type->
is_matrix
() || op[1]->type->
is_matrix
());
884
if (array->type->
is_matrix
()) {
[
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
()) {
636
else if (ir->operands[0]->type->
is_matrix
() && ir->operands[1]->type->
is_matrix
())
[
all
...]
linker.cpp
235
if (t->
is_matrix
())
[
all
...]
Completed in 874 milliseconds