Searched refs:toy_context (Results 1 – 3 of 3) sorted by relevance
207 struct toy_context temp; in run_pipeline()211 memcpy(&temp, &toys, sizeof(struct toy_context)); in run_pipeline()212 memset(&toys, 0, sizeof(struct toy_context)); in run_pipeline()222 memcpy(&toys, &temp, sizeof(struct toy_context)); in run_pipeline()
26 struct toy_context toys;138 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
101 extern struct toy_context { struct