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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c253 struct recorded_instruction struct
5380 struct recorded_instruction *rec = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*rec));
5440 struct recorded_instruction *rec_ins, *entry2;
5443 LIST_FOR_EACH_ENTRY_SAFE(rec_ins, entry2, list, struct recorded_instruction, entry) argument
5569 struct recorded_instruction *rec_ins;
5580 LIST_FOR_EACH_ENTRY(rec_ins, &copy, struct recorded_instruction, entry)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c229 struct recorded_instruction struct
4934 struct recorded_instruction *rec = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*rec));
4991 struct recorded_instruction *rec_ins, *entry2;
4994 LIST_FOR_EACH_ENTRY_SAFE(rec_ins, entry2, list, struct recorded_instruction, entry) argument
5096 struct recorded_instruction *rec_ins;
5107 LIST_FOR_EACH_ENTRY(rec_ins, &copy, struct recorded_instruction, entry)

Completed in 86 milliseconds