Lines Matching refs:m
32 f32 (*const m)[4] = pOut->m; in CreateMatrixForLinearShadowMapTexture() local
35 m[0][0] = 0.5f * coeff * scaleZ; in CreateMatrixForLinearShadowMapTexture()
36 m[0][1] = 0.0f; in CreateMatrixForLinearShadowMapTexture()
37 m[0][2] = -0.5f * scaleZ; in CreateMatrixForLinearShadowMapTexture()
38 m[0][3] = 0.0f; in CreateMatrixForLinearShadowMapTexture()
40 m[1][0] = 0.0f; in CreateMatrixForLinearShadowMapTexture()
41 m[1][1] = 0.5f * coeff * scaleZ; in CreateMatrixForLinearShadowMapTexture()
42 m[1][2] = -0.5f * scaleZ; in CreateMatrixForLinearShadowMapTexture()
43 m[1][3] = 0.0f; in CreateMatrixForLinearShadowMapTexture()
45 m[2][0] = 0.0f; in CreateMatrixForLinearShadowMapTexture()
46 m[2][1] = 0.0f; in CreateMatrixForLinearShadowMapTexture()
47 m[2][2] = -scaleZ; in CreateMatrixForLinearShadowMapTexture()
48 m[2][3] = 0.0f; in CreateMatrixForLinearShadowMapTexture()