Searched refs:opMask (Results 1 – 6 of 6) sorted by relevance
160 uint64_t opMask = ~(uint64_t)0 >> (64-N); in AddCodeToMergeInOperand() local162 opMask <<= opShift; in AddCodeToMergeInOperand()166 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " + in AddCodeToMergeInOperand()169 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " + in AddCodeToMergeInOperand()172 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n"; in AddCodeToMergeInOperand()
596 unsigned opMask) { in create()598 X.OperandMask = opMask; in create()
861 deUint32 opMask; member
304 , opMask (~0u) in StencilState()2783 m_stencil[type].opMask = mask; in stencilFuncSeparate()4313 state.fragOps.stencilStates[faceType].compMask = m_stencil[faceType].opMask; in drawWithReference()
116034 u32 opMask; /* Acceptable operators */116665 if( (pTerm->eOperator & pScan->opMask)!=0 ){116725 u32 opMask, /* Operator(s) to scan for */116743 pScan->opMask = opMask;117443 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV;117447 pTerm->eOperator = operatorMask(op) & opMask;117484 pNew->eOperator = (operatorMask(pDup->op) + eExtraOp) & opMask;120893 int opMask; /* Valid operators for constraints */120913 opMask = WO_LT|WO_LE;120915 opMask = WO_EQ|WO_IN|WO_GT|WO_GE|WO_LT|WO_LE;[all …]
116016 u32 opMask; /* Acceptable operators */116647 if( (pTerm->eOperator & pScan->opMask)!=0 ){116707 u32 opMask, /* Operator(s) to scan for */116725 pScan->opMask = opMask;117425 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV;117429 pTerm->eOperator = operatorMask(op) & opMask;117466 pNew->eOperator = (operatorMask(pDup->op) + eExtraOp) & opMask;120875 int opMask; /* Valid operators for constraints */120895 opMask = WO_LT|WO_LE;120897 opMask = WO_EQ|WO_IN|WO_GT|WO_GE|WO_LT|WO_LE;[all …]