Home
last modified time | relevance | path

Searched defs:LogicOp (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp911 struct LogicOp { struct
913 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() argument
916 explicit operator bool() const { return RegSize; } in operator bool()
918 unsigned RegSize = 0;
919 unsigned ImmLSB = 0;
920 unsigned ImmSize = 0;
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand_data.h87 enum class LogicOp : uint8_t { enum
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dgl_enum_utils_autogen.h113 LogicOp, enumerator
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DConformanceTests.cpp273 TEST_P(GLES1ConformanceTest, LogicOp) in TEST_P() argument
DCovglTests.cpp342 TEST_P(GLES1CovglTest, LogicOp) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2668 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7348 BinaryOperator *LogicOp; in splitBranchCondition() local
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser_test.cc1933 TEST_P(CommandDataPipelineLogicOpParser, LogicOp) { in TEST_P() argument
/third_party/mesa3d/src/mesa/main/
Dmtypes.h309 GLenum16 LogicOp; /**< Logic operator */ member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp2464 enum class LogicOp enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7229 SDValue LogicOp = Shift->getOperand(0); in combineShiftOfShiftedLogic() local
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp3848 enum class LogicOp enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20462 unsigned LogicOp = IsFABS ? X86ISD::FAND : in LowerFABSorFNEG() local