Searched refs:operandA (Results 1 – 3 of 3) sorted by relevance
238 const GLenum operandA = combine->OperandA[term]; in texture_combine() local288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) { in texture_combine()
493 const MemOperand& operandA, in AreConsistentForPair() argument500 if (!operandA.base().Is(operandB.base()) || in AreConsistentForPair()501 (operandA.addrmode() != Offset) || in AreConsistentForPair()503 ((operandA.offset() & ((1 << access_size_log2) - 1)) != 0)) { in AreConsistentForPair()508 if ((operandB.offset() == operandA.offset() + (1 << access_size_log2)) && in AreConsistentForPair()509 is_int7(operandA.offset() >> access_size_log2)) { in AreConsistentForPair()512 if ((operandA.offset() == operandB.offset() + (1 << access_size_log2)) && in AreConsistentForPair()
812 static PairResult AreConsistentForPair(const MemOperand& operandA,