OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:std430_size
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_buffer_access.cpp
89
field_offset += field->type->
std430_size
(row_major);
406
intra_struct_offset += type->
std430_size
(field_row_major);
link_uniform_blocks.cpp
165
size = type_for_size->
std430_size
(v->RowMajor);
lower_shared_reference.cpp
116
unsigned var_size = var->type->
std430_size
(false);
link_uniforms.cpp
1145
this->ubo_byte_offset += type->
std430_size
(row_major);
ast_to_hir.cpp
7654
size = field_type->
std430_size
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_buffer_access.cpp
89
field_offset += field->type->
std430_size
(row_major);
406
intra_struct_offset += type->
std430_size
(field_row_major);
link_uniform_blocks.cpp
165
size = type_for_size->
std430_size
(v->RowMajor);
lower_shared_reference.cpp
114
unsigned var_size = var->type->
std430_size
(false);
link_uniforms.cpp
915
this->ubo_byte_offset += type->
std430_size
(row_major);
ast_to_hir.cpp
7404
size = field_type->
std430_size
(row_major);
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
2338
/* By default use
std430_size
(row_major) */
2339
unsigned stride = this->
std430_size
(row_major);
2413
glsl_type::
std430_size
(bool row_major) const
function in class:glsl_type
2456
return array_type->
std430_size
(false);
2462
stride = this->without_array()->
std430_size
(row_major);
2489
size += field_type->
std430_size
(field_row_major);
2535
unsigned fsize = fields[i].type->
std430_size
(field_row_major);
glsl_types.h
620
unsigned
std430_size
(bool row_major) const;
nir_types.cpp
962
return type->
std430_size
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp
2083
/* By default use
std430_size
(row_major) */
2084
unsigned stride = this->
std430_size
(row_major);
2090
glsl_type::
std430_size
(bool row_major) const
function in class:glsl_type
2133
return array_type->
std430_size
(false);
2139
stride = this->without_array()->
std430_size
(row_major);
2166
size += field_type->
std430_size
(field_row_major);
2212
unsigned fsize = fields[i].type->
std430_size
(field_row_major);
glsl_types.h
485
unsigned
std430_size
(bool row_major) const;
Completed in 49 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026