Lines Matching refs:iospec
65 static void foo(const Key iospec, int* ret) in foo() argument
68 if(((iospec.key_io.lod == G_B) && in foo()
69 (iospec.key_io.ttype != G_VS) && in foo()
70 (iospec.key_io.ttype != G_GS) && in foo()
71 (iospec.key_io.ttype != G_FS)) || in foo()
73 (((iospec.key_io.tTex == PP_C) || in foo()
74 (iospec.key_io.tTex == PP_SC)) && in foo()
75 ((iospec.key_io.tTex == PP_SR) || in foo()
76 (iospec.key_io.tTex == PP_S2D) || in foo()
77 (iospec.key_io.tTex == PP_S1D) || in foo()
78 (iospec.key_io.tTex == PP_SC)))) in foo()
86 __attribute__ ((unused)) Key iospec = (Key) key_token2; in bar() local
87 foo(iospec, &ret); in bar()