Searched refs:sampler_texmatrix (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | state.c | 3585 static void sampler_texmatrix(struct wined3d_context *context, const struct wined3d_state *state, D… in sampler_texmatrix() function 5680 … { STATE_SAMPLER(0), sampler_texmatrix }, WINED3D… 5683 … { STATE_SAMPLER(1), sampler_texmatrix }, WINED3D… 5686 … { STATE_SAMPLER(2), sampler_texmatrix }, WINED3D… 5689 … { STATE_SAMPLER(3), sampler_texmatrix }, WINED3D… 5692 … { STATE_SAMPLER(4), sampler_texmatrix }, WINED3D… 5695 … { STATE_SAMPLER(5), sampler_texmatrix }, WINED3D… 5698 … { STATE_SAMPLER(6), sampler_texmatrix }, WINED3D… 5701 … { STATE_SAMPLER(7), sampler_texmatrix }, WINED3D…
|