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()
629 unsigned opMask) { in create()631 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()
118315 u32 opMask; /* Acceptable operators */120969 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV;120973 pTerm->eOperator = operatorMask(op) & opMask;121011 pNew->eOperator = (operatorMask(pDup->op) + eExtraOp) & opMask;121610 if( (pTerm->eOperator & pScan->opMask)!=0 ){121671 u32 opMask, /* Operator(s) to scan for */121692 pScan->opMask = opMask;123567 int opMask; /* Valid operators for constraints */123586 opMask = WO_LT|WO_LE;123588 opMask = WO_EQ|WO_IN|WO_GT|WO_GE|WO_LT|WO_LE;[all …]
118297 u32 opMask; /* Acceptable operators */120951 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV;120955 pTerm->eOperator = operatorMask(op) & opMask;120993 pNew->eOperator = (operatorMask(pDup->op) + eExtraOp) & opMask;121592 if( (pTerm->eOperator & pScan->opMask)!=0 ){121653 u32 opMask, /* Operator(s) to scan for */121674 pScan->opMask = opMask;123549 int opMask; /* Valid operators for constraints */123568 opMask = WO_LT|WO_LE;123570 opMask = WO_EQ|WO_IN|WO_GT|WO_GE|WO_LT|WO_LE;[all …]