Searched refs:set_lhs (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_complement_solver.h129 void set_lhs(BlockRandomAccessMatrix* lhs) { lhs_.reset(lhs); } function in class:ceres::internal::SchurComplementSolver
H A Dschur_complement_solver.cc110 set_lhs(new BlockRandomAccessDenseMatrix(blocks));
247 set_lhs(new BlockRandomAccessSparseMatrix(blocks_, block_pairs));
/external/mesa3d/src/glsl/
H A Dlower_vec_index_to_swizzle.cpp128 ir->set_lhs(convert_vec_index_to_swizzle(ir->lhs));
H A Dir.cpp76 ir_assignment::set_lhs(ir_rvalue *lhs) function in class:ir_assignment
195 this->set_lhs(lhs);
H A Dir.h854 void set_lhs(ir_rvalue *lhs);
860 * assignment, use \c ir_assignment::set_lhs.

Completed in 123 milliseconds