Home
last modified time | relevance | path

Searched defs:false (Results 1201 - 1225 of 1274) sorted by relevance

1...<<4142434445464748495051

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h866 hasPredecessorHelper(const SDNode *N, SmallPtrSetImpl<const SDNode *> &Visited, SmallVectorImpl<const SDNode *> &Worklist, unsigned int MaxSteps = 0, bool TopologicalPrune = false) hasPredecessorHelper() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h452 CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, MaybeAlign Align, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemSet() argument
535 CreateMemCpy(Value *Dst, MaybeAlign DstAlign, Value *Src, MaybeAlign SrcAlign, uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemCpy() argument
605 CreateMemMove(Value *Dst, MaybeAlign DstAlign, Value *Src, MaybeAlign SrcAlign, uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemMove() argument
1211 CreateAdd(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateAdd() argument
1228 CreateSub(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateSub() argument
1245 CreateMul(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateMul() argument
1262 CreateUDiv(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateUDiv() argument
1276 CreateSDiv(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateSDiv() argument
1300 CreateShl(Value *LHS, Value *RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateShl() argument
1309 CreateShl(Value *LHS, const APInt &RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateShl() argument
1315 CreateShl(Value *LHS, uint64_t RHS, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateShl() argument
1321 CreateLShr(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateLShr() argument
1331 CreateLShr(Value *LHS, const APInt &RHS, const Twine &Name = �, bool isExact = false) CreateLShr() argument
1336 CreateLShr(Value *LHS, uint64_t RHS, const Twine &Name = �, bool isExact = false) CreateLShr() argument
1341 CreateAShr(Value *LHS, Value *RHS, const Twine &Name = �, bool isExact = false) CreateAShr() argument
1351 CreateAShr(Value *LHS, const APInt &RHS, const Twine &Name = �, bool isExact = false) CreateAShr() argument
1356 CreateAShr(Value *LHS, uint64_t RHS, const Twine &Name = �, bool isExact = false) CreateAShr() argument
1580 CreateNeg(Value *V, const Twine &Name = �, bool HasNUW = false, bool HasNSW = false) CreateNeg() argument
1698 CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) CreateStore() argument
1777 CreateAlignedStore(Value *Val, Value *Ptr, unsigned Align, bool isVolatile = false) CreateAlignedStore() argument
1783 CreateAlignedStore(Value *Val, Value *Ptr, MaybeAlign Align, bool isVolatile = false) CreateAlignedStore() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp696 stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, bool AllowNonInbounds = false) stripAndComputeConstantOffsets() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.h88 create(Cfg *Func, Type Ty, Variable *Base, Constant *Offset, Variable *Index = nullptr, uint16_t Shift = 0, SegmentRegisters SegmentReg = DefaultSegment, bool IsRebased = false) create() argument
[all...]
H A DIceInstX8664.h82 create(Cfg *Func, Type Ty, Variable *Base, Constant *Offset, Variable *Index = nullptr, uint16_t Shift = 0, SegmentRegisters SegmentRegister = DefaultSegment, bool IsRebased = false) create() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp332 getRegClassForTypeOnBank(LLT Ty, const RegisterBank &RB, const RegisterBankInfo &RBI, bool GetAllRegSet = false) getRegClassForTypeOnBank() argument
363 getMinClassForRegBank(const RegisterBank &RB, unsigned SizeInBits, bool GetAllRegSet = false) getMinClassForRegBank() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp845 Error(SMLoc L, const Twine &Msg, SMRange Range = None, bool MatchingInlineAsm = false) Error() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4270 hasPartialRegUpdate(unsigned Opcode, const X86Subtarget &Subtarget, bool ForLoadFold = false) hasPartialRegUpdate() argument
4361 hasUndefRegUpdate(unsigned Opcode, unsigned &OpNum, bool ForLoadFold = false) hasUndefRegUpdate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp395 getBasePointerOfAccessPointerOperand(const Instruction *I, int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) getBasePointerOfAccessPointerOperand() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp3624 false, addVertexIndexFormatsTests() local
3625 false, addVertexIndexFormatsTests() local
3627 false, addVertexIndexFormatsTests() local
3628 false, addVertexIndexFormatsTests() local
3746 false, addOperationTestsImpl() local
3750 false, addOperationTestsImpl() local
3751 false, addOperationTestsImpl() local
3753 false, addOperationTestsImpl() local
3754 false, addOperationTestsImpl() local
3820 false, addFuncArgTests() local
3824 false, addFuncArgTests() local
3825 false, addFuncArgTests() local
3827 false, addFuncArgTests() local
3828 false, addFuncArgTests() local
3934 false, addInstanceTriangleCullingTests() local
3938 false, addInstanceTriangleCullingTests() local
3939 false, addInstanceTriangleCullingTests() local
3941 false, addInstanceTriangleCullingTests() local
3942 false, addInstanceTriangleCullingTests() local
4047 false, addEmptyAccelerationStructureTests() local
4051 false, addEmptyAccelerationStructureTests() local
4052 false, addEmptyAccelerationStructureTests() local
4054 false, addEmptyAccelerationStructureTests() local
4055 false, addEmptyAccelerationStructureTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2909 false, // bool makeCopy; createChildren() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp363 static void generateFragShaderOutAssign (std::ostream& src, const ShaderSpec& shaderSpec, bool useIntOutputs, const std::string& valuePrefix, const std::string& outputPrefix, const bool isInput16Bit = false) in generateFragShaderOutAssign() argument
1964 getTypeSpirv(const glu::DataType type, const bool packFloat16Bit = false) getTypeSpirv() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp523 makeGraphicsPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderStageFlags stages, const VkShaderModule vertexShaderModule, const VkShaderModule fragmentShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkRenderPass renderPass, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, const VkVertexInputBindingDescription* vertexInputBindingDescription = DE_NULL, const VkVertexInputAttributeDescription* vertexInputAttributeDescriptions = DE_NULL, const bool frameBufferTests = false, const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, const deUint32 vertexShaderStageCreateFlags = 0u, const deUint32 tessellationControlShaderStageCreateFlags = 0u, const deUint32 tessellationEvalShaderStageCreateFlags = 0u, const deUint32 geometryShaderStageCreateFlags = 0u, const deUint32 fragmentShaderStageCreateFlags = 0u, const deUint32 requiredSubgroupSize[5] = DE_NULL) makeGraphicsPipeline() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp653 FoldDisplayModeListener(int32_t instanceId, bool isDialog = false) FoldDisplayModeListener() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h182 virtual void OnTouchEvent(const TouchEvent& point, const RefPtr<NG::FrameNode>& node, bool isSubPipe = false) {} in OnTouchEvent() argument
333 virtual bool RequestFocus(const std::string& targetNodeId, bool isSyncRequest = false) in RequestFocus() argument
1472 OnVirtualKeyboardHeightChange(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, const float safeHeight = 0.0f, const bool supportAvoidance = false, bool forceChange = false) OnVirtualKeyboardHeightChange() argument
1476 OnVirtualKeyboardHeightChange(float keyboardHeight, double positionY, double height, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false) OnVirtualKeyboardHeightChange() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h144 virtual void SetSandBox(const std::optional<OffsetF>& parentPosition, bool force = false) {}; in SetSandBox() argument
503 virtual RefPtr<PixelMap> GetThumbnailPixelMap(bool needScale = false) in GetThumbnailPixelMap() argument
211 PaintFocusState(const RoundRect& paintRect, const Color& paintColor, const Dimension& paintWidth, bool isAccessibilityFocus = false) PaintFocusState() argument
215 PaintFocusState(const RoundRect& paintRect, const Dimension& focusPaddingVp, const Color& paintColor, const Dimension& paintWidth, bool isAccessibilityFocus = false) PaintFocusState() argument
674 SetUsingContentRectForRenderFrame(bool value, bool adjustRSFrameByContentRect = false) SetUsingContentRectForRenderFrame() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp187 EXPECT_TRUE(false); variable
216 EXPECT_TRUE(false); variable
1498 ASSERT_NE(judgeDeviceType(), false); HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1249 visibilityChangedDetectFunc_(GetCallingPid(), isVisible_, false); Disconnect() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3304 ResSchedReport::GetInstance().TrigSlide(GetType(), false); ConsumePointerEvent() local
3518 Hide(static_cast<uint32_t>(WindowStateChangeReason::NORMAL), false); UpdateWindowState() local
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp312 spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMeshShaderEXT = false) in TranslateExecutionModel() argument
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5081 DescribeMatcher(const M& matcher, bool negation = false) DescribeMatcher() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp2110 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device() argument
2429 Platform(const cl_platform_id &platform, bool retainObject = false) Platform() argument
3007 Context(const cl_context& context, bool retainObject = false) Context() argument
3149 Event(const cl_event& event, bool retainObject = false) Event() argument
3868 Buffer( IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr = false, cl_int* err = NULL) Buffer() argument
3940 Buffer(const cl_mem& buffer, bool retainObject = false) Buffer() argument
4076 BufferD3D10(const cl_mem& buffer, bool retainObject = false) BufferD3D10() argument
4165 BufferGL(const cl_mem& buffer, bool retainObject = false) BufferGL() argument
4262 BufferRenderGL(const cl_mem& buffer, bool retainObject = false) BufferRenderGL() argument
4333 Image(const cl_mem& image, bool retainObject = false) Image() argument
4453 Image1D(const cl_mem& image1D, bool retainObject = false) Image1D() argument
4541 Image1DBuffer(const cl_mem& image1D, bool retainObject = false) Image1DBuffer() argument
4629 Image1DArray(const cl_mem& imageArray, bool retainObject = false) Image1DArray() argument
4868 Image2D(const cl_mem& image2D, bool retainObject = false) Image2D() argument
4964 Image2DGL(const cl_mem& image, bool retainObject = false) Image2DGL() argument
5062 Image2DArray(const cl_mem& imageArray, bool retainObject = false) Image2DArray() argument
5193 Image3D(const cl_mem& image3D, bool retainObject = false) Image3D() argument
5285 Image3DGL(const cl_mem& image, bool retainObject = false) Image3DGL() argument
5370 ImageGL(const cl_mem& image, bool retainObject = false) ImageGL() argument
5484 Pipe(const cl_mem& pipe, bool retainObject = false) Pipe() argument
5616 Sampler(const cl_sampler& sampler, bool retainObject = false) Sampler() argument
5841 Kernel(const cl_kernel& kernel, bool retainObject = false) Kernel() argument
6168 Program( const string& source, bool build = false, cl_int* err = NULL) Program() argument
6207 Program( const Context& context, const string& source, bool build = false, cl_int* err = NULL) Program() argument
6320 Program( const vector<char>& IL, bool build = false, cl_int* err = NULL) Program() argument
6375 Program( const Context& context, const vector<char>& IL, bool build = false, cl_int* err = NULL) Program() argument
6545 Program(const cl_program& program, bool retainObject = false) Program() argument
7441 CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) CommandQueue() argument
8821 DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) DeviceCommandQueue() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1756 false, // cached global() variable
1757 false, // deserialized global() variable
1783 false, // cached global() variable
1784 false, // deserialized global() variable
1786 false, // success global() variable
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h381 explicit VariableDeclaration(int pos, bool is_nested = false) in VariableDeclaration() argument
3090 NewProperty(Expression* obj, Expression* key, int pos, bool optional_chain = false) NewProperty() argument
3095 NewCall(Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, bool has_spread, Call::PossiblyEval possibly_eval = Call::NOT_EVAL, bool optional_chain = false) NewCall() argument
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc5033 Generate_BaselineOrInterpreterEntry(MacroAssembler* masm, bool next_bytecode, bool is_osr = false) Generate_BaselineOrInterpreterEntry() argument
[all...]

Completed in 119 milliseconds

1...<<4142434445464748495051