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_unsized_array
(Results
1 - 25
of
25
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_function.cpp
1253
bool
is_unsized_array
= constructor_type->
is_unsized_array
();
1256
(!
is_unsized_array
&& (constructor_type->length != parameter_count))) {
1257
const unsigned min_param =
is_unsized_array
1262
is_unsized_array
? "at least" : "exactly",
1267
if (
is_unsized_array
) {
1289
if (constructor_type->fields.array->
is_unsized_array
()) {
1299
if (element_type->
is_unsized_array
()) {
1320
if (constructor_type->fields.array->
is_unsized_array
()) {
1987
if (op->type->
is_unsized_array
()) {
[
all
...]
ast_array_index.cpp
216
if (array->type->
is_unsized_array
()) {
opt_array_splitting.cpp
140
if (var->type->
is_unsized_array
())
ast_to_hir.cpp
884
} else if (lhs_t->
is_unsized_array
()) {
992
if (lhs->type->
is_unsized_array
()) {
2802
if (xfb_offset != -1 && type->
is_unsized_array
()) {
3553
if (t->
is_unsized_array
()) {
4283
if (earlier->type->
is_unsized_array
() && var->type->is_array()
4635
if (var->type->
is_unsized_array
()) {
4750
if (var->type->
is_unsized_array
()) {
5014
if (state->es_shader && decl_type->
is_unsized_array
()) {
5597
if (t->
is_unsized_array
() && !implicitly_sized)
5625
if (var->type->
is_unsized_array
() &
[
all
...]
link_uniform_blocks.cpp
152
if (type->
is_unsized_array
()) {
lower_distance.cpp
629
if (ir->type->
is_unsized_array
())
lower_ubo_reference.cpp
614
!rvalue->type->is_array() || !rvalue->type->
is_unsized_array
())
ir_validate.cpp
566
assert(ir->operands[0]->type->
is_unsized_array
());
link_uniforms.cpp
195
if (t->
is_unsized_array
())
linker.cpp
1590
if (!from_ssbo_unsized_array && (*type)->
is_unsized_array
()) {
1621
if (elem_type->
is_unsized_array
())
4305
else if (field->type->
is_unsized_array
())
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_array_index.cpp
216
if (array->type->
is_unsized_array
()) {
ast_function.cpp
1310
bool
is_unsized_array
= constructor_type->
is_unsized_array
();
1313
(!
is_unsized_array
&& (constructor_type->length != parameter_count))) {
1314
const unsigned min_param =
is_unsized_array
1319
is_unsized_array
? "at least" : "exactly",
1324
if (
is_unsized_array
) {
1346
if (constructor_type->fields.array->
is_unsized_array
()) {
1356
if (element_type->
is_unsized_array
()) {
1377
if (constructor_type->fields.array->
is_unsized_array
()) {
2044
if (op->type->
is_unsized_array
()) {
[
all
...]
opt_array_splitting.cpp
140
if (var->type->
is_unsized_array
())
ast_to_hir.cpp
884
} else if (lhs_t->
is_unsized_array
()) {
999
if (lhs->type->
is_unsized_array
()) {
2871
if (xfb_offset != -1 && type->
is_unsized_array
()) {
3633
if (t->
is_unsized_array
()) {
4356
if (earlier->type->
is_unsized_array
() && var->type->is_array()
4735
if (var->type->
is_unsized_array
()) {
4850
if (var->type->
is_unsized_array
()) {
5189
if (state->es_shader && decl_type->
is_unsized_array
()) {
5768
if (t->
is_unsized_array
() && !implicitly_sized)
5796
if (var->type->
is_unsized_array
() &
[
all
...]
link_uniform_blocks.cpp
152
if (type->
is_unsized_array
()) {
lower_distance.cpp
629
if (ir->type->
is_unsized_array
())
lower_ubo_reference.cpp
616
!rvalue->type->is_array() || !rvalue->type->
is_unsized_array
())
ir_validate.cpp
633
assert(ir->operands[0]->type->
is_unsized_array
());
link_uniforms.cpp
410
if (t->
is_unsized_array
())
linker.cpp
346
assert(!expr->operands[0]->type->
is_unsized_array
());
1633
if (!from_ssbo_unsized_array && (*type)->
is_unsized_array
()) {
1664
if (elem_type->
is_unsized_array
())
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
1191
bool
is_unsized_array
() const
function in struct:glsl_type
nir_types.cpp
304
return type->
is_unsized_array
();
glsl_types.cpp
2122
if (field_type->
is_unsized_array
())
2379
if (this->
is_unsized_array
())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
919
bool
is_unsized_array
() const
function in struct:glsl_type
glsl_types.cpp
1867
if (field_type->
is_unsized_array
())
Completed in 33 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026