HomeSort by relevance Sort by last modified time
    Searched defs:row_major (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtx/
io.hpp 78 enum order_t { column_major, row_major, }; enumerator in enum:glm::io::format_guard::order_t
95 // matrix output order (dflt: row_major)
104 // matrix output order -> row_major
105 GLM_FUNC_DECL std::ios_base& row_major (std::ios_base&);
  /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::__anon20106::__anon20107

Completed in 100 milliseconds