Home
last modified time | relevance | path

Searched refs:LogicOp (Results 1 – 3 of 3) 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/mesa3d/src/mesa/main/
Dmtypes.h734 GLenum LogicOp; /**< Logic operator */ member