Home
last modified time | relevance | path

Searched refs:inMat4 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-conversions.py270 inMat4 = [Mat4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0), variable
284 inMat4x3 = toMat4x3(inMat4)
285 inMat4x2 = toMat4x2(inMat4)
286 inMat3x4 = toMat3x4(inMat4)
287 inMat3 = toMat3(inMat4)
288 inMat3x2 = toMat3x2(inMat4)
289 inMat2x4 = toMat2x4(inMat4)
290 inMat2x3 = toMat2x3(inMat4)
360 …genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, in…
Dgen-swizzles.py207 inMat4 = [Mat4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0), variable
241 "mat4": inMat4
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-swizzles.py203 inMat4 = [Mat4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0), variable
237 "mat4": inMat4
Dgen-conversions.py247 inMat4 = [Mat4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0), variable
328 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))