OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_matrix
(Results
1 - 25
of
49
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/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
())
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
() ||
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.h
323
bool
is_matrix
() const
function in struct:glsl_type
421
return
is_matrix
()
435
return
is_matrix
()
opt_array_splitting.cpp
125
if (!(var->type->is_array() || var->type->
is_matrix
()))
372
if (type->
is_matrix
())
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
()) {
lower_vec_index_to_swizzle.cpp
70
if (deref->array->type->
is_matrix
() || deref->array->type->is_array())
ast_function.cpp
534
assert(src->type->
is_matrix
());
995
} else if (first_param->type->
is_matrix
()) {
[
all
...]
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
...]
/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
())
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
() ||
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.h
323
bool
is_matrix
() const
function in struct:glsl_type
421
return
is_matrix
()
435
return
is_matrix
()
opt_array_splitting.cpp
125
if (!(var->type->is_array() || var->type->
is_matrix
()))
372
if (type->
is_matrix
())
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
()) {
lower_vec_index_to_swizzle.cpp
70
if (deref->array->type->
is_matrix
() || deref->array->type->is_array())
ast_function.cpp
534
assert(src->type->
is_matrix
());
995
} else if (first_param->type->
is_matrix
()) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp
163
assert(!expr->operands[i]->type->
is_matrix
());
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp
163
assert(!expr->operands[i]->type->
is_matrix
());
Completed in 876 milliseconds
1
2