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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c2781 struct wined3d_shader_instruction tmp_ins; local
2783 memset(&tmp_ins, 0, sizeof(tmp_ins));
2786 tmp_ins.ctx = ins->ctx;
2787 tmp_ins.dst_count = 1;
2788 tmp_ins.dst = &tmp_dst;
2789 tmp_ins.src_count = 2;
2790 tmp_ins.src = tmp_src;
2796 tmp_ins.handler_idx = WINED3DSIH_DP4;
2800 tmp_ins
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c2658 struct wined3d_shader_instruction tmp_ins; local
2660 memset(&tmp_ins, 0, sizeof(tmp_ins));
2663 tmp_ins.ctx = ins->ctx;
2664 tmp_ins.dst_count = 1;
2665 tmp_ins.dst = &tmp_dst;
2666 tmp_ins.src_count = 2;
2667 tmp_ins.src = tmp_src;
2673 tmp_ins.handler_idx = WINED3DSIH_DP4;
2677 tmp_ins
[all...]
H A Darb_program_shader.c2303 struct wined3d_shader_instruction tmp_ins; local
2305 memset(&tmp_ins, 0, sizeof(tmp_ins));
2308 tmp_ins.ctx = ins->ctx;
2309 tmp_ins.dst_count = 1;
2310 tmp_ins.dst = &tmp_dst;
2311 tmp_ins.src_count = 2;
2312 tmp_ins.src = tmp_src;
2318 tmp_ins.handler_idx = WINED3DSIH_DP4;
2322 tmp_ins
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c2422 struct wined3d_shader_instruction tmp_ins; local
2424 memset(&tmp_ins, 0, sizeof(tmp_ins));
2427 tmp_ins.ctx = ins->ctx;
2428 tmp_ins.dst_count = 1;
2429 tmp_ins.dst = &tmp_dst;
2430 tmp_ins.src_count = 2;
2431 tmp_ins.src = tmp_src;
2437 tmp_ins.handler_idx = WINED3DSIH_DP4;
2441 tmp_ins
[all...]
H A Dglsl_shader.c3053 struct wined3d_shader_instruction tmp_ins; local
3055 memset(&tmp_ins, 0, sizeof(tmp_ins));
3058 tmp_ins.ctx = ins->ctx;
3059 tmp_ins.dst_count = 1;
3060 tmp_ins.dst = &tmp_dst;
3061 tmp_ins.src_count = 2;
3062 tmp_ins.src = tmp_src;
3068 tmp_ins.handler_idx = WINED3DSIH_DP4;
3072 tmp_ins
[all...]

Completed in 356 milliseconds