Searched refs:Pipeline (Results 1 - 25 of 40) sorted by relevance

12

/external/llvm/utils/lit/lit/
H A DShUtil.py5 from lit.ShCommands import Command, Pipeline, Seq namespace
230 return Pipeline(commands, negate, self.pipefail)
291 Pipeline([Command(['echo', 'hello'], [])], False))
293 Pipeline([Command(['echo', ''], [])], False))
295 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
297 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
301 Pipeline([Command(['echo', 'hello'],
304 Pipeline([Command(['echo', 'hello'], [(('>',), 'c'),
307 Pipeline([Command(['a'], [(('>&',2), '1')])], False))
311 Pipeline([Comman
[all...]
H A DShCommands.py38 class Pipeline: class in inherits:
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
49 if not isinstance(other, Pipeline):
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DShUtil.py4 from ShCommands import Command, Pipeline, Seq namespace
230 return Pipeline(commands, negate)
290 Pipeline([Command(['echo', 'hello'], [])], False))
292 Pipeline([Command(['echo', ''], [])], False))
294 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
296 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
300 Pipeline([Command(['echo', 'hello'],
303 Pipeline([Command(['echo', 'hello'], [(('>',), 'c'),
306 Pipeline([Command(['a'], [(('>&',2), '1')])], False))
310 Pipeline([Comman
[all...]
H A DTclUtil.py3 from ShCommands import Command, Pipeline namespace
225 return Pipeline(commands, False, pipe_err=True)
301 Pipeline([Command(['echo', 'hello'], [])],
305 Pipeline([Command(['echo', 'hello'], []),
312 Pipeline([Command(['echo', 'hello'],
H A DShCommands.py38 class Pipeline: class in inherits:
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
49 if not isinstance(other, Pipeline):
H A DTestRunner.py66 assert isinstance(cmd, ShUtil.Pipeline)
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java43 public class Pipeline extends InputStream { class in inherits:InputStream
59 Pipeline pipeline;
63 protected MyTimer(Pipeline pipeline) {
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) { method in class:Pipeline
H A DPipelinedMsgParser.java74 private Pipeline rawInputStream;
106 Pipeline in, boolean debug, int maxMessageSize) {
126 public PipelinedMsgParser(SIPMessageListener mhandler, Pipeline in,
138 public PipelinedMsgParser(Pipeline in) {
213 Pipeline inputStream = this.rawInputStream;
/external/v8/src/compiler/
H A Dpipeline.h34 class Pipeline : public AllStatic { class in namespace:v8::internal::compiler
79 DISALLOW_IMPLICIT_CONSTRUCTORS(Pipeline);
H A Dpipeline.cc1657 Handle<Code> Pipeline::GenerateCodeForCodeStub(Isolate* isolate,
1699 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info) {
1714 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info,
1723 Handle<Code> Pipeline::GenerateCodeForTesting(
1753 CompilationJob* Pipeline::NewCompilationJob(Handle<JSFunction> function,
1766 CompilationJob* Pipeline::NewWasmCompilationJob(
1776 bool Pipeline::AllocateRegistersForTesting(const RegisterConfiguration* config,
/external/mesa3d/src/mesa/main/
H A Dpipelineobj.c96 ctx->Pipeline.Objects = _mesa_NewHashTable();
98 ctx->Pipeline.Current = NULL;
100 /* Install a default Pipeline */
101 ctx->Pipeline.Default = _mesa_new_pipeline_object(ctx, 0);
102 _mesa_reference_pipeline_object(ctx, &ctx->_Shader, ctx->Pipeline.Default);
126 _mesa_HashDeleteAll(ctx->Pipeline.Objects, delete_pipelineobj_cb, ctx);
127 _mesa_DeleteHashTable(ctx->Pipeline.Objects);
129 _mesa_delete_pipeline_object(ctx, ctx->Pipeline.Default);
147 _mesa_HashLookup(ctx->Pipeline.Objects, id);
157 _mesa_HashInsert(ctx->Pipeline
[all...]
H A Dshaderapi.c1873 _mesa_reference_pipeline_object(ctx, &ctx->_Shader, ctx->Pipeline.Default);
1875 if (ctx->Pipeline.Current) {
1876 _mesa_BindProgramPipeline(ctx->Pipeline.Current->Name);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsvirt.c293 cmsPipeline* Pipeline; local
311 // Creates a Pipeline with prelinearization step only
312 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels);
313 if (Pipeline == NULL) goto Error;
316 // Copy tables to Pipeline
317 if (!cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, cmsStageAllocToneCurves(ContextID, nChannels, TransferFunctions)))
322 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) Pipeline)) goto Error;
325 // Pipeline is already on virtual profile
326 cmsPipelineFree(Pipeline);
332 cmsPipelineFree(Pipeline);
736 cmsPipeline* Pipeline; local
[all...]
H A Dcmsps2.c52 implemented as a set of curves), matrix-shaper and Pipeline-based.
269 _cmsStageCLutData* Pipeline; member in struct:__anon16651
576 // Out[] The Pipeline values, normalized to 0..ffff
580 // Each row contains Pipeline values for all but first component. So, I
646 for (i=0; i < sc -> Pipeline ->Params->nOutputs; i++) {
661 // Writes a Pipeline on memstream. Could be 8 or 16 bits based
676 sc.Pipeline = (_cmsStageCLutData *) mpe ->Data;
688 for (i=0; i < sc.Pipeline->Params->nInputs; i++)
689 _cmsIOPrintf(m, " %d ", sc.Pipeline->Params->nSamples[i]);
771 int EmitCIEBasedDEF(cmsIOHANDLER* m, cmsPipeline* Pipeline, in argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp811 msg << "Pipeline configuration:\n";
914 struct Pipeline
916 Pipeline (MovePtr<ProgramPipeline> pipeline_,
941 void logPipeline(TestLog& log, const Pipeline& pipeline)
1005 (MovePtr<Pipeline>& pipeOut);
1016 void testPipelineRendering (MovePtr<Pipeline>& pipeOut);
1017 void testCurrentProgPriority (MovePtr<Pipeline>& pipeOut);
1018 void testActiveProgramUniform (MovePtr<Pipeline>& pipeOut);
1019 void testPipelineQueryActive (MovePtr<Pipeline>& pipeOut);
1020 void testPipelineQueryPrograms (MovePtr<Pipeline>
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp223 class Pipeline class in namespace:vk::__anon3760
226 Pipeline (VkDevice, const VkGraphicsPipelineCreateInfo*) {} function in class:vk::__anon3760::Pipeline
227 Pipeline (VkDevice, const VkComputePipelineCreateInfo*) {} function in class:vk::__anon3760::Pipeline
483 pPipelines[allocNdx] = allocateNonDispHandle<Pipeline, VkPipeline>(device, pCreateInfos+allocNdx, pAllocator);
490 freeNonDispHandle<Pipeline, VkPipeline>(pPipelines[freeNdx], pAllocator);
497 freeNonDispHandle<Pipeline, VkPipeline>(pPipelines[freeNdx], pAllocator);
509 pPipelines[allocNdx] = allocateNonDispHandle<Pipeline, VkPipeline>(device, pCreateInfos+allocNdx, pAllocator);
516 freeNonDispHandle<Pipeline, VkPipeline>(pPipelines[freeNdx], pAllocator);
523 freeNonDispHandle<Pipeline, VkPipeline>(pPipelines[freeNdx], pAllocator);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageChannel.java592 Pipeline hispipe = null;
594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout,
H A DTLSMessageChannel.java572 Pipeline hispipe = null;
574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout,
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp588 NON_DISPATCHABLE_HANDLE_DTOR(Pipeline, vkDestroyPipeline)
590 void Pipeline::init(const Device &dev, const VkGraphicsPipelineCreateInfo &info) {
602 VkResult Pipeline::init_try(const Device &dev, const VkGraphicsPipelineCreateInfo &info) {
621 void Pipeline::init(const Device &dev, const VkComputePipelineCreateInfo &info) {
H A Dvktestbinding.h49 class Pipeline;
471 class Pipeline : public internal::NonDispHandle<VkPipeline> { class in namespace:vk_testing
473 ~Pipeline();
H A Dvkrenderframework.h386 class VkPipelineObj : public vk_testing::Pipeline {
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp79 class Pipeline class in namespace:vkt::synchronization::__anon4041
82 virtual ~Pipeline (void) {}
978 class GraphicsPipeline : public Pipeline
998 // Pipeline
1075 class ComputePipeline : public Pipeline
1201 m_pipeline = (pipelineType == PIPELINE_TYPE_GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(context, stage, shaderPrefix, *m_descriptorSetLayout))
1202 : de::MovePtr<Pipeline>(new ComputePipeline(context, m_dispatchCall, shaderPrefix, *m_descriptorSetLayout)));
1252 de::MovePtr<Pipeline> m_pipeline;
1348 m_pipeline = (pipelineType == PIPELINE_TYPE_GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(context, stage, shaderPrefix, *m_descriptorSetLayout))
1349 : de::MovePtr<Pipeline>(ne
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h130 struct gl_pipeline_object *Pipeline; member in struct:save_state
H A Dmeta.c587 if (ctx->Pipeline.Current) {
588 _mesa_reference_pipeline_object(ctx, &save->Pipeline,
589 ctx->Pipeline.Current);
992 * current shader state. Otherwise, use Pipeline.Default. The pipeline
1000 ctx->Pipeline.Default);
1002 if (save->Pipeline) {
1003 _mesa_bind_pipeline(ctx, save->Pipeline);
1005 _mesa_reference_pipeline_object(ctx, &save->Pipeline, NULL);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp1314 class Pipeline class in namespace:vk::vk
1317 Pipeline() function in class:vk::vk::Pipeline
1322 Pipeline(VkPipeline pipeline) function in class:vk::vk::Pipeline
1326 Pipeline& operator=(VkPipeline pipeline)
1333 bool operator==(Pipeline const &rhs) const
1338 bool operator!=(Pipeline const &rhs) const
1343 bool operator<(Pipeline const &rhs) const
1369 static_assert( sizeof( Pipeline ) == sizeof( VkPipeline ), "handle and wrapper have different size!" );
10348 ComputePipelineCreateInfo( PipelineCreateFlags flags_ = PipelineCreateFlags(), PipelineShaderStageCreateInfo stage_ = PipelineShaderStageCreateInfo(), PipelineLayout layout_ = PipelineLayout(), Pipeline basePipelineHandle_ = Pipeline(), int32_ argument
13016 GraphicsPipelineCreateInfo( PipelineCreateFlags flags_ = PipelineCreateFlags(), uint32_t stageCount_ = 0, const PipelineShaderStageCreateInfo* pStages_ = nullptr, const PipelineVertexInputStateCreateInfo* pVertexInputState_ = nullptr, const PipelineInputAssemblyStateCreateInfo* pInputAssemblyState_ = nullptr, const PipelineTessellationStateCreateInfo* pTessellationState_ = nullptr, const PipelineViewportStateCreateInfo* pViewportState_ = nullptr, const PipelineRasterizationStateCreateInfo* pRasterizationState_ = nullptr, const PipelineMultisampleStateCreateInfo* pMultisampleState_ = nullptr, const PipelineDepthStencilStateCreateInfo* pDepthStencilState_ = nullptr, const PipelineColorBlendStateCreateInfo* pColorBlendState_ = nullptr, const PipelineDynamicStateCreateInfo* pDynamicState_ = nullptr, PipelineLayout layout_ = PipelineLayout(), RenderPass renderPass_ = RenderPass(), uint32_t subpass_ = 0, Pipeline basePipelineHandle_ = Pipeline(), int32_t basePipelineIndex_ = 0 ) argument
[all...]

Completed in 986 milliseconds

12