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

  /external/chromium_org/third_party/mesa/src/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/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...]

Completed in 171 milliseconds