Searched refs:predicateNot (Results 1 – 8 of 8) sorted by relevance
120 predicateNot = false; in Instruction()174 predicateNot = (Modifier)((*token & 0x0F000000) >> 24) == MODIFIER_NOT; in Instruction()211 instructionString += predicateNot ? "(!p0" : "(p0"; in string()
531 bool predicateNot; // Negative predicate member
474 if(!instruction->predicateNot) in program()
449 if(!instruction->predicateNot) in applyShader()
530 bool predicateNot; // Negative predicate member
466 if(!instruction->predicateNot) in program()
448 if(!instruction->predicateNot) in applyShader()