OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:row_major
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_uniform.h
153
bool
row_major
;
member in struct:gl_uniform_storage
lower_ubo_reference.cpp
32
* layout issues like std140 structures and
row_major
matrices on
90
bool
row_major
= ubo_var->RowMajor;
local
107
if (deref_array->array->type->is_matrix() &&
row_major
) {
115
array_stride = deref_array->type->std140_size(
row_major
);
139
unsigned field_align = type->std140_base_alignment(
row_major
);
146
intra_struct_offset += type->std140_size(
row_major
);
273
/* Matrices,
row_major
or not, are stored as if they were
ast.h
405
unsigned
row_major
:1;
member in struct:ast_type_qualifier::__anon13087::__anon13088
/external/mesa3d/src/glsl/
ir_uniform.h
153
bool
row_major
;
member in struct:gl_uniform_storage
lower_ubo_reference.cpp
32
* layout issues like std140 structures and
row_major
matrices on
90
bool
row_major
= ubo_var->RowMajor;
local
107
if (deref_array->array->type->is_matrix() &&
row_major
) {
115
array_stride = deref_array->type->std140_size(
row_major
);
139
unsigned field_align = type->std140_base_alignment(
row_major
);
146
intra_struct_offset += type->std140_size(
row_major
);
273
/* Matrices,
row_major
or not, are stored as if they were
ast.h
405
unsigned
row_major
:1;
member in struct:ast_type_qualifier::__anon23554::__anon23555
Completed in 157 milliseconds