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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dnvidia_texture_shader.c86 } tex_op_args; typedef in typeref:struct:__anon1960
146 tex_op_args tex_op_args = {{0}, {0}, {0}}; local
162 get_src_and_opr_nvrc(stage, arg1, is_alpha, &tex_op_args.input[0],
163 &tex_op_args.mapping[0], &tex_op_args.component_usage[0], texture_idx);
164 get_src_and_opr_nvrc(stage, arg2, is_alpha, &tex_op_args.input[1],
165 &tex_op_args.mapping[1], &tex_op_args.component_usage[1], texture_idx);
166 get_src_and_opr_nvrc(stage, arg3, is_alpha, &tex_op_args
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dnvidia_texture_shader.c90 struct tex_op_args struct
155 struct tex_op_args tex_op_args = {{0}, {0}, {0}}; local
171 get_src_and_opr_nvrc(stage, arg1, is_alpha, &tex_op_args.input[0],
172 &tex_op_args.mapping[0], &tex_op_args.component_usage[0], texture_idx);
173 get_src_and_opr_nvrc(stage, arg2, is_alpha, &tex_op_args.input[1],
174 &tex_op_args.mapping[1], &tex_op_args.component_usage[1], texture_idx);
175 get_src_and_opr_nvrc(stage, arg3, is_alpha, &tex_op_args
[all...]

Completed in 41 milliseconds