Home
last modified time | relevance | path

Searched refs:operandA (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c238 const GLenum operandA = combine->OperandA[term]; in texture_combine() local
288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) { in texture_combine()
/external/v8/src/arm64/
Dassembler-arm64.cc493 const MemOperand& operandA, in AreConsistentForPair() argument
500 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()
Dassembler-arm64.h812 static PairResult AreConsistentForPair(const MemOperand& operandA,