Lines Matching refs:sample_flags
3177 DWORD sample_flags = 0;
3196 sample_flags |= WINED3D_GLSL_SAMPLE_PROJECTED;
3211 sample_flags |= WINED3D_GLSL_SAMPLE_PROJECTED;
3214 sample_flags |= WINED3D_GLSL_SAMPLE_PROJECTED;
3221 sample_flags |= WINED3D_GLSL_SAMPLE_PROJECTED;
3228 sample_flags |= WINED3D_GLSL_SAMPLE_RECT;
3231 shader_glsl_get_sample_function(gl_info, sampler_type, sample_flags, &sample_function);
3268 DWORD sample_flags = WINED3D_GLSL_SAMPLE_GRAD;
3284 sample_flags |= WINED3D_GLSL_SAMPLE_RECT;
3287 shader_glsl_get_sample_function(gl_info, sampler_type, sample_flags, &sample_function);
3303 DWORD sample_flags = WINED3D_GLSL_SAMPLE_LOD;
3312 sample_flags |= WINED3D_GLSL_SAMPLE_RECT;
3314 shader_glsl_get_sample_function(gl_info, sampler_type, sample_flags, &sample_function);