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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dnvidia_texture_shader.c85 GLenum component_usage[3]; member in struct:__anon1960
129 static void get_src_and_opr_nvrc(DWORD stage, DWORD arg, BOOL is_alpha, GLenum* input, GLenum* mapping, GLenum *component_usage, INT texture_idx) { argument
137 if (is_alpha || arg & WINED3DTA_ALPHAREPLICATE) *component_usage = GL_ALPHA;
138 else *component_usage = GL_RGB;
163 &tex_op_args.mapping[0], &tex_op_args.component_usage[0], texture_idx);
165 &tex_op_args.mapping[1], &tex_op_args.component_usage[1], texture_idx);
167 &tex_op_args.mapping[2], &tex_op_args.component_usage[2], texture_idx);
198 tex_op_args.input[0], tex_op_args.mapping[0], tex_op_args.component_usage[0]));
201 tex_op_args.input[1], tex_op_args.mapping[1], tex_op_args.component_usage[1]));
216 tex_op_args.input[0], tex_op_args.mapping[0], tex_op_args.component_usage[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dnvidia_texture_shader.c94 GLenum component_usage[3]; member in struct:tex_op_args
138 static void get_src_and_opr_nvrc(DWORD stage, DWORD arg, BOOL is_alpha, GLenum* input, GLenum* mapping, GLenum *component_usage, INT texture_idx) { argument
146 if (is_alpha || arg & WINED3DTA_ALPHAREPLICATE) *component_usage = GL_ALPHA;
147 else *component_usage = GL_RGB;
172 &tex_op_args.mapping[0], &tex_op_args.component_usage[0], texture_idx);
174 &tex_op_args.mapping[1], &tex_op_args.component_usage[1], texture_idx);
176 &tex_op_args.mapping[2], &tex_op_args.component_usage[2], texture_idx);
208 tex_op_args.input[0], tex_op_args.mapping[0], tex_op_args.component_usage[0]));
211 tex_op_args.input[1], tex_op_args.mapping[1], tex_op_args.component_usage[1]));
225 tex_op_args.input[0], tex_op_args.mapping[0], tex_op_args.component_usage[
[all...]

Completed in 44 milliseconds