Home
last modified time | relevance | path

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

/external/mesa3d/docs/
DRELNOTES-3.5132 The ctx->Driver.LogicOp() function has been removed. It used to
135 flag. Drivers should instead examine the LogicOp state themselves
139 points, lines or triangles using Xlib, the LogicOp function isn't needed.
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll25 %struct.LogicOp = type { i16, i8, i8 }
50 …ArrayRange, %struct.FogMode, %struct.HintMode, %struct.LineMode, %struct.LogicOp, %struct.MaskMode…
/external/llvm/utils/TableGen/
DLLVMCConfigurationEmitter.cpp1322 void EmitMultipleArgumentTest(const DagInit& D, const char* LogicOp, in EmitMultipleArgumentTest() argument
1327 O << ' ' << LogicOp << ' '; in EmitMultipleArgumentTest()
1473 void EmitLogicalOperationTest(const DagInit& d, const char* LogicOp, in EmitLogicalOperationTest() argument
1483 O.indent(IndentLevel + Indent1) << ' ' << LogicOp << " ("; in EmitLogicalOperationTest()
/external/mesa3d/src/mesa/main/
Dmtypes.h734 GLenum LogicOp; /**< Logic operator */ member