Searched defs:channel_source (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c1955 BOOL sign_fixup, enum fixup_channel_source channel_source)
1957 switch(channel_source)
1988 FIXME("Unhandled channel source %#x\n", channel_source);
1954 shader_glsl_append_fixup_arg(char *arguments, const char *reg_name, BOOL sign_fixup, enum fixup_channel_source channel_source) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c1908 BOOL sign_fixup, enum fixup_channel_source channel_source)
1910 switch(channel_source)
1941 FIXME("Unhandled channel source %#x\n", channel_source);
1907 shader_glsl_append_fixup_arg(char *arguments, const char *reg_name, BOOL sign_fixup, enum fixup_channel_source channel_source) argument
H A Darb_program_shader.c1155 static const char *shader_arb_get_fixup_swizzle(enum fixup_channel_source channel_source) argument
1157 switch(channel_source)
1166 FIXME("Unhandled channel source %#x\n", channel_source);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c1275 static const char *shader_arb_get_fixup_swizzle(enum fixup_channel_source channel_source) argument
1277 switch(channel_source)
1286 FIXME("Unhandled channel source %#x\n", channel_source);
H A Dglsl_shader.c2171 BOOL sign_fixup, enum fixup_channel_source channel_source)
2173 switch(channel_source)
2204 FIXME("Unhandled channel source %#x\n", channel_source);
2170 shader_glsl_append_fixup_arg(char *arguments, const char *reg_name, BOOL sign_fixup, enum fixup_channel_source channel_source) argument

Completed in 121 milliseconds