HomeSort by relevance Sort by last modified time
    Searched refs:optimized (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 21 * \brief Optimized vs unoptimized shader performance tests.
186 virtual ProgramData generateProgramData (bool optimized) const = 0;
202 ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimizedData; }
203 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; }
204 ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResult : m_unoptimizedResult; }
226 const bool optimized = ndx == 1; local
228 programData(optimized) = generateProgramData(optimized)
254 const bool optimized = m_state == STATE_INIT_OPTIMIZED; local
266 const bool optimized = m_state == STATE_MEASURE_OPTIMIZED; local
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 21 * \brief Optimized vs unoptimized shader performance tests.
189 virtual ProgramData generateProgramData (bool optimized) const = 0;
205 ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimizedData; }
206 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; }
207 ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResult : m_unoptimizedResult; }
229 const bool optimized = ndx == 1; local
231 programData(optimized) = generateProgramData(optimized)
257 const bool optimized = m_state == STATE_INIT_OPTIMIZED; local
269 const bool optimized = m_state == STATE_MEASURE_OPTIMIZED; local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes.go 11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /prebuilts/go/linux-x86/src/crypto/aes/
modes.go 11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestLayers.cpp 71 bool optimized; local
75 optimized = setVisibleRegions();
76 if (!mOptimize || optimized)
90 bool optimized; local
94 optimized = setVisibleRegions();
95 if (!mOptimize || optimized)
244 bool optimized = true; local
264 optimized = false;
280 return optimized;
  /external/compiler-rt/lib/builtins/
Makefile.mk 13 # Add arch specific optimized implementations.
  /external/compiler-rt/make/platform/
clang_mingw.mk 29 # Always use optimized variants.
30 OPTIMIZED := 1
  /prebuilts/go/darwin-x86/src/crypto/sha1/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/darwin-x86/src/crypto/sha256/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/darwin-x86/src/crypto/sha512/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/linux-x86/src/crypto/sha256/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/linux-x86/src/crypto/sha512/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /external/compiler-rt/make/
lib_util.mk 14 # Function: SelectFunctionDir config arch function-name optimized
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
53 # Helper function to select the right set of dirs in optimized priority order.
options.mk 15 # Whether optimized function implementations should be used.
16 OPTIMIZED := 1
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 4 rem finally building the optimized code.
38 rem finally build the optimized version
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 4 rem finally building the optimized code.
38 rem finally build the optimized version
  /prebuilts/go/darwin-x86/src/image/png/
paeth.go 24 // This is an optimized version of the sample code in the PNG spec.
28 // but the optimized form uses fewer arithmetic operations:
  /prebuilts/go/linux-x86/src/image/png/
paeth.go 24 // This is an optimized version of the sample code in the PNG spec.
28 // but the optimized form uses fewer arithmetic operations:
  /device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/Arm/
CopyMem.asm 70 // Check if we can use an optimized path ((length >= 32) && destination word-aligned && source word-aligned) for the memcopy (optimized path if r0 == 1)
87 // Are we in the optimized case ((length >= 32) && dest_end word-aligned && source_end word-aligned)
113 // Are we in the optimized case ?
117 // Optimized Overlapped - Read 32 bytes
128 // Optimized Overlapped - Write 32 bytes
151 // Optimized memcopy - Read 32 Bytes
161 // Optimized memcopy - Write 32 Bytes
  /external/v8/tools/gcmole/
bootstrap.sh 103 --enable-optimized \
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 134 final boolean optimized; field in class:FactoryProvider2.AssistData
135 /** the list of optimized providers, empty if not optimized. */
137 /** used to perform optimized factory creations. */
143 boolean optimized, List<ThreadLocalProvider> providers) {
150 this.optimized = optimized;
163 .add("optimized", optimized)
296 boolean optimized = false
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 81 and not self._table.optimized)
91 return bool(self._table.optimized & (OPT_EXEC | OPT_BARE_EXEC))
95 return bool(self._table.optimized & OPT_IMPORT_STAR)
  /external/python/cpython2/Lib/
symtable.py 78 and not self._table.optimized)
88 return bool(self._table.optimized & (OPT_EXEC | OPT_BARE_EXEC))
92 return bool(self._table.optimized & OPT_IMPORT_STAR)
  /external/swiftshader/third_party/LLVM/
Makefile 151 $(Echo) Building Optimized Version
207 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
208 $(Echo) '*****' make an optimized build. Alternatively you can
209 $(Echo) '*****' configure with --enable-optimized.

Completed in 566 milliseconds

1 2 3 4 5 6 7