OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:std140_size
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/glsl/
lower_ubo_reference.cpp
115
array_stride = deref_array->type->
std140_size
(row_major);
146
intra_struct_offset += type->
std140_size
(row_major);
225
field_offset += field->type->
std140_size
(ubo_var->RowMajor);
232
align(deref->type->fields.array->
std140_size
(ubo_var->RowMajor), 16);
link_uniforms.cpp
339
this->ubo_byte_offset += type->
std140_size
(ubo_var->RowMajor);
343
align(type->fields.array->
std140_size
(ubo_var->RowMajor), 16);
497
unsigned size = type->
std140_size
(ubo_var->RowMajor);
glsl_types.cpp
745
glsl_type::
std140_size
(bool row_major) const
function in class:glsl_type
805
return array_type->
std140_size
(false);
820
return this->length * this->fields.array->
std140_size
(row_major);
846
size += field_type->
std140_size
(row_major);
glsl_types.h
261
unsigned
std140_size
(bool row_major) const;
Completed in 1170 milliseconds