/external/mksh/src/ |
mksh.1 | 398 is used to create pipelines; 406 is used to create asynchronous pipelines; 517 constructs (built-in commands, functions, compound-commands, pipelines, lists, 526 token to form pipelines, in which the standard output of each command but the 547 of commands can be created by separating pipelines by any of the following [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwImpl.inl | [all...] |
glwApi.inl | [all...] |
glwFunctionTypes.inl | 131 typedef GLW_APICALL void (GLW_APIENTRY* glCreateProgramPipelinesFunc) (GLsizei n, GLuint *pipelines); 147 typedef GLW_APICALL void (GLW_APIENTRY* glDeleteProgramPipelinesFunc) (GLsizei n, const GLuint *pipelines); 231 typedef GLW_APICALL void (GLW_APIENTRY* glGenProgramPipelinesFunc) (GLsizei n, GLuint *pipelines); [all...] |
/external/mesa3d/include/GL/ |
glcorearb.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/ |
glcorearb.h | [all...] |
/external/gemmlowp/test/ |
test.cc | [all...] |
/external/pdfium/third_party/lcms/src/ |
cmsopt.c | 660 // Named color pipelines cannot be optimized either [all...] |
/prebuilts/go/darwin-x86/doc/ |
go1.1.html | [all...] |
/prebuilts/go/linux-x86/doc/ |
go1.1.html | [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-m32r.c | 854 /* Make sure that the instructions use the correct execution pipelines. */ 857 return _("Instructions do not use parallel execution pipelines."); [all...] |
/external/ImageMagick/MagickWand/ |
magick-cli.c | 41 % Read CLI arguments, script files, and pipelines, to provide options that
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineFramebufferAttachmentTests.cpp | 584 // create attachmentHandles and pipelines (one for each layer). We use the renderSize for viewport and scissor [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextFuncs.inl | 1276 GLW_APICALL void GLW_APIENTRY glCreateProgramPipelines (GLsizei n, GLuint *pipelines) 1279 DE_UNREF(pipelines); 1384 GLW_APICALL void GLW_APIENTRY glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines) 1387 DE_UNREF(pipelines); [all...] |
/external/libvpx/libvpx/ |
CHANGELOG | 55 reordered to better accommodate the more constrained pipelines.
|
/external/llvm/lib/CodeGen/ |
ExecutionDepsFix.cpp | 17 // pipelines.
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA8.td | 28 // Two fully-pipelined integer ALU pipelines [all...] |
/external/mesa3d/include/GLES2/ |
gl2ext.h | [all...] |
/external/mesa3d/src/intel/vulkan/ |
anv_pipeline.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_gs_visitor.cpp | 610 * For SSO pipelines, we use a fixed VUE map layout based on variable [all...] |
/external/pdfium/third_party/lcms/include/ |
lcms2_plugin.h | 483 // Pipelines, Multi Process Elements.
|
/external/swiftshader/include/GLES2/ |
gl2ext.h | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMScheduleA8.td | 28 // Two fully-pipelined integer ALU pipelines [all...] |
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
CompletionStage.java | 64 * computation pipelines from functions returning completion stages. [all...] |