HomeSort by relevance Sort by last modified time
    Searched refs:Pipeline (Results 51 - 71 of 71) sorted by null

1 23

  /external/mesa3d/src/mesa/drivers/common/
meta.h 130 struct gl_pipeline_object *Pipeline;
meta.c 587 if (ctx->Pipeline.Current) {
588 _mesa_reference_pipeline_object(ctx, &save->Pipeline,
589 ctx->Pipeline.Current);
594 * that we don't have to worry about the current pipeline state.
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 163 void BindPipeline(VkPipelineObj &pipeline);
386 class VkPipelineObj : public vk_testing::Pipeline {
  /prebuilts/go/darwin-x86/src/net/http/httputil/
persist.go 25 ErrPipeline = &http.ProtocolError{ErrorString: "pipeline error"}
46 pipe textproto.Pipeline
101 // Remember the pipeline id of this request
177 // Retrieve the pipeline ID of this request/response pair
187 // Ensure pipeline order
239 pipe textproto.Pipeline
311 // Remember the pipeline id of this request
364 // Retrieve the pipeline ID of this request/response pair
374 // Ensure pipeline order
  /prebuilts/go/linux-x86/src/net/http/httputil/
persist.go 25 ErrPipeline = &http.ProtocolError{ErrorString: "pipeline error"}
46 pipe textproto.Pipeline
101 // Remember the pipeline id of this request
177 // Retrieve the pipeline ID of this request/response pair
187 // Ensure pipeline order
239 pipe textproto.Pipeline
311 // Remember the pipeline id of this request
364 // Retrieve the pipeline ID of this request/response pair
374 // Ensure pipeline order
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 16668 Pipeline pipeline; local
16690 Pipeline pipeline; local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestRunner.py 66 assert isinstance(cmd, ShUtil.Pipeline)
288 for pipeline in cmds:
289 if pipeline.commands:
290 # Only valgrind the first command in each pipeline, to avoid
292 cmd = pipeline.commands[0]
  /external/mesa3d/src/mesa/main/
shaderapi.c     [all...]
api_validate.c 121 * It also check the current pipeline object is valid if any.
161 /* A pipeline object is bound */
166 "pipeline");
173 if (ctx->_Shader->ActiveProgram && ctx->_Shader != ctx->Pipeline.Current) {
468 * Patch primitives are not supported by pipeline stages below the
    [all...]
get.c 942 * are now program pipeline object state and
    [all...]
mtypes.h     [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 173 assert isinstance(cmd, ShUtil.Pipeline)
178 raise ValueError("'cd' cannot be part of a pipeline")
204 # command. There might be multiple envs in a pipeline:
    [all...]
  /external/v8/src/compiler/
code-assembler.cc 14 #include "src/compiler/pipeline.h"
137 Handle<Code> code = Pipeline::GenerateCodeForCodeStub(
wasm-compiler.cc 28 #include "src/compiler/pipeline.h"
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h 537 Pipeline;
538 static Pipeline Make(const int32* bias_data, int output_rows,
567 Pipeline;
568 static Pipeline Make(const int32* bias_data, int output_rows,
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse.go 381 return t.newAction(token.pos, token.line, t.pipeline("command"))
384 // Pipeline:
386 func (t *Tree) pipeline(context string) (pipe *PipeNode) { func
422 // At this point, the pipeline is complete
443 // Only the first command of a pipeline can start with a non executable operand
447 // With A|B|C, pipeline stage 2 is B
448 t.errorf("non executable command in pipeline stage %d", i+2)
455 pipe = t.pipeline(context)
487 // {{if pipeline}} itemList {{end}}
488 // {{if pipeline}} itemList {{else}} itemList {{end}
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
parse.go 381 return t.newAction(token.pos, token.line, t.pipeline("command"))
384 // Pipeline:
386 func (t *Tree) pipeline(context string) (pipe *PipeNode) { func
422 // At this point, the pipeline is complete
443 // Only the first command of a pipeline can start with a non executable operand
447 // With A|B|C, pipeline stage 2 is B
448 t.errorf("non executable command in pipeline stage %d", i+2)
455 pipe = t.pipeline(context)
487 // {{if pipeline}} itemList {{end}}
488 // {{if pipeline}} itemList {{else}} itemList {{end}
    [all...]
  /external/v8/src/
compiler.cc 21 #include "src/compiler/pipeline.h"
233 // TODO(turbofan): Move this to pipeline.cc once Crankshaft dies.
273 // Local helper methods that make up the compilation pipeline.
354 // Code which can't be supported by the old pipeline should use Ignition.
857 use_turbofan ? compiler::Pipeline::NewCompilationJob(function, has_script)
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp 312 device.destroyPipeline(pipeline, nullptr);
539 commandBuffer.bindPipeline(vk::PipelineBindPoint::eGraphics, pipeline);
1743 auto const pipeline = vk::GraphicsPipelineCreateInfo() local
2680 vk::Pipeline pipeline; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriverImpl.inl 266 VKAPI_ATTR void VKAPI_CALL destroyPipeline (VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator)
269 freeNonDispHandle<Pipeline, VkPipeline>(pipeline, pAllocator);
585 VKAPI_ATTR void VKAPI_CALL cmdBindPipeline (VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline)
589 DE_UNREF(pipeline);
    [all...]

Completed in 512 milliseconds

1 23