Searched defs:row_major (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_uniform.h153 bool row_major; member in struct:gl_uniform_storage
H A Dlower_ubo_reference.cpp32 * 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
H A Dast.h405 unsigned row_major:1; member in struct:ast_type_qualifier::__anon12572::__anon12573
/external/mesa3d/src/glsl/
H A Dir_uniform.h153 bool row_major; member in struct:gl_uniform_storage
H A Dlower_ubo_reference.cpp32 * 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
H A Dast.h405 unsigned row_major:1; member in struct:ast_type_qualifier::__anon22934::__anon22935

Completed in 192 milliseconds