Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dwined3d_private.h3961 BOOL invert_matrix_3d(struct wined3d_matrix *out, const struct wined3d_matrix *in) DECLSPEC_HIDDEN;
H A Dcontext.c4592 invert_matrix_3d(&m, &m); in software_vertex_blending()
H A Dutils.c5431 BOOL invert_matrix_3d(struct wined3d_matrix *out, const struct wined3d_matrix *in) in invert_matrix_3d() function
H A Dglsl_shader.c1443 invert_matrix_3d(mat, mat); in get_normal_matrix()