Home
last modified time | relevance | path

Searched refs:combineMat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/scripts/
Dgen-conversions.py102 def combineMat(numCols, numRows, comps): function
109 def combineMat2(comps): return combineMat(2, 2, comps)
110 def combineMat2x3(comps): return combineMat(2, 3, comps)
111 def combineMat2x4(comps): return combineMat(2, 4, comps)
112 def combineMat3x2(comps): return combineMat(3, 2, comps)
113 def combineMat3(comps): return combineMat(3, 3, comps)
114 def combineMat3x4(comps): return combineMat(3, 4, comps)
115 def combineMat4x2(comps): return combineMat(4, 2, comps)
116 def combineMat4x3(comps): return combineMat(4, 3, comps)
117 def combineMat4(comps): return combineMat(4, 4, comps)
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py99 def combineMat(numCols, numRows, comps): function
106 def combineMat2(comps): return combineMat(2, 2, comps)
107 def combineMat3(comps): return combineMat(3, 3, comps)
108 def combineMat4(comps): return combineMat(4, 4, comps)