HomeSort by: relevance | last modified time | path
    Searched defs:get_column (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_mat_op_to_vec.cpp 50 ir_dereference *get_column(ir_dereference *val, int col);
106 val = get_column(val, col);
112 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) function in class:ir_mat_op_to_vec_visitor
136 get_column(a, 0),
144 get_column(a, i),
151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
167 get_column(a, 0),
175 get_column(a, i),
202 get_column(b, i));
222 get_column(a, i)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_mat_op_to_vec.cpp 50 ir_dereference *get_column(ir_dereference *val, int col);
106 val = get_column(val, col);
112 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) function in class:ir_mat_op_to_vec_visitor
136 get_column(a, 0),
144 get_column(a, i),
151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
167 get_column(a, 0),
175 get_column(a, i),
202 get_column(b, i));
222 get_column(a, i)
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 129 def get_column(self) -> int: member in class:AnalysisDiagnostic
142 return f"{self.get_file_name()}:{self.get_line()}:{self.get_column()}"
176 col = self.get_column()
  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-table.cpp 518 cols *c = get_column(coln);
527 * get_column - returns the column, coln.
530 cols *html_table::get_column (int coln) function in class:html_table

Completed in 19 milliseconds