Searched refs:predicateNot (Results 1 – 4 of 4) sorted by relevance
124 predicateNot = false; in Instruction()178 predicateNot = (Modifier)((*token & 0x0F000000) >> 24) == MODIFIER_NOT; in Instruction()215 instructionString += predicateNot ? "(!p0" : "(p0"; in string()
532 bool predicateNot; // Negative predicate member
482 if(!instruction->predicateNot) in program()
478 if(!instruction->predicateNot) in applyShader()