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

/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu_init.c14 ExpandoSPU expando_spu; variable
32 expando_spu.id = id;
33 expando_spu.has_child = 0;
34 expando_spu.server = NULL;
37 crSPUInitDispatchTable( &(expando_spu.child) );
38 crSPUCopyDispatchTable( &(expando_spu.child), &(child->dispatch_table) );
39 expando_spu.has_child = 1;
41 crSPUInitDispatchTable( &(expando_spu.super) );
42 crSPUCopyDispatchTable( &(expando_spu.super), &(self->superSPU->dispatch_table) );
46 expando_spu
[all...]

Completed in 134 milliseconds