Searched defs:operandA (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c238 const GLenum operandA = combine->OperandA[term]; local
288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) {
/external/v8/src/arm64/
H A Dassembler-arm64.cc475 const MemOperand& operandA,
482 if (!operandA.base().Is(operandB.base()) ||
483 (operandA.addrmode() != Offset) ||
485 ((operandA.offset() & ((1 << access_size_log2) - 1)) != 0)) {
490 if ((operandB.offset() == operandA.offset() + (1 << access_size_log2)) &&
491 is_int7(operandA.offset() >> access_size_log2)) {
494 if ((operandA.offset() == operandB.offset() + (1 << access_size_log2)) &&
474 AreConsistentForPair( const MemOperand& operandA, const MemOperand& operandB, int access_size_log2) argument

Completed in 114 milliseconds