Searched refs:LogicOp (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/docs/ |
D | RELNOTES-3.5 | 132 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/ |
D | shufflemask-undef.ll | 25 %struct.LogicOp = type { i16, i8, i8 } 50 …ArrayRange, %struct.FogMode, %struct.HintMode, %struct.LineMode, %struct.LogicOp, %struct.MaskMode…
|
/external/llvm/utils/TableGen/ |
D | LLVMCConfigurationEmitter.cpp | 1322 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/ |
D | mtypes.h | 734 GLenum LogicOp; /**< Logic operator */ member
|