Searched refs:Declarations (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h317 const struct tgsi_token *Tokens; /**< Declarations, instructions */
392 struct tgsi_full_declaration *Declarations; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1069 FREE(mach->Declarations);
1070 mach->Declarations = NULL;
1220 FREE(mach->Declarations);
1221 mach->Declarations = declarations;
1280 FREE(mach->Declarations);
6103 exec_declaration( mach, mach->Declarations+i );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h396 const struct tgsi_token *Tokens; /**< Declarations, instructions */
465 struct tgsi_full_declaration *Declarations; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1137 FREE(mach->Declarations);
1138 mach->Declarations = NULL;
1294 FREE(mach->Declarations);
1295 mach->Declarations = declarations;
1371 FREE(mach->Declarations);
6386 exec_declaration( mach, mach->Declarations+i );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst369 UsageMask of xy or yzw is allowed, but xz or yw isn't. Declarations with
H A Dtgsi.rst2988 Declarations can optional have an ArrayID attribute which can be referred by
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst390 UsageMask of xy or yzw is allowed, but xz or yw isn't. Declarations with
H A Dtgsi.rst3052 Declarations can optional have an ArrayID attribute which can be referred by

Completed in 53 milliseconds