Home
last modified time | relevance | path

Searched refs:LogicOp (Results 1 - 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc158 VkLogicOp ToVkLogicOp(LogicOp op) { in ToVkLogicOp()
160 case LogicOp::kClear: in ToVkLogicOp()
162 case LogicOp::kAnd: in ToVkLogicOp()
164 case LogicOp::kAndReverse: in ToVkLogicOp()
166 case LogicOp::kCopy: in ToVkLogicOp()
168 case LogicOp::kAndInverted: in ToVkLogicOp()
170 case LogicOp::kNoOp: in ToVkLogicOp()
172 case LogicOp::kXor: in ToVkLogicOp()
174 case LogicOp::kOr: in ToVkLogicOp()
176 case LogicOp in ToVkLogicOp()
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h152 void SetLogicOp(LogicOp op) { logic_op_ = op; } in SetLogicOp()
153 LogicOp GetLogicOp() const { return logic_op_; } in GetLogicOp()
202 LogicOp logic_op_ = LogicOp::kClear;
H A Dcommand_data.h87 enum class LogicOp : uint8_t { class
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc1154 LogicOp op = LogicOp::kClear; in ProcessLogicOp()
1157 op = LogicOp::kClear; in ProcessLogicOp()
1159 op = LogicOp::kAnd; in ProcessLogicOp()
1161 op = LogicOp::kAndReverse; in ProcessLogicOp()
1163 op = LogicOp::kCopy; in ProcessLogicOp()
1165 op = LogicOp::kAndInverted; in ProcessLogicOp()
1167 op = LogicOp::kNoOp; in ProcessLogicOp()
1169 op = LogicOp::kXor; in ProcessLogicOp()
1171 op = LogicOp in ProcessLogicOp()
[all...]
H A Dcommand_parser_test.cc1928 LogicOp value;
1933 TEST_P(CommandDataPipelineLogicOpParser, LogicOp) { in TEST_P()
1950 LogicOpTestData{"VK_LOGIC_OP_CLEAR", LogicOp::kClear},
1951 LogicOpTestData{"VK_LOGIC_OP_AND", LogicOp::kAnd},
1952 LogicOpTestData{"VK_LOGIC_OP_AND_REVERSE", LogicOp::kAndReverse},
1953 LogicOpTestData{"VK_LOGIC_OP_COPY", LogicOp::kCopy},
1954 LogicOpTestData{"VK_LOGIC_OP_AND_INVERTED", LogicOp::kAndInverted},
1955 LogicOpTestData{"VK_LOGIC_OP_NO_OP", LogicOp::kNoOp},
1956 LogicOpTestData{"VK_LOGIC_OP_XOR", LogicOp::kXor},
1957 LogicOpTestData{"VK_LOGIC_OP_OR", LogicOp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp911 struct LogicOp { struct
912 LogicOp() = default;
913 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() function
925 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate()
927 case SystemZ::NILMux: return LogicOp(32, 0, 16); in interpretAndImmediate()
928 case SystemZ::NIHMux: return LogicOp(32, 16, 16); in interpretAndImmediate()
929 case SystemZ::NILL64: return LogicOp(64, 0, 16); in interpretAndImmediate()
930 case SystemZ::NILH64: return LogicOp(64, 16, 16); in interpretAndImmediate()
931 case SystemZ::NIHL64: return LogicOp(64, 32, 16); in interpretAndImmediate()
932 case SystemZ::NIHH64: return LogicOp(6 in interpretAndImmediate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils_autogen.h113 LogicOp, member in gl::GLenumGroup
H A Dgl_enum_utils_autogen.cpp2953 case GLenumGroup::LogicOp: in GLenumToString()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c887 if (ctx->Color.LogicOp == opcode) in logic_op()
917 ctx->Color.LogicOp = opcode; in logic_op()
929 * gl_colorbuffer_attrib::LogicOp.
1200 ctx->Color.LogicOp = GL_COPY; in _mesa_init_color()
H A Dattrib.c811 TEST_AND_CALL1(Color.LogicOp, LogicOp); in _mesa_PopAttrib()
H A Dmtypes.h309 GLenum16 LogicOp; /**< Logic operator */ member
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp342 TEST_P(GLES1CovglTest, LogicOp) in TEST_P()
H A DConformanceTests.cpp273 TEST_P(GLES1ConformanceTest, LogicOp) in TEST_P()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp5641 VULKAN_HPP_INLINE std::string to_string( LogicOp value ) in to_string()
5645 case LogicOp::eClear: return "Clear"; in to_string()
5646 case LogicOp::eAnd: return "And"; in to_string()
5647 case LogicOp::eAndReverse: return "AndReverse"; in to_string()
5648 case LogicOp::eCopy: return "Copy"; in to_string()
5649 case LogicOp::eAndInverted: return "AndInverted"; in to_string()
5650 case LogicOp::eNoOp: return "NoOp"; in to_string()
5651 case LogicOp::eXor: return "Xor"; in to_string()
5652 case LogicOp::eOr: return "Or"; in to_string()
5653 case LogicOp in to_string()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DRenderPipelineD3D12.cpp244 blendDesc.LogicOp = D3D12_LOGIC_OP_NOOP; in ComputeColorDesc()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp3848 enum class LogicOp class in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace
3868 VULKAN_HPP_INLINE std::string to_string( LogicOp value ) in to_string()
3872 case LogicOp::eClear: return "Clear"; in to_string()
3873 case LogicOp::eAnd: return "And"; in to_string()
3874 case LogicOp::eAndReverse: return "AndReverse"; in to_string()
3875 case LogicOp::eCopy: return "Copy"; in to_string()
3876 case LogicOp::eAndInverted: return "AndInverted"; in to_string()
3877 case LogicOp::eNoOp: return "NoOp"; in to_string()
3878 case LogicOp::eXor: return "Xor"; in to_string()
3879 case LogicOp in to_string()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2494 SDValue computeLogicOpInGPR(SDValue LogicOp);
2668 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR() argument
2669 assert(isLogicOp(LogicOp.getOpcode()) && in computeLogicOpInGPR()
2671 assert(LogicOp.getValueType() == MVT::i1 && in computeLogicOpInGPR()
2673 SDLoc dl(LogicOp); in computeLogicOpInGPR()
2677 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR()
2698 LHS = getLogicOperand(LogicOp.getOperand(0)); in computeLogicOpInGPR()
2699 RHS = getLogicOperand(LogicOp.getOperand(1)); in computeLogicOpInGPR()
2716 switch (LogicOp.getOpcode()) { in computeLogicOpInGPR()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp1089 GLenumToString(GLenumGroup::LogicOp, opcode)); in GL_LogicOp()
1101 ANGLE_CAPTURE(LogicOp, isCallValid, context, opcodePacked); in GL_LogicOp()
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp806 { "glLogicOp", _O(LogicOp) },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7348 BinaryOperator *LogicOp; in splitBranchCondition() local
7350 if (!match(BB.getTerminator(), m_Br(m_OneUse(m_BinOp(LogicOp)), TBB, FBB))) in splitBranchCondition()
7363 if (match(LogicOp, m_And(m_OneUse(m_Value(Cond1)), in splitBranchCondition()
7366 else if (match(LogicOp, m_Or(m_OneUse(m_Value(Cond1)), in splitBranchCondition()
7386 LogicOp->eraseFromParent(); in splitBranchCondition()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1537 (!ctx->Color.ColorLogicOpEnabled || ctx->Color.LogicOp == GL_COPY) && in blit_copy_pixels()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1488 desc->RenderTarget[i].LogicOp = logicop; in dzn_graphics_pipeline_translate_blend()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp336 state->desc.RenderTarget[0].LogicOp = logic_op((pipe_logicop) blend_state->logicop_func); in d3d12_create_blend_state()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7229 SDValue LogicOp = Shift->getOperand(0); in combineShiftOfShiftedLogic() local
7230 if (!LogicOp.hasOneUse()) in combineShiftOfShiftedLogic()
7233 unsigned LogicOpcode = LogicOp.getOpcode(); in combineShiftOfShiftedLogic()
7272 if (matchFirstShift(LogicOp.getOperand(0), X, C0Val)) in combineShiftOfShiftedLogic()
7273 Y = LogicOp.getOperand(1); in combineShiftOfShiftedLogic()
7274 else if (matchFirstShift(LogicOp.getOperand(1), X, C0Val)) in combineShiftOfShiftedLogic()
7275 Y = LogicOp.getOperand(0); in combineShiftOfShiftedLogic()
/third_party/rust/crates/libc/src/
H A Dpsp.rs414 LogicOp = 0xe6,

Completed in 232 milliseconds

12