/external/skqp/include/gpu/ |
D | GrContextOptions.h | 23 enum class Enable { enum 127 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; 145 Enable fUseDrawInsteadOfClear = Enable::kDefault; 151 Enable fExplicitlyAllocateGPUResources = Enable::kDefault; 158 Enable fSortRenderTargets = Enable::kDefault; 165 Enable fReduceOpListSplitting = Enable::kDefault; 234 Enable fDistanceFieldGlyphVerticesAlwaysHaveW = Enable::kDefault;
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | scoped_annotation_test.cc | 36 AnnotationStack::Enable(true); in TEST() 39 AnnotationStack::Enable(false); in TEST() 42 AnnotationStack::Enable(true); in TEST() 46 AnnotationStack::Enable(false); in TEST() 71 AnnotationStack::Enable(true); in BM_ScopedAnnotationEnabled() 75 AnnotationStack::Enable(false); in BM_ScopedAnnotationEnabled() 84 AnnotationStack::Enable(true); in BM_ScopedAnnotationEnabled_Nested() 89 AnnotationStack::Enable(false); in BM_ScopedAnnotationEnabled_Nested() 95 AnnotationStack::Enable(true); in BM_ScopedAnnotationEnabled_Adhoc() 102 AnnotationStack::Enable(false); in BM_ScopedAnnotationEnabled_Adhoc() [all …]
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_AArch64.cpp | 34 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 66 if (Enable) { in patchSled() 92 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 95 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 98 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 100 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 103 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 105 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit() 108 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
D | xray_arm.cpp | 76 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 107 if (Enable) { in patchSled() 129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 132 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 137 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 140 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 142 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit() 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
D | xray_powerpc64.cpp | 52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() argument 56 if (Enable) { in patchFunctionEntry() 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() argument 74 if (Enable) { in patchFunctionExit() 89 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 91 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit() 97 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
D | xray_mips.cpp | 52 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 97 if (Enable) { in patchSled() 137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit() 155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
D | xray_mips64.cpp | 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 93 if (Enable) { in patchSled() 145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 148 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 153 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 156 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 160 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit() 163 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | selective_registration_test.cc | 49 template <bool Enable> 51 template <bool Enable> 53 TF_INIT_ON_STARTUP_IF(Enable) << []() { in __anon06767ec20302() 54 (observed_conditional_init<Enable>)++; in __anon06767ec20302() 67 template <bool Enable> 69 template <bool Enable> 71 TF_INIT_ON_STARTUP_IF(Enable) << ([]() { in __anon06767ec20402() 72 (observed_conditional_init_immediate<Enable>)++; in __anon06767ec20402()
|
/external/skia/include/gpu/ |
D | GrContextOptions.h | 24 enum class Enable { enum 100 Enable fSkipGLErrorChecks = Enable::kDefault; 178 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; 196 Enable fUseDrawInsteadOfClear = Enable::kDefault; 201 Enable fReduceOpsTaskSplitting = Enable::kDefault;
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 128 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; } 131 void setVectorizeEnable(bool Enable = true) { 133 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 137 void setDistributeState(bool Enable = true) { 139 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssembly.td | 26 "Enable 128-bit SIMD">; 31 "Enable 128-bit SIMD not yet implemented in engines", 35 "Enable Atomics">; 40 "Enable non-trapping float-to-int conversion operators">; 45 "Enable sign extension operators">; 50 "Enable tail call instructions">; 54 "Enable Wasm exception handling">; 58 "Enable bulk memory operations">; 63 "Enable multivalue blocks, instructions, and functions">; 67 "Enable mutable globals">; [all …]
|
/external/libdrm/ |
D | meson_options.txt | 33 description : '''Enable support for Intel's KMS API.''', 40 description : '''Enable support for radeons's KMS API.''', 47 description : '''Enable support for amdgpu's KMS API.''', 54 description : '''Enable support for nouveau's KMS API.''', 61 description : '''Enable support for vmgfx's KMS API.''', 68 description : '''Enable support for OMAP's experimental KMS API.''', 75 description : '''Enable support for EXYNOS's experimental KMS API.''', 82 description : '''Enable support for freedreno's KMS API.''', 89 description : '''Enable support for Tegra's experimental KMS API.''', 96 description : '''Enable support for vc4's KMS API.''', [all …]
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 140 driver->Enable = NULL; in _mesa_init_driver_functions() 247 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); in _mesa_init_driver_state() 248 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled); in _mesa_init_driver_state() 249 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled); in _mesa_init_driver_state() 250 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled); in _mesa_init_driver_state() 251 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag); in _mesa_init_driver_state() 252 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test); in _mesa_init_driver_state() 253 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag); in _mesa_init_driver_state() 254 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled); in _mesa_init_driver_state() 255 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled); in _mesa_init_driver_state() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 55 "Enable 64-bit instructions">; 59 "Enable 64-bit registers usage for ppc32 [beta]">; 63 "Enable Altivec instructions">; 65 "Enable SPE instructions">; 67 "Enable the MFOCRF instruction">; 69 "Enable the fsqrt instruction">; 71 "Enable the fcpsgn instruction">; 73 "Enable the fre instruction">; 75 "Enable the fres instruction">; 77 "Enable the frsqrte instruction">; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssembly.td | 26 "Enable 128-bit SIMD">; 31 "Enable 128-bit SIMD not yet implemented in engines", 35 "Enable Atomics">; 40 "Enable non-trapping float-to-int conversion operators">; 45 "Enable sign extension operators">; 50 "Enable tail call instructions">; 54 "Enable Wasm exception handling">; 58 "Enable bulk memory operations">; 63 "Enable multivalue blocks, instructions, and functions">; 67 "Enable mutable globals">;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPC.td | 59 "Enable 64-bit instructions">; 61 "Enable floating-point instructions">; 63 "Enable 64-bit registers usage for ppc32 [beta]">; 67 "Enable classic FPU instructions", 70 "Enable Altivec instructions", 73 "Enable SPE instructions", 76 "Enable the MFOCRF instruction">; 78 "Enable the fsqrt instruction", 81 "Enable the fcpsgn instruction", 84 "Enable the fre instruction", [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 23 "Enable ARMv8 FP">; 26 "Enable Advanced SIMD instructions", [FeatureFPARMv8]>; 30 "Enable SM3 and SM4 support", [FeatureNEON]>; 34 "Enable SHA1 and SHA256 support", [FeatureNEON]>; 38 "Enable SHA512 and SHA3 support", [FeatureNEON, FeatureSHA2]>; 42 "Enable AES support", [FeatureNEON]>; 53 "Enable cryptographic instructions", [FeatureNEON, FeatureSHA2, FeatureAES]>; 56 "Enable ARMv8 CRC-32 checksum instructions">; 59 "Enable ARMv8 Reliability, Availability and Serviceability Extensions">; 62 "Enable ARMv8.1 Large System Extension (LSE) atomic instructions">; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 58 "Enable 64-bit instructions">; 60 "Enable floating-point instructions">; 62 "Enable 64-bit registers usage for ppc32 [beta]">; 66 "Enable classic FPU instructions", 69 "Enable Altivec instructions", 72 "Enable SPE instructions", 75 "Enable the MFOCRF instruction">; 77 "Enable the fsqrt instruction", 80 "Enable the fcpsgn instruction", 83 "Enable the fre instruction", [all …]
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64.td | 23 "Enable ARMv8 FP">; 26 "Enable Advanced SIMD instructions", [FeatureFPARMv8]>; 30 "Enable SM3 and SM4 support", [FeatureNEON]>; 34 "Enable SHA1 and SHA256 support", [FeatureNEON]>; 38 "Enable SHA512 and SHA3 support", [FeatureNEON, FeatureSHA2]>; 42 "Enable AES support", [FeatureNEON]>; 53 "Enable cryptographic instructions", [FeatureNEON, FeatureSHA2, FeatureAES]>; 56 "Enable ARMv8 CRC-32 checksum instructions">; 59 "Enable ARMv8 Reliability, Availability and Serviceability Extensions">; 62 "Enable ARMv8.1 Large System Extension (LSE) atomic instructions">; [all …]
|
/external/zstd/build/meson/ |
D | meson_options.txt | 16 description: 'Enable run-time debug. See lib/common/debug.h') 23 description: 'Enable programs build') 25 description: 'Enable tests build') 27 description: 'Enable contrib build') 30 description: 'Enable multi-threading when pthread is detected') 32 description: 'Enable zlib support') 34 description: 'Enable lzma support') 36 description: 'Enable lz4 support')
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonDepArch.td | 11 def ArchV5: SubtargetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V… 13 def ArchV55: SubtargetFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexago… 15 def ArchV60: SubtargetFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexago… 17 def ArchV62: SubtargetFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexago… 19 def ArchV65: SubtargetFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexago… 21 def ArchV66: SubtargetFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexago… 23 def ArchV67: SubtargetFeature<"v67", "HexagonArchVersion", "Hexagon::ArchEnum::V67", "Enable Hexago…
|
/external/libevent/ |
D | evconfig-private.h.cmake | 5 /* Enable extensions on AIX 3, Interix. */ 8 /* Enable GNU extensions on systems that have them. */ 11 /* Enable threading extensions on Solaris. */ 14 /* Enable extensions on HP NonStop. */ 17 /* Enable general extensions on Solaris. */ 35 /* Enable POSIX.2 extensions on QNX for getopt */
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetMachine.h | 229 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() argument 231 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() argument 232 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() argument 236 void setMachineOutliner(bool Enable) { in setMachineOutliner() argument 237 Options.EnableMachineOutliner = Enable; in setMachineOutliner() 239 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() argument 240 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining() 242 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues() argument 243 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 229 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; } 232 void setVectorizeEnable(bool Enable = true) { 234 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 238 void setDistributeState(bool Enable = true) { 240 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepArch.td | 11 def ArchV66: SubtargetFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexago… 13 def ArchV65: SubtargetFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexago… 15 def ArchV62: SubtargetFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexago… 17 def ArchV60: SubtargetFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexago… 19 def ArchV55: SubtargetFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexago… 21 def ArchV5: SubtargetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V…
|