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

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c174 SPU *child_spu = NULL; local
186 the_spu = crSPULoad( child_spu, spu_id, spu_name, dir, server );
191 if (child_spu != NULL)
199 node->next = child_spu->dispatch_table.copyList;
200 child_spu->dispatch_table.copyList = node;
203 child_spu = the_spu;
205 return child_spu;

Completed in 70 milliseconds