Searched refs:sampler_texdim (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | nvidia_texture_shader.c | 890 … { STATE_SAMPLER(0), sampler_texdim }, WINED3… 892 … { STATE_SAMPLER(1), sampler_texdim }, WINED3… 894 … { STATE_SAMPLER(2), sampler_texdim }, WINED3… 896 … { STATE_SAMPLER(3), sampler_texdim }, WINED3… 898 … { STATE_SAMPLER(4), sampler_texdim }, WINED3… 900 … { STATE_SAMPLER(5), sampler_texdim }, WINED3… 902 … { STATE_SAMPLER(6), sampler_texdim }, WINED3… 904 … { STATE_SAMPLER(7), sampler_texdim }, WINED3…
|
H A D | ati_fragment_shader.c | 1231 … { STATE_SAMPLER(0), sampler_texdim }, WI… 1232 … { STATE_SAMPLER(1), sampler_texdim }, WI… 1233 … { STATE_SAMPLER(2), sampler_texdim }, WI… 1234 … { STATE_SAMPLER(3), sampler_texdim }, WI… 1235 … { STATE_SAMPLER(4), sampler_texdim }, WI… 1236 … { STATE_SAMPLER(5), sampler_texdim }, WI… 1237 … { STATE_SAMPLER(6), sampler_texdim }, WI… 1238 … { STATE_SAMPLER(7), sampler_texdim }, WI…
|
H A D | state.c | 5803 … { STATE_SAMPLER(0), sampler_texdim }, WINED3… 5804 … { STATE_SAMPLER(1), sampler_texdim }, WINED3… 5805 … { STATE_SAMPLER(2), sampler_texdim }, WINED3… 5806 … { STATE_SAMPLER(3), sampler_texdim }, WINED3… 5807 … { STATE_SAMPLER(4), sampler_texdim }, WINED3… 5808 … { STATE_SAMPLER(5), sampler_texdim }, WINED3… 5809 … { STATE_SAMPLER(6), sampler_texdim }, WINED3… 5810 … { STATE_SAMPLER(7), sampler_texdim }, WINED3…
|
H A D | wined3d_private.h | 3924 void sampler_texdim(struct wined3d_context *context,
|
H A D | utils.c | 6212 void sampler_texdim(struct wined3d_context *context, const struct wined3d_state *state, DWORD state… in sampler_texdim() function
|