OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:std140_base_alignment
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_uniform_blocks.cpp
77
this->offset, type->
std140_base_alignment
(row_major));
98
this->offset, type->
std140_base_alignment
(row_major));
167
alignment = type->
std140_base_alignment
(v->RowMajor);
lower_buffer_access.cpp
80
field_align = field->type->
std140_base_alignment
(row_major);
390
field_align = type->
std140_base_alignment
(field_row_major);
link_uniforms.cpp
184
return MAX2(array_type->
std140_base_alignment
(row_major), 16);
1028
this->ubo_byte_offset, type->
std140_base_alignment
(row_major));
1043
this->ubo_byte_offset, type->
std140_base_alignment
(row_major));
1139
unsigned alignment = type->
std140_base_alignment
(row_major);
ast_to_hir.cpp
7650
align = field_type->
std140_base_alignment
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_uniform_blocks.cpp
77
this->offset, type->
std140_base_alignment
(row_major));
98
this->offset, type->
std140_base_alignment
(row_major));
167
alignment = type->
std140_base_alignment
(v->RowMajor);
lower_buffer_access.cpp
80
field_align = field->type->
std140_base_alignment
(row_major);
390
field_align = type->
std140_base_alignment
(field_row_major);
link_uniforms.cpp
799
this->ubo_byte_offset, type->
std140_base_alignment
(row_major));
814
this->ubo_byte_offset, type->
std140_base_alignment
(row_major));
909
unsigned alignment = type->
std140_base_alignment
(row_major);
linker.cpp
4346
return MAX2(array_type->
std140_base_alignment
(row_major), 16);
ast_to_hir.cpp
7400
align = field_type->
std140_base_alignment
(row_major);
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
1882
glsl_type::
std140_base_alignment
(bool row_major) const
function in class:glsl_type
1931
return MAX2(this->fields.array->
std140_base_alignment
(row_major), 16);
1935
return this->fields.array->
std140_base_alignment
(row_major);
1961
return array_type->
std140_base_alignment
(false);
1990
field_type->
std140_base_alignment
(field_row_major));
2082
this->without_array()->
std140_base_alignment
(row_major);
2119
unsigned align = field_type->
std140_base_alignment
(field_row_major);
2178
unsigned falign = fields[i].type->
std140_base_alignment
(field_row_major);
glsl_types.h
589
unsigned
std140_base_alignment
(bool row_major) const;
nir_types.cpp
944
return type->
std140_base_alignment
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp
1627
glsl_type::
std140_base_alignment
(bool row_major) const
function in class:glsl_type
1676
return MAX2(this->fields.array->
std140_base_alignment
(row_major), 16);
1680
return this->fields.array->
std140_base_alignment
(row_major);
1706
return array_type->
std140_base_alignment
(false);
1735
field_type->
std140_base_alignment
(field_row_major));
1827
this->without_array()->
std140_base_alignment
(row_major);
1864
unsigned align = field_type->
std140_base_alignment
(field_row_major);
1923
unsigned falign = fields[i].type->
std140_base_alignment
(field_row_major);
glsl_types.h
454
unsigned
std140_base_alignment
(bool row_major) const;
Completed in 45 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026