Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp2345 bool binarySwapOperands = false; in visitOperator() local
2513 binarySwapOperands = node->getChildNode(1)->getAsTyped()->getType().isVector(); in visitOperator()
2531 binarySwapOperands = secondChild->getType().isMatrix(); in visitOperator()
2957 if (binarySwapOperands) in visitOperator()
3023 if (binarySwapOperands) in visitOperator()