Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp579 ir_rvalue *a_operand = mul->operands[1 - inner_add_pos]; in handle_expression() local
583 x_operand->type != a_operand->type) in handle_expression()
586 return lrp(x_operand, y_operand, a_operand); in handle_expression()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp751 const opt::Operand& a_operand = a->GetOperand(operand_index); in ComparePreambleInstructions() local
754 if (a_operand.type < b_operand.type) { in ComparePreambleInstructions()
757 if (a_operand.type > b_operand.type) { in ComparePreambleInstructions()
761 switch (a_operand.type) { in ComparePreambleInstructions()
773 strcmp(a_operand.AsString().c_str(), b_operand.AsString().c_str()); in ComparePreambleInstructions()
781 assert(a_operand.words.size() == 1); in ComparePreambleInstructions()
784 if (a_operand.words[0] < b_operand.words[0]) { in ComparePreambleInstructions()
787 if (a_operand.words[0] > b_operand.words[0]) { in ComparePreambleInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp752 const opt::Operand& a_operand = a->GetOperand(operand_index); in ComparePreambleInstructions() local
755 if (a_operand.type < b_operand.type) { in ComparePreambleInstructions()
758 if (a_operand.type > b_operand.type) { in ComparePreambleInstructions()
762 switch (a_operand.type) { in ComparePreambleInstructions()
774 strcmp(a_operand.AsString().c_str(), b_operand.AsString().c_str()); in ComparePreambleInstructions()
782 assert(a_operand.words.size() == 1); in ComparePreambleInstructions()
785 if (a_operand.words[0] < b_operand.words[0]) { in ComparePreambleInstructions()
788 if (a_operand.words[0] > b_operand.words[0]) { in ComparePreambleInstructions()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp816 const opt::Operand& a_operand = a->GetOperand(operand_index); in ComparePreambleInstructions() local
819 if (a_operand.type < b_operand.type) { in ComparePreambleInstructions()
822 if (a_operand.type > b_operand.type) { in ComparePreambleInstructions()
826 switch (a_operand.type) { in ComparePreambleInstructions()
838 strcmp(a_operand.AsString().c_str(), b_operand.AsString().c_str()); in ComparePreambleInstructions()
846 assert(a_operand.words.size() == 1); in ComparePreambleInstructions()
849 if (a_operand.words[0] < b_operand.words[0]) { in ComparePreambleInstructions()
852 if (a_operand.words[0] > b_operand.words[0]) { in ComparePreambleInstructions()