HomeSort by relevance Sort by last modified time
    Searched full:gen_matrix (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/builtins/tools/
generate_matrixCompMultGLSL.py 3 def gen_matrix(x, y = 0): function
18 gen_matrix(2)
19 gen_matrix(3)
20 gen_matrix(4)
23 gen_matrix(2,3) # mat2x3 means 2 columns, 3 rows
24 gen_matrix(3,2)
25 gen_matrix(2,4)
26 gen_matrix(4,2)
27 gen_matrix(3,4)
28 gen_matrix(4,3
    [all...]
  /external/autotest/tko/
compose_query.cgi 257 def gen_matrix(): function
351 ## create main grid table only as provided by gen_matrix()
352 display.print_table(gen_matrix())
367 display.print_table(gen_matrix())

Completed in 294 milliseconds