Home
last modified time | relevance | path

Searched defs:isBitwiseOp (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp422 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
525 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
DvktSubgroupsArithmeticTests.cpp516 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
624 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
DvktSubgroupsPartitionedTests.cpp561 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
666 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsClusteredTests.cpp813 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
DglcSubgroupsPartitionedTests.cpp944 bool isBitwiseOp = false; in createSubgroupsPartitionedTests() local
DglcSubgroupsArithmeticTests.cpp998 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
/external/clang/include/clang/AST/
DExpr.h2980 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
2981 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function