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

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c84 SPU *the_spu; local
89 the_spu = (SPU*)crAlloc( sizeof( *the_spu ) );
91 * NOTE: what actually MUST be zero at this point is the_spu->superSPU, otherwise
93 crMemset(the_spu, 0, sizeof (*the_spu));
94 the_spu->id = id;
95 the_spu->privatePtr = NULL;
97 the_spu->dll = crDLLOpen( path, 0/*resolveGlobal*/ );
99 crDbgCmdSymLoadPrint(path, the_spu
181 SPU *the_spu, *temp; local
261 SPU *the_spu = headSPU, *next_spu; local
[all...]

Completed in 48 milliseconds