HomeSort by relevance Sort by last modified time
    Searched defs:row_major (Results 1 - 10 of 10) 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/eigen/unsupported/test/
cxx11_tensor_assign.cpp 29 int row_major[6]; local
31 memset(row_major, 0, 6*sizeof(int));
33 TensorMap<Tensor<int, 1, RowMajor> > vec4(row_major, 6);
92 int row_major[6]; local
94 memset(row_major, 0, 6*sizeof(int));
95 TensorMap<Tensor<int, 2> > mat3(row_major, 2, 3);
152 int row_major[2*3*7]; local
154 memset(row_major, 0, 2*3*7*sizeof(int));
156 TensorMap<Tensor<int, 3, RowMajor> > mat4(row_major, 2, 3, 7);
  /external/mesa3d/src/compiler/glsl/
ir_uniform.h 155 bool row_major; member in struct:gl_uniform_storage
link_uniforms.cpp 79 const bool row_major = local
90 /* false is always passed for the row_major parameter to the other
97 recursion(var->type, &name, strlen(name), row_major, NULL, packing,
106 recursion(t, &name, strlen(name), row_major, NULL, packing,
111 this->visit_field(t, var->name, row_major, NULL, packing, false);
117 size_t name_length, bool row_major,
133 recursion(named_ifc_member->type, name, name_length, row_major, NULL,
140 this->enter_record(t, *name, row_major, packing);
165 bool field_row_major = row_major;
188 this->leave_record(t, *name, row_major, packing)
    [all...]
lower_shared_reference.cpp 138 bool row_major; local
145 &row_major, &matrix_columns, NULL, packing);
164 emit_access(mem_ctx, false, deref, load_offset, const_offset, row_major,
206 bool row_major; local
213 &row_major, &matrix_columns, NULL, packing);
224 emit_access(mem_ctx, true, deref, store_offset, const_offset, row_major,
365 bool row_major; local
373 &row_major, &matrix_columns, NULL, packing);
376 assert(!row_major);
lower_ubo_reference.cpp 32 * layout issues like std140 structures and row_major matrices on
62 bool *row_major,
273 bool *row_major,
323 setup_buffer_access(mem_ctx, deref, offset, const_offset, row_major,
345 bool row_major; local
359 &row_major, &matrix_columns,
380 row_major, matrix_columns, packing, 0);
558 bool row_major; local
570 &row_major, &matrix_columns,
585 row_major, matrix_columns, packing, write_mask)
737 bool row_major; local
971 bool row_major; local
    [all...]
ast.h 540 unsigned row_major:1; member in struct:ast_type_qualifier::__anon27314::__anon27315
    [all...]
linker.cpp 1542 bool row_major = (bool) type->interface_row_major; local
1573 bool row_major = (bool) ifc_type->interface_row_major; local
    [all...]
ast_to_hir.cpp 6944 bool row_major; local
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 203 bool row_major; member in struct:vtn_type

Completed in 130 milliseconds