HomeSort by relevance Sort by last modified time
    Searched full:unroll (Results 326 - 350 of 779) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/relnotes/
10.5.1.html 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79202">Bug 79202</a> - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation</li>
  /external/mesa3d/src/compiler/glsl/
opt_array_splitting.cpp 381 /* "Unroll" any whole array assignments, creating assignments for
lower_distance.cpp 448 * unroll it to element-by-element assignments and lower each of them.
450 * Note: to unroll into element-by-element assignments, we need to make
  /external/skia/src/gpu/
GrPathUtils.h 63 * has been templated so that the compiler can easliy unroll the loop
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.cpp 70 // Manually unroll loop because some drivers don't; yields 20-30% speedup.
  /external/skqp/src/gpu/
GrPathUtils.h 63 * has been templated so that the compiler can easliy unroll the loop
  /external/skqp/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.cpp 70 // Manually unroll loop because some drivers don't; yields 20-30% speedup.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PassManagerBuilder.cpp 156 MPM.add(createLoopUnrollPass()); // Unroll small loops
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
2007-11-05-Crash.ll 1 ; RUN: opt < %s -disable-output -loop-unroll
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_loop.cc 149 const char* const kLlvmLoopUnrollDisableMDName = "llvm.loop.unroll.disable";
  /external/tensorflow/tensorflow/core/kernels/
random_op_gpu.cu.cc 47 #pragma unroll
where_op_gpu.cu.h 48 #pragma unroll
  /external/valgrind/cachegrind/
cg_sim.c 97 /* common. We can't unroll any further because it would screw up */
  /frameworks/base/tests/JankBench/app/src/main/jni/
Bench.cpp 259 // Unroll once to minimize branching overhead.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 269 decides to not unroll loops that iterate fewer than 2*number of allowed
274 "The maximum number of instructions to consider to unroll in a loop",
280 "The maximum number of instructions to consider to unroll in a loop on average",
284 "max-unroll-times",
    [all...]
  /system/core/libunwindstack/
DwarfOp.cpp 45 // Unroll the first Decode calls to be able to check for a special
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/icu/icu4c/source/common/
ucnvlat1.cpp 185 /* unroll the loop with the most common case */
644 /* unroll the loop with the most common case */
  /external/libjpeg-turbo/
jcdctmgr.c 383 #if DCTSIZE == 8 /* unroll the inner loop */
536 #if DCTSIZE == 8 /* unroll the inner loop */
  /external/llvm/test/Transforms/LoopUnroll/
ignore-annotation-intrinsic-cost.ll 2 ; RUN: opt < %s -disable-output -stats -loop-unroll -info-output-file - | FileCheck %s --check-prefix=STATS
3 ; STATS: 1 loop-unroll - Number of loops unrolled (completely or otherwise)
  /external/shaderc/spirv-headers/include/spirv/1.0/
spirv.hpp11 446 Unroll = 0,
453 Unroll = 0x00000001,
spirv.lua 416 Unroll = 0,
422 Unroll = 0x00000001,
spirv.py 416 'Unroll' : 0,
422 'Unroll' : 0x00000001,
  /external/shaderc/spirv-headers/include/spirv/1.1/
spirv.hpp11 451 Unroll = 0,
460 Unroll = 0x00000001,

Completed in 938 milliseconds

<<11121314151617181920>>