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_size
(Results
1 - 16
of
16
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_buffer_access.cpp
91
field_offset += field->type->
std140_size
(row_major);
99
glsl_align(deref->type->fields.array->
std140_size
(row_major), 16);
347
array_stride = deref_array->type->
std140_size
(array_row_major);
408
intra_struct_offset += type->
std140_size
(field_row_major);
link_uniforms.cpp
182
return glsl_align(array_type->
std140_size
(row_major), 16);
1147
this->ubo_byte_offset += type->
std140_size
(row_major);
1155
glsl_align(type->without_array()->
std140_size
(row_major),
link_uniform_blocks.cpp
168
size = type_for_size->
std140_size
(v->RowMajor);
lower_ubo_reference.cpp
706
array_stride = unsized_array_type->
std140_size
(array_row_major);
729
array_stride = unsized_array_type->
std140_size
(array_row_major);
ast_to_hir.cpp
7651
size = field_type->
std140_size
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_buffer_access.cpp
91
field_offset += field->type->
std140_size
(row_major);
99
glsl_align(deref->type->fields.array->
std140_size
(row_major), 16);
347
array_stride = deref_array->type->
std140_size
(array_row_major);
408
intra_struct_offset += type->
std140_size
(field_row_major);
link_uniform_blocks.cpp
168
size = type_for_size->
std140_size
(v->RowMajor);
lower_ubo_reference.cpp
704
array_stride = unsized_array_type->
std140_size
(array_row_major);
727
array_stride = unsized_array_type->
std140_size
(array_row_major);
link_uniforms.cpp
917
this->ubo_byte_offset += type->
std140_size
(row_major);
925
glsl_align(type->without_array()->
std140_size
(row_major),
linker.cpp
4344
return glsl_align(array_type->
std140_size
(row_major), 16);
ast_to_hir.cpp
7401
size = field_type->
std140_size
(row_major);
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
2000
glsl_type::
std140_size
(bool row_major) const
function in class:glsl_type
2063
return array_type->
std140_size
(false);
2079
stride = this->without_array()->
std140_size
(row_major);
2126
size += field_type->
std140_size
(field_row_major);
2152
unsigned elem_size = vec_type->
std140_size
(false);
2157
unsigned elem_size = this->fields.array->
std140_size
(row_major);
2177
unsigned fsize = fields[i].type->
std140_size
(field_row_major);
glsl_types.h
596
unsigned
std140_size
(bool row_major) const;
nir_types.cpp
950
return type->
std140_size
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp
1745
glsl_type::
std140_size
(bool row_major) const
function in class:glsl_type
1808
return array_type->
std140_size
(false);
1824
stride = this->without_array()->
std140_size
(row_major);
1871
size += field_type->
std140_size
(field_row_major);
1897
unsigned elem_size = vec_type->
std140_size
(false);
1902
unsigned elem_size = this->fields.array->
std140_size
(row_major);
1922
unsigned fsize = fields[i].type->
std140_size
(field_row_major);
glsl_types.h
461
unsigned
std140_size
(bool row_major) const;
Completed in 25 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026