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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c2162 static void shader_glsl_arith(const struct wined3d_shader_instruction *ins) function
5358 /* WINED3DSIH_ADD */ shader_glsl_arith,
5408 /* WINED3DSIH_MUL */ shader_glsl_arith,
5426 /* WINED3DSIH_SUB */ shader_glsl_arith,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c2115 static void shader_glsl_arith(const struct wined3d_shader_instruction *ins) function
5217 /* WINED3DSIH_ADD */ shader_glsl_arith,
5267 /* WINED3DSIH_MUL */ shader_glsl_arith,
5281 /* WINED3DSIH_SUB */ shader_glsl_arith,

Completed in 73 milliseconds