OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:std140_size
(Results
1 - 2
of
2
) sorted by relevancy
/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);
/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);
Completed in 11 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026