Searched defs:get_column (Results 1 - 3 of 3) sorted by last modified time

/external/mesa3d/src/glsl/
H A Dlower_mat_op_to_vec.cpp48 ir_dereference *get_column(ir_dereference *val, int col);
102 val = get_column(val, col);
108 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) function in class:ir_mat_op_to_vec_visitor
132 get_column(a, 0),
140 get_column(a, i),
147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
163 get_column(a, 0),
171 get_column(a, i),
198 get_column(b, i));
218 get_column(
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp48 ir_dereference *get_column(ir_dereference *val, int col);
102 val = get_column(val, col);
108 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) function in class:ir_mat_op_to_vec_visitor
132 get_column(a, 0),
140 get_column(a, i),
147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
163 get_column(a, 0),
171 get_column(a, i),
198 get_column(b, i));
218 get_column(
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.h49 Vector3dF get_column(int i) const { function in class:gfx::Matrix3F

Completed in 446 milliseconds