/external/mesa3d/src/mesa/swrast/ |
D | s_logic.c | 164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); in logicop_uint1() 172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); in logicop_uint2() 180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4); in logicop_uint4()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 739 struct LogicOp { struct 740 LogicOp() : RegSize(0), ImmLSB(0), ImmSize(0) {} in LogicOp() argument 741 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() function 750 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate() 752 case SystemZ::NILMux: return LogicOp(32, 0, 16); in interpretAndImmediate() 753 case SystemZ::NIHMux: return LogicOp(32, 16, 16); in interpretAndImmediate() 754 case SystemZ::NILL64: return LogicOp(64, 0, 16); in interpretAndImmediate() 755 case SystemZ::NILH64: return LogicOp(64, 16, 16); in interpretAndImmediate() 756 case SystemZ::NIHL64: return LogicOp(64, 32, 16); in interpretAndImmediate() 757 case SystemZ::NIHH64: return LogicOp(64, 48, 16); in interpretAndImmediate() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 998 struct LogicOp { struct 999 LogicOp() = default; 1000 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() argument 1012 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate() 1014 case SystemZ::NILMux: return LogicOp(32, 0, 16); in interpretAndImmediate() 1015 case SystemZ::NIHMux: return LogicOp(32, 16, 16); in interpretAndImmediate() 1016 case SystemZ::NILL64: return LogicOp(64, 0, 16); in interpretAndImmediate() 1017 case SystemZ::NILH64: return LogicOp(64, 16, 16); in interpretAndImmediate() 1018 case SystemZ::NIHL64: return LogicOp(64, 32, 16); in interpretAndImmediate() 1019 case SystemZ::NIHH64: return LogicOp(64, 48, 16); in interpretAndImmediate() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_raster.c | 41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp)); in nv20_emit_logic_opcode()
|
D | nv10_state_raster.c | 129 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp)); in nv10_emit_logic_opcode()
|
/external/mesa3d/docs/relnotes/ |
D | 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/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 179 ctx->Color.LogicOp : GL_COPY))) { in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 266 ctx->Color.LogicOp : GL_COPY; in do_blit_bitmap()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 181 ctx->Color.LogicOp : GL_COPY))) { in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 268 ctx->Color.LogicOp : GL_COPY; in do_blit_bitmap()
|
D | genX_state_upload.c | 2836 WARN_ONCE(ctx->Color.LogicOp != GL_COPY && 2840 _mesa_enum_to_string(ctx->Color.LogicOp), 2845 intel_translate_logic_op(ctx->Color.LogicOp);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 207 blend->logicop_func = translate_logicop(ctx->Color.LogicOp); in st_update_blend()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 856 if (ctx->Color.LogicOp == opcode) in logic_op() 886 ctx->Color.LogicOp = opcode; in logic_op() 1191 ctx->Color.LogicOp = GL_COPY; in _mesa_init_color()
|
/external/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/ |
D | shufflemask-undef.ll | 26 %struct.LogicOp = type { i16, i8, i8 } 51 …ArrayRange, %struct.FogMode, %struct.HintMode, %struct.LineMode, %struct.LogicOp, %struct.MaskMode…
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 280 ctx->Driver.LogicOpcode(ctx, ctx->Color.LogicOp); in _mesa_init_driver_state()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_line.c | 517 && ctx->Color.LogicOp == GL_XOR in get_line_func()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 260 void LogicOp(GLenum opcode); 1070 return es1::LogicOp(opcode); in glLogicOp() 1525 this->glLogicOp = es1::LogicOp; in LibGLES_CMexports()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2323 SDValue computeLogicOpInGPR(SDValue LogicOp); 2496 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR() argument 2497 assert(isLogicOp(LogicOp.getOpcode()) && in computeLogicOpInGPR() 2499 assert(LogicOp.getValueType() == MVT::i1 && in computeLogicOpInGPR() 2501 SDLoc dl(LogicOp); in computeLogicOpInGPR() 2505 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR() 2526 LHS = getLogicOperand(LogicOp.getOperand(0)); in computeLogicOpInGPR() 2527 RHS = getLogicOperand(LogicOp.getOperand(1)); in computeLogicOpInGPR() 2544 switch (LogicOp.getOpcode()) { in computeLogicOpInGPR()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1168 Value *LogicOp = Builder->CreateBinOp(Opcode, Op0NotVal, Op1NotVal, in matchDeMorgansLaws() local 1170 return BinaryOperator::CreateNot(LogicOp); in matchDeMorgansLaws() 1186 Value *LogicOp = Builder->CreateBinOp(Opcode, A, B, in matchDeMorgansLaws() local 1188 Value *Not = Builder->CreateNot(LogicOp); in matchDeMorgansLaws()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5489 BinaryOperator *LogicOp; in splitBranchCondition() local 5491 if (!match(BB.getTerminator(), m_Br(m_OneUse(m_BinOp(LogicOp)), TBB, FBB))) in splitBranchCondition() 5500 if (match(LogicOp, m_And(m_OneUse(m_Value(Cond1)), in splitBranchCondition() 5503 else if (match(LogicOp, m_Or(m_OneUse(m_Value(Cond1)), in splitBranchCondition() 5523 LogicOp->eraseFromParent(); in splitBranchCondition()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 292 void (GLAPIENTRY * LogicOp)(GLenum);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6773 BinaryOperator *LogicOp; in splitBranchCondition() local 6775 if (!match(BB.getTerminator(), m_Br(m_OneUse(m_BinOp(LogicOp)), TBB, FBB))) in splitBranchCondition() 6784 if (match(LogicOp, m_And(m_OneUse(m_Value(Cond1)), in splitBranchCondition() 6787 else if (match(LogicOp, m_Or(m_OneUse(m_Value(Cond1)), in splitBranchCondition() 6807 LogicOp->eraseFromParent(); in splitBranchCondition()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 806 { "glLogicOp", _O(LogicOp) },
|