Home
last modified time | relevance | path

Searched defs:false (Results 1251 - 1275 of 1439) sorted by relevance

1...<<5152535455565758

/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc3592 Generate_BaselineOrInterpreterEntry(MacroAssembler* masm, bool next_bytecode, bool is_osr = false) Generate_BaselineOrInterpreterEntry() argument
[all...]
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc3561 Generate_BaselineOrInterpreterEntry(MacroAssembler* masm, bool next_bytecode, bool is_osr = false) Generate_BaselineOrInterpreterEntry() argument
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc3692 Generate_BaselineOrInterpreterEntry(MacroAssembler* masm, bool next_bytecode, bool is_osr = false) Generate_BaselineOrInterpreterEntry() argument
[all...]
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc102 Generate_BaselineOrInterpreterEntry(MacroAssembler* masm, bool next_bytecode, bool is_osr = false) Generate_BaselineOrInterpreterEntry() argument
[all...]
/third_party/libabigail/include/
H A Dabg-ir.h3749 member_base(access_specifier a, bool is_static = false) member_base() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c70 PA_MODULE_LOAD_ONCE(false); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp251 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkExternalSemaphoreHandleTypeFlags externalSemaphoreTypes, const vk::VkExternalMemoryHandleTypeFlags externalMemoryTypes, const vk::VkExternalFenceHandleTypeFlags externalFenceTypes, deUint32 queueFamilyIndex, bool useDedicatedAllocs = false, void * protectedFeatures = DE_NULL) createTestDevice() argument
[all...]
H A DvktApiImageClearingTests.cpp1580 ClearColorImageTestInstance (Context& context, const TestParams& testParams, bool twoStep = false) argument
1715 ClearDepthStencilImageTestInstance(Context& context, const TestParams& testParams, bool twoStep = false) ClearDepthStencilImageTestInstance() argument
2715 false, // bool isCube; createImageClearingTestsCommon() local
2717 false, // bool isColorMultipleSubresourceRangeTest; createImageClearingTestsCommon() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp287 tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkFormat imageFormat, const VkFormat readFormat, bool constantValue = false) in generateReferenceImage() argument
340 inline tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkFormat imageFormat, bool constantValue = false) in generateReferenceImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp166 MeshOnlyTriangleCase(tcu::TestContext& testCtx, const std::string& name, PipelineConstructionType constructionType, bool rasterizationDisabled = false) MeshOnlyTriangleCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1018 VectorType MaskVector(const VectorType& valueIfMaskIsFalse, const VectorType& valueIfMaskIsTrue, const std::vector<bool>& mask, bool inverse = false) in MaskVector() argument
[all...]
H A DvktPipelineDynamicOffsetTests.cpp2090 DynamicOffsetMixedTest(tcu::TestContext& testContext, const PipelineConstructionType pipelineConstructionType, const std::string& name, const tcu::IVec2 renderSize, const deUint32 numInstances, const bool testAllOffsets, const bool reverseOrder, const bool runComputeFirst = false, const deUint32 vertexOffset = 0u, const deUint32 sharedUboOffset = 0u, const deUint32 fragUboOffset = 0u, const deUint32 ssboReadOffset = 0u, const deUint32 ssboWriteOffset = 0u) DynamicOffsetMixedTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp855 blas->addGeometry(std::vector<tcu::Vec3>(box.begin(), box.end()), false, geomFlags); in createBottomLevelAccelerationStructs() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp239 addDefaultPrograms(vk::SourceCollections& programCollection, const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const WindingUsage windingUsage, const PointModeUsage pointModeUsage, const bool mirrorCoords = false) addDefaultPrograms() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp251 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkExternalSemaphoreHandleTypeFlags externalSemaphoreTypes, const vk::VkExternalMemoryHandleTypeFlags externalMemoryTypes, const vk::VkExternalFenceHandleTypeFlags externalFenceTypes, deUint32 queueFamilyIndex, bool useDedicatedAllocs = false, void * protectedFeatures = DE_NULL) createTestDevice() argument
[all...]
H A DvktApiImageClearingTests.cpp1448 ClearColorImageTestInstance (Context& context, const TestParams& testParams, bool twoStep = false) argument
1583 ClearDepthStencilImageTestInstance(Context& context, const TestParams& testParams, bool twoStep = false) ClearDepthStencilImageTestInstance() argument
2427 false, // bool isCube; createImageClearingTestsCommon() local
2429 false, // bool isColorMultipleSubresourceRangeTest; createImageClearingTestsCommon() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp287 tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkFormat imageFormat, const VkFormat readFormat, bool constantValue = false) in generateReferenceImage() argument
340 inline tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkFormat imageFormat, bool constantValue = false) in generateReferenceImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp2136 assert(false); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1217 EliminateDeadPhis(MachineBasicBlock *MBB, MachineRegisterInfo &MRI, LiveIntervals *LIS, bool KeepSingleSrcPhi = false) EliminateDeadPhis() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp1611 getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, bool OnlyIfReduced = false) getFoldedCast() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp4103 long Run(bool pointMode = false) in Run() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp986 EGLint *get3DAttributes(const bool withColorspace = false, EGLint layer = 0) in get3DAttributes() argument
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp842 reserve(size_t newCapacity, bool freeMemory = false) reserve() argument
864 resize(size_t newCount, bool freeMemory = false) resize() argument
892 clear(bool freeMemory = false) clear() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h994 ModuleSummaryIndex(bool HaveGVs, bool EnableSplitLTOUnit = false) ModuleSummaryIndex() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp400 checkClobberSanity(const MemoryAccess *Start, MemoryAccess *ClobberAt, const MemoryLocation &StartLoc, const MemorySSA &MSSA, const UpwardsMemoryQuery &Query, AliasAnalysisType &AA, bool AllowImpreciseClobber = false) checkClobberSanity() argument
[all...]

Completed in 109 milliseconds

1...<<5152535455565758