HomeSort by relevance Sort by last modified time
    Searched full:pipelines (Results 76 - 100 of 360) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Passes/
PassBuilder.cpp 1 //===- Parsing, selection, and construction of pass pipelines -------------===//
14 /// pipelines.
237 // FIXME: Finish fleshing this out to match the legacy pipelines.
257 // FIXME: Finish fleshing this out to match the legacy LTO pipelines.
  /external/llvm/test/Other/
pass-pipelines.ll 1 ; Test the particular pass pipelines have the expected structure. This is
  /external/mesa3d/src/gallium/docs/source/
distro.rst 19 dynamically generate optimized rasterizing pipelines.
  /external/skia/src/gpu/
GrOpFlushState.h 121 // Storage for ops' pipelines, draws, and inline uploads.
GrPrimitiveProcessor.h 39 * pipelines, and they must provide some notion of equality
  /external/skqp/src/gpu/
GrOpFlushState.h 115 // Storage for ops' pipelines, draws, and inline uploads.
GrPrimitiveProcessor.h 39 * pipelines, and they must provide some notion of equality
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUNopFiller.cpp 1 //===-- SPUNopFiller.cpp - Add nops/lnops to align the pipelines---===//
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.h 53 /// These are the various PPC970 execution unit pipelines. Each instruction
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
io_ops.md 63 structures within the TensorFlow computation graph to stage pipelines
  /libcore/ojluni/src/main/java/java/util/stream/
BaseStream.java 50 * specification of streams, stream operations, stream pipelines, and
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 998 vector<SharedPtrVkPipeline> pipelines; local
1321 vector<SharedPtrVkPipeline> pipelines; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonScheduleV60.td 61 // There are four SLOTS (four parallel pipelines) in Hexagon V60 machine.
77 // In addition to using the above SLOTS, there are also six vector pipelines
HexagonScheduleV55.td 10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
  /external/mesa3d/src/mapi/glapi/gen/
ARB_separate_shader_objects.xml 38 <param name="pipelines" type="const GLuint *" />
42 <param name="pipelines" type="GLuint *" />
EXT_separate_shader_objects.xml 54 <param name="pipelines" type="const GLuint *"/>
58 <param name="pipelines" type="GLuint *"/>
  /external/skia/src/gpu/vk/
GrVkResourceProvider.cpp 344 // Release all copy pipelines
405 // Abandon all copy pipelines
  /external/skqp/src/gpu/vk/
GrVkResourceProvider.cpp 344 // Release all copy pipelines
405 // Abandon all copy pipelines
  /external/swiftshader/docs/
Reactor.md 307 This is especially the case when implementing APIs which offer a broad set of features but developers are likely to only use a select set. The quintessential example is graphics processing, where there are are long pipelines of optional operations and both fixed-function and programmable stages. Applications configure the state of these stages between each draw call.
309 With Reactor, we can write the code for such pipelines in a syntax that is as easy to read as a naive unoptimized implementation, while at the same time specializing the code for exactly the operations required by the pipeline configuration.
  /frameworks/base/libs/hwui/debug/
gles_stubs.in     [all...]
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 75 // -- Pipelines and scheduling information
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit2d.c 241 cmd_buffer->device->meta_state.blit2d.pipelines[src_type][fs_key];
689 if (device->meta_state.blit2d.pipelines[src][j]) {
691 device->meta_state.blit2d.pipelines[src][j],
855 &device->meta_state.blit2d.pipelines[src_type][fs_key]);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 186 /* Indices into sctx->descriptors, laid out so that gfx and compute pipelines
  /external/tensorflow/tensorflow/contrib/data/python/ops/
stats_ops.py 15 """Experimental API for gathering statistics from `tf.data` pipelines."""
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
_sklearn.py 72 (such as pipelines). The former have parameters of the form

Completed in 2374 milliseconds

1 2 34 5 6 7 8 91011>>