OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipeline
(Results
26 - 50
of
401
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/webkit/glue/media/
web_video_renderer.h
42
// is NULL. This could happen when before
pipeline
is pre-rolled or during
/external/clang/test/Driver/
lto.c
7
// and -emit-llvm doesn't alter
pipeline
(unfortunately?).
/external/jmonkeyengine/engine/src/core/com/jme3/material/
package.html
34
of the system. For GPUs that do not support shaders, a "fixed function
pipeline
"
/frameworks/base/docs/html/training/graphics/opengl/
draw.jd
38
great deal of control over the graphics rendering
pipeline
.</p>
67
must provide a lot of details to the graphics rendering
pipeline
. Specifically, you must define the
139
OpenGL ES requires that you specify several parameters to tell the rendering
pipeline
what you want
195
graphics
pipeline
.</p
/external/llvm/lib/Target/CellSPU/
SPUHazardRecognizers.cpp
29
// This is the
pipeline
hazard recognizer for the Cell SPU processor. It does
33
/// Return the
pipeline
hazard type encountered or generated by this
42
// accurately determine which
pipeline
is being scheduled.
SPUTargetMachine.h
81
// Pass
Pipeline
Configuration
/external/llvm/lib/Target/PowerPC/
PPCScheduleA2.td
33
def XEX1 : FuncUnit; // Execution stage 1 for the XU
pipeline
34
def XEX2 : FuncUnit; // Execution stage 2 for the XU
pipeline
35
def XEX3 : FuncUnit; // Execution stage 3 for the XU
pipeline
36
def XEX4 : FuncUnit; // Execution stage 4 for the XU
pipeline
37
def XEX5 : FuncUnit; // Execution stage 5 for the XU
pipeline
38
def XEX6 : FuncUnit; // Execution stage 6 for the XU
pipeline
40
def FEX1 : FuncUnit; // Execution stage 1 for the FU
pipeline
41
def FEX2 : FuncUnit; // Execution stage 2 for the FU
pipeline
42
def FEX3 : FuncUnit; // Execution stage 3 for the FU
pipeline
43
def FEX4 : FuncUnit; // Execution stage 4 for the FU
pipeline
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper
liblto_plugin.so
liblto_plugin.so.0
liblto_plugin.so.0.0.0
/external/llvm/utils/lit/lit/
TclUtil.py
3
from ShCommands import Command,
Pipeline
225
return
Pipeline
(commands, False, pipe_err=True)
301
Pipeline
([Command(['echo', 'hello'], [])],
305
Pipeline
([Command(['echo', 'hello'], []),
312
Pipeline
([Command(['echo', 'hello'],
/external/chromium/webkit/glue/
webmediaplayer_impl.cc
313
// Set our
pipeline
callbacks.
392
// Initialize the
pipeline
.
434
// WebKit fires a seek(0) at the very start, however
pipeline
already does a
500
// TODO(hclam): add appropriate method call when
pipeline
has it implemented.
580
// TODO(hclam): Add this method call if
pipeline
has it in the interface.
709
// TODO(hclam): If the
pipeline
is performing streaming, we say that this is
783
// Since we have initialized the
pipeline
, say we have everything otherwise
901
// Tell the data source to abort any pending reads so that the
pipeline
is
906
// Make sure to kill the
pipeline
so there's no more media threads running.
907
// Note: stopping the
pipeline
might block for a long time
[
all
...]
/external/llvm/lib/Target/ARM/
ARMScheduleA8.td
17
def A8_Pipe0 : FuncUnit; //
pipeline
0
18
def A8_Pipe1 : FuncUnit; //
pipeline
1
19
def A8_LSPipe : FuncUnit; // Load / store
pipeline
23
// Dual issue
pipeline
represented by A8_Pipe0 | A8_Pipe1
95
// Integer multiply
pipeline
106
// Integer load
pipeline
151
// Load multiple, def is the 5th operand.
Pipeline
0 only.
185
// Integer store
pipeline
229
// Store multiple.
Pipeline
0 only.
249
// Issue through integer
pipeline
, and execute in NEON unit. We assum
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java
74
* Type of shader. The shader will control the
pipeline
of it's type.
95
* is assigned a certain
pipeline
which it controls (described by it's type).
288
* Adds source code to a certain
pipeline
.
290
* @param type The
pipeline
to control
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml
28
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml
28
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml
28
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml
29
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
95
/// occupies by the instruction, and the
pipeline
cycle in which
116
const unsigned *Forwardings; ///< Array of
pipeline
forwarding pathes
198
/// hasPipelineForwarding - Return true if there is a
pipeline
forwarding
240
// FIXME: This assumes one cycle benefit for every
pipeline
forwarding.
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp
16
//
pipeline
or resource constraints) or because an input to the instruction has
39
STATISTIC(NumStalls, "Number of
pipeline
stalls");
245
// Otherwise, we have a
pipeline
stall, but no other problem, just advance
254
// processors without
pipeline
interlocks and other cases.
/external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h
74
// Pass
Pipeline
Configuration.
/external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h
81
// Pass
Pipeline
Configuration
Completed in 917 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>