Searched refs:token_type (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dvertexdeclaration.c275 D3DVSD_TOKENTYPE token_type; local
286 token_type = ((*token & D3DVSD_TOKENTYPEMASK) >> D3DVSD_TOKENTYPESHIFT);
288 if (token_type == D3DVSD_TOKEN_STREAM && !(*token & D3DVSD_STREAMTESSMASK))
292 } else if (token_type == D3DVSD_TOKEN_STREAMDATA && !(token_type & 0x10000000)) {
308 } else if (token_type == D3DVSD_TOKEN_STREAMDATA && (token_type & 0x10000000)) {
309 TRACE(" 0x%08x SKIP(%u)\n", token_type, ((token_type & D3DVSD_SKIPCOUNTMASK) >> D3DVSD_SKIPCOUNTSHIFT));
310 offset += sizeof(DWORD) * ((token_type
[all...]
H A Dshader.c98 D3DVSD_TOKENTYPE token_type = ((*token & D3DVSD_TOKENTYPEMASK) >> D3DVSD_TOKENTYPESHIFT); local
100 if (token_type == D3DVSD_TOKEN_STREAMDATA && !(token_type & 0x10000000))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexdeclaration.c331 D3DVSD_TOKENTYPE token_type; local
342 token_type = ((*token & D3DVSD_TOKENTYPEMASK) >> D3DVSD_TOKENTYPESHIFT);
344 if (token_type == D3DVSD_TOKEN_STREAM && !(*token & D3DVSD_STREAMTESSMASK))
348 } else if (token_type == D3DVSD_TOKEN_STREAMDATA && !(token_type & 0x10000000)) {
364 } else if (token_type == D3DVSD_TOKEN_STREAMDATA && (token_type & 0x10000000)) {
365 TRACE(" 0x%08x SKIP(%u)\n", token_type, ((token_type & D3DVSD_SKIPCOUNTMASK) >> D3DVSD_SKIPCOUNTSHIFT));
366 offset += sizeof(DWORD) * ((token_type
[all...]
H A Dvertexshader.c150 D3DVSD_TOKENTYPE token_type = ((*token & D3DVSD_TOKENTYPEMASK) >> D3DVSD_TOKENTYPESHIFT); local
152 if (token_type == D3DVSD_TOKEN_STREAMDATA && !(token_type & 0x10000000))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h55 #define NLA (token_type[lap&(LLk-1)])/* --> next LA */
176 ANTLRTokenType *token_type; // fast reference cache of token.getType() member in class:ANTLRParser
237 //// return demand_look ? token_type[(labase+(i)-1)&(LLk-1)] :
238 //// token_type[(lap+(i)-1)&(LLk-1)];
245 return token_type[(lap+(i)-1)&(LLk-1)];
H A DAParser.cpp75 delete [] token_type;
99 token_type = new ANTLRTokenType[LLk];
180 for (i=1; i<=LLk; i++) token_type[i-1] =
213 * fill token_type[] fast reference cache also. NLA is the next place where

Completed in 477 milliseconds