OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_vector
(Results
1 - 25
of
58
) sorted by relevancy
1
2
3
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
hir_field_selection.cpp
58
} else if (op->type->
is_vector
() ||
lower_vector_derefs.cpp
63
if (!deref->array->type->
is_vector
())
176
if (!deref->array->type->
is_vector
())
opt_flip_matrices.cpp
74
!ir->operands[1]->type->
is_vector
())
ast_array_index.cpp
151
&& !array->type->
is_vector
()) {
189
} else if (array->type->
is_vector
()) {
354
|| array->type->
is_vector
()) {
ir_validate.cpp
127
!ir->array->type->
is_vector
()) {
741
else if (ir->operands[0]->type->
is_vector
() &&
742
ir->operands[1]->type->
is_vector
()) {
790
assert(ir->operands[0]->type->
is_vector
()
812
if (ir->operands[0]->type->
is_vector
() &&
813
ir->operands[1]->type->
is_vector
()) {
826
if (ir->operands[0]->type->
is_vector
() &&
827
ir->operands[1]->type->
is_vector
()) {
846
assert(ir->operands[0]->type->
is_vector
());
865
assert(ir->operands[0]->type->
is_vector
());
[
all
...]
opt_dead_code_local.cpp
80
if (var->type->is_scalar() || var->type->
is_vector
()) {
209
deref_var->var->type->
is_vector
())) {
opt_constant_propagation.cpp
155
if (!type->is_scalar() && !type->
is_vector
())
455
if (!var->type->
is_vector
() && !var->type->is_scalar())
504
if (!deref->var->type->
is_vector
() && !deref->var->type->is_scalar())
opt_copy_propagation_elements.cpp
164
} else if (lhs->type->
is_vector
()) {
175
if (lhs->type->
is_vector
()) {
378
if (lhs && var->type->
is_vector
())
681
if (!lhs || !(lhs->type->is_scalar() || lhs->type->
is_vector
()))
lower_buffer_access.cpp
135
assert(deref->type->is_scalar() || deref->type->
is_vector
());
300
if (deref_array->array->type->
is_vector
()) {
lower_mat_op_to_vec.cpp
409
} else if (op[1]->type->
is_vector
()) {
417
if (op[0]->type->
is_vector
()) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
hir_field_selection.cpp
58
} else if (op->type->
is_vector
() ||
lower_vector_derefs.cpp
63
if (!deref->array->type->
is_vector
())
160
if (!deref->array->type->
is_vector
())
opt_flip_matrices.cpp
74
!ir->operands[1]->type->
is_vector
())
ast_array_index.cpp
151
&& !array->type->
is_vector
()) {
189
} else if (array->type->
is_vector
()) {
354
|| array->type->
is_vector
()) {
ir_validate.cpp
114
!ir->array->type->
is_vector
()) {
639
else if (ir->operands[0]->type->
is_vector
() &&
640
ir->operands[1]->type->
is_vector
()) {
670
assert(ir->operands[0]->type->
is_vector
()
692
if (ir->operands[0]->type->
is_vector
() &&
693
ir->operands[1]->type->
is_vector
()) {
706
if (ir->operands[0]->type->
is_vector
() &&
707
ir->operands[1]->type->
is_vector
()) {
726
assert(ir->operands[0]->type->
is_vector
());
746
assert(ir->operands[0]->type->
is_vector
());
[
all
...]
opt_dead_code_local.cpp
78
if (var->type->is_scalar() || var->type->
is_vector
()) {
207
deref_var->var->type->
is_vector
())) {
opt_constant_propagation.cpp
155
if (!type->is_scalar() && !type->
is_vector
())
446
if (!var->type->
is_vector
() && !var->type->is_scalar())
495
if (!deref->var->type->
is_vector
() && !deref->var->type->is_scalar())
opt_copy_propagation_elements.cpp
164
} else if (lhs->type->
is_vector
()) {
175
if (lhs->type->
is_vector
()) {
378
if (lhs && var->type->
is_vector
())
681
if (!lhs || !(lhs->type->is_scalar() || lhs->type->
is_vector
()))
lower_buffer_access.cpp
135
assert(deref->type->is_scalar() || deref->type->
is_vector
());
300
if (deref_array->array->type->
is_vector
()) {
ir.cpp
137
if (v->type->
is_vector
()) {
159
if (lhs->type->is_scalar() || lhs->type->
is_vector
()) {
184
if (rhs->type->
is_vector
())
756
assert(type->is_scalar() || type->
is_vector
() || type->is_matrix()
911
assert(type->is_scalar() || type->
is_vector
() || type->is_matrix()
1190
if (!type->
is_vector
() && !type->is_matrix()) {
1288
if (!this->type->is_scalar() && !this->type->
is_vector
())
1416
} else if (vt->
is_vector
()) {
lower_mat_op_to_vec.cpp
406
} else if (op[1]->type->
is_vector
()) {
414
if (op[0]->type->
is_vector
()) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
printf.cpp
91
bool
is_vector
= vec_pos != std::string::npos &&
local
108
if (
is_vector
) {
130
if (
is_vector
&& i + 1 == component_count)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
nir_types.cpp
42
else if (type->
is_vector
())
248
return type->
is_vector
();
260
return type->
is_vector
() || type->is_scalar();
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
1896
if (this->is_scalar() || this->
is_vector
()) {
1929
this->fields.array->
is_vector
() ||
2014
if (this->is_scalar() || this->
is_vector
()) {
2144
if (this->
is_vector
() || this->is_scalar()) {
2230
if (this->is_scalar() || this->
is_vector
()) {
2335
if (this->
is_vector
() && this->vector_elements == 3)
2425
if (this->is_scalar() || this->
is_vector
()) {
2504
if (this->
is_vector
() || this->is_scalar()) {
2615
} else if (this->
is_vector
()) {
2683
if (this->is_scalar() || this->
is_vector
() || this->is_matrix())
[
all
...]
nir_types.cpp
48
else if (type->
is_vector
())
267
return type->
is_vector
();
279
return type->
is_vector
() || type->is_scalar();
Completed in 21 milliseconds
1
2
3
Indexes created Mon Jul 27 00:28:37 UTC 2026