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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c2897 const char *condition_prefix, *condition_suffix; local
2912 condition_suffix = " >= 0.0";
2917 condition_suffix = " > 0.5";
2922 condition_suffix = ")";
2928 condition_suffix = "<unhandled suffix>";
2940 condition_prefix, src0_param.param_str, condition_suffix,
2987 condition_prefix, src0_param.param_str, condition_suffix,

Completed in 404 milliseconds