Home
last modified time | relevance | path

Searched refs:matrix_type (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_shared_reference.cpp140 const glsl_type *matrix_type; in handle_rvalue() local
146 &row_major, &matrix_type, NULL, packing); in handle_rvalue()
166 matrix_type, packing, 0); in handle_rvalue()
208 const glsl_type *matrix_type; in handle_assignment() local
214 &row_major, &matrix_type, NULL, packing); in handle_assignment()
226 matrix_type, packing, ir->write_mask); in handle_assignment()
367 const glsl_type *matrix_type; in lower_shared_atomic_intrinsic() local
374 &row_major, &matrix_type, NULL, packing); in lower_shared_atomic_intrinsic()
378 assert(matrix_type == NULL); in lower_shared_atomic_intrinsic()
Dlower_buffer_access.cpp62 const glsl_type *matrix_type, in emit_access() argument
148 assert(matrix_type != NULL); in emit_access()
151 link_calculate_matrix_stride(matrix_type, row_major, packing); in emit_access()
278 const glsl_type **matrix_type, in setup_buffer_access() argument
284 *matrix_type = NULL; in setup_buffer_access()
321 *matrix_type = deref_array->array->type; in setup_buffer_access()
Dlower_ubo_reference.cpp65 const glsl_type **matrix_type,
277 const glsl_type **matrix_type, in setup_for_load_or_store() argument
327 matrix_type, &this->struct_field, packing); in setup_for_load_or_store()
349 const glsl_type *matrix_type; in handle_rvalue() local
365 &row_major, &matrix_type, in handle_rvalue()
386 row_major, matrix_type, packing, 0); in handle_rvalue()
565 const glsl_type *matrix_type; in write_to_memory() local
579 &row_major, &matrix_type, in write_to_memory()
594 row_major, matrix_type, packing, write_mask); in write_to_memory()
747 const glsl_type *matrix_type; in process_ssbo_unsized_array_length() local
[all …]
Dlower_buffer_access.h51 bool row_major, const glsl_type *matrix_type,
60 const glsl_type **matrix_type,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp375 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
376 number_of_elements = matrix_type->element_count(); in BuildMemoryObjectFromInsert()
823 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
824 return matrix_type->element_count(); in GetNumberOfMembers()
Dtype_manager.cpp815 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
816 parent_type = matrix_type->element_type(); in GetMemberType()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp375 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
376 number_of_elements = matrix_type->element_count(); in BuildMemoryObjectFromInsert()
823 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
824 return matrix_type->element_count(); in GetNumberOfMembers()
Dtype_manager.cpp812 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
813 parent_type = matrix_type->element_type(); in GetMemberType()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp395 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
400 if (!_.GetMatrixTypeInfo(matrix_type, &matrix_num_rows, &matrix_num_cols, in ValidateTranspose()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp395 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
400 if (!_.GetMatrixTypeInfo(matrix_type, &matrix_num_rows, &matrix_num_cols, in ValidateTranspose()
/external/eigen/Eigen/src/Core/util/
DXprHelper.h633 … Options, traits<Expr>::MaxRowsAtCompileTime,traits<Expr>::MaxColsAtCompileTime> matrix_type;
635 …nditional<is_same< typename traits<Expr>::XprKind, MatrixXpr >::value, matrix_type, array_type>::t…