Searched refs:curFlags (Results 1 – 7 of 7) sorted by relevance
22 uint curFlags = gl_IncomingRayFlagsNV; // ERROR, unsupported builtin in stage
22 uint curFlags = gl_IncomingRayFlagsEXT; // ERROR, unsupported builtin in stage
262 ULONG *curFlags = addHarmonics; in mapSineFlags() local287 if (*curFlags & maskSfb) { /* There is a sine in this band */ in mapSineFlags()313 curFlags++; in mapSineFlags()
62716 u8 curFlags; /* zero or more BTCF_* flags defined below */63715 #define invalidateOverflowCache(pCur) (pCur->curFlags &= ~BTCF_ValidOvfl)63754 if( (p->curFlags & BTCF_Incrblob)!=0 ){63927 pCur->curFlags &= ~(BTCF_ValidNKey|BTCF_ValidOvfl|BTCF_AtLast);63963 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;66457 if( (wrOnly==0 || (pCur->curFlags & BTCF_WriteFlag)!=0)67349 if( writeOnly && (p->curFlags & BTCF_WriteFlag)==0 ){67597 pCur->curFlags = wrFlag ? BTCF_WriteFlag : 0;67603 pX->curFlags |= BTCF_Multiple;67604 pCur->curFlags |= BTCF_Multiple;[all …]
62700 u8 curFlags; /* zero or more BTCF_* flags defined below */63699 #define invalidateOverflowCache(pCur) (pCur->curFlags &= ~BTCF_ValidOvfl)63738 if( (p->curFlags & BTCF_Incrblob)!=0 ){63911 pCur->curFlags &= ~(BTCF_ValidNKey|BTCF_ValidOvfl|BTCF_AtLast);63947 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;66441 if( (wrOnly==0 || (pCur->curFlags & BTCF_WriteFlag)!=0)67333 if( writeOnly && (p->curFlags & BTCF_WriteFlag)==0 ){67581 pCur->curFlags = wrFlag ? BTCF_WriteFlag : 0;67587 pX->curFlags |= BTCF_Multiple;67588 pCur->curFlags |= BTCF_Multiple;[all …]