Searched refs:operandA (Results 1 – 3 of 3) sorted by relevance
468 const MemOperand& operandA, in AreConsistentForPair() argument475 if (!operandA.base().Is(operandB.base()) || in AreConsistentForPair()476 (operandA.addrmode() != Offset) || in AreConsistentForPair()478 ((operandA.offset() & ((1 << access_size_log2) - 1)) != 0)) { in AreConsistentForPair()483 if ((operandB.offset() == operandA.offset() + (1 << access_size_log2)) && in AreConsistentForPair()484 is_int7(operandA.offset() >> access_size_log2)) { in AreConsistentForPair()487 if ((operandA.offset() == operandB.offset() + (1 << access_size_log2)) && in AreConsistentForPair()
738 static PairResult AreConsistentForPair(const MemOperand& operandA,
238 const GLenum operandA = combine->OperandA[term]; in texture_combine() local288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) { in texture_combine()