Searched defs:ctx_priv (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c1032 const shader_reg_maps *reg_maps, struct shader_glsl_ctx_priv *ctx_priv)
1036 const struct ps_compile_args *ps_args = ctx_priv->cur_ps_args;
1105 if(ctx_priv->cur_vs_args->clip_enabled)
1237 struct ps_np2fixup_info* const fixup = ctx_priv->cur_np2fixup_info;
1030 shader_generate_glsl_declarations(const struct wined3d_context *context, struct wined3d_shader_buffer *buffer, IWineD3DBaseShader *iface, const shader_reg_maps *reg_maps, struct shader_glsl_ctx_priv *ctx_priv) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c1011 const shader_reg_maps *reg_maps, struct shader_glsl_ctx_priv *ctx_priv)
1015 const struct ps_compile_args *ps_args = ctx_priv->cur_ps_args;
1084 if(ctx_priv->cur_vs_args->clip_enabled)
1215 struct ps_np2fixup_info* const fixup = ctx_priv->cur_np2fixup_info;
1009 shader_generate_glsl_declarations(const struct wined3d_context *context, struct wined3d_shader_buffer *buffer, IWineD3DBaseShader *iface, const shader_reg_maps *reg_maps, struct shader_glsl_ctx_priv *ctx_priv) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c995 const struct wined3d_shader_reg_maps *reg_maps, const struct shader_glsl_ctx_priv *ctx_priv)
999 const struct ps_compile_args *ps_args = ctx_priv->cur_ps_args;
1057 if(ctx_priv->cur_vs_args->clip_enabled)
1164 struct ps_np2fixup_info *fixup = ctx_priv->cur_np2fixup_info;
993 shader_generate_glsl_declarations(const struct wined3d_context *context, struct wined3d_shader_buffer *buffer, const struct wined3d_shader *shader, const struct wined3d_shader_reg_maps *reg_maps, const struct shader_glsl_ctx_priv *ctx_priv) argument

Completed in 120 milliseconds