Home
last modified time | relevance | path

Searched refs:get_column (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlower_mat_op_to_vec.cpp50 ir_dereference *get_column(ir_dereference *val, int col);
106 val = get_column(val, col); in get_element()
112 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) in get_column() function in ir_mat_op_to_vec_visitor
136 get_column(a, 0), in do_mul_mat_mat()
144 get_column(a, i), in do_mul_mat_mat()
151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr); in do_mul_mat_mat()
167 get_column(a, 0), in do_mul_mat_vec()
175 get_column(a, i), in do_mul_mat_vec()
202 get_column(b, i)); in do_mul_vec_mat()
222 get_column(a, i), in do_mul_mat_scalar()
[all …]
/third_party/boost/boost/wave/util/
Dfile_position.hpp63 std::size_t get_column() const { return column; } in get_column() function
94 return lhs.get_column() == rhs.get_column() && in operator ==()
102 o << pos.get_file() << ":" << pos.get_line() << ":" << pos.get_column(); in operator <<()
172 pos.set_column(pos.get_column() + 1); in next_char()
177 pos.set_column(pos.get_column() + m_CharsPerTab - in tabulation()
178 (pos.get_column() - 1) % m_CharsPerTab); in tabulation()
Dmacro_helpers.hpp142 pos.get_column(), pos.get_file()); in as_stringlit()
202 pos.get_column(), pos.get_file()); in as_stringlit()
Dcpp_iterator.hpp99 act_pos.set_column(act_pos.get_column() + macroname.get_value().size()); in retrieve_macroname()
139 act_pos.get_column() + (*inserted).get_value().size()); in retrieve_macrodefinition()
147 act_pos.set_column((*last_nonwhite).get_position().get_column() + in retrieve_macrodefinition()
669 if ((!seen_newline || act_pos.get_column() > 1) && in get_next_token()
Dcpp_include_paths.hpp107 static unsigned int get_column() { return 0; } in get_column() function
/third_party/boost/boost/wave/
Dcpp_throw.hpp37 pos.get_line(), pos.get_column(), pos.get_file().c_str())); in throw_()
52 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(), in throw_()
68 pos.get_line(), pos.get_column(), pos.get_file().c_str(), name)); in throw_()
84 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(), in throw_()
99 pos.get_line(), pos.get_column(), pos.get_file().c_str()));
114 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(),
130 pos.get_line(), pos.get_column(), pos.get_file().c_str(), name));
146 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(),
/third_party/boost/libs/wave/samples/real_positions/
Dcorrect_token_positions.hpp105 pos.set_column(current_pos.get_column() + in generated_token()
112 pos.set_column(current_pos.get_column() + v.size()); in generated_token()
Dreal_positions.cpp82 << setw(2) << right << t.get_position().get_column() in operator <<()
86 << setw(2) << right << t.get_corrected_position().get_column() in operator <<()
/third_party/cef/libcef_dll/ctocpp/
Dv8stack_frame_ctocpp.cc99 if (CEF_MEMBER_MISSING(_struct, get_column)) in GetColumn()
105 int _retval = _struct->get_column(_struct); in GetColumn()
/third_party/boost/boost/spirit/home/support/iterators/
Dline_pos_iterator.hpp109 inline std::size_t get_column(Iterator lower_bound, Iterator current,
167 inline std::size_t get_column(Iterator lower_bound, in get_column() function
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp476 pos.get_line(), pos.get_column(), pos.get_file().c_str()); in init_dfa()
630 pos.get_line(), pos.get_column(), pos.get_file()); in get()
645 pos.get_line(), pos.get_column(), pos.get_file()); in get()
655 pos.get_line(), pos.get_column(), in get()
713 msg.c_str(), pos.get_line(), pos.get_column(), in get()
/third_party/boost/boost/spirit/home/karma/detail/
Doutput_iterator.hpp54 std::size_t get_column() const { return column; } in get_column() function in boost::spirit::karma::detail::position_sink
89 std::size_t get_column() const in get_column() function
91 return track_position_data.get_column(); in get_column()
/third_party/cef/libcef_dll/cpptoc/
Dv8stack_frame_cpptoc.cc150 GetStruct()->get_column = v8stack_frame_get_column; in CefV8StackFrameCppToC()
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_token.hpp98 << std::setw(2) << std::right << get_position().get_column() in print()
/third_party/boost/libs/wave/samples/lexed_tokens/
Dlexed_tokens.cpp61 << setw(2) << right << t.get_position().get_column() in operator <<()
/third_party/boost/libs/spirit/test/support/
Dregression_line_pos_iterator.cpp46 BOOST_TEST_EQ(expected->column, get_column(input_begin, position)); in test()
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp653 pos.get_line(), pos.get_column(), pos.get_file()); in get()
675 pos.get_line(), pos.get_column(), pos.get_file()); in get()
685 pos.get_line(), pos.get_column(), in get()
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp76 column = pos.get_column(); in set_position()
436 filename(pos.get_file()), line(pos.get_line()), column(pos.get_column()), in lexer()
/third_party/boost/libs/wave/samples/hannibal/
Dhannibal.cpp283 << "," << pos.get_column() << ")" << std::endl; in main()
/third_party/cef/include/capi/
Dcef_v8_capi.h911 int(CEF_CALLBACK* get_column)(struct _cef_v8stack_frame_t* self);
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp128 scanner.column = scanner.curr_column = pos.get_column(); in lexer()