Home
last modified time | relevance | path

Searched defs:Pipeline (Results 1 – 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dpipeline_info.h99 struct Pipeline { struct
100 std::unique_ptr<RenderPipelineInfo> render_pipeline; argument
101 std::unique_ptr<ComputePipelineInfo> compute_pipeline; argument
/third_party/mesa3d/src/amd/compiler/
DREADME.md171 ##### GFX6-8:
185 ##### GFX9+ (including GFX10/legacy):
198 ##### NGG (GFX10+ only):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DPipeline.h67 Pipeline() : Cycles(0) {} in Pipeline() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1777 std::vector<PipelineElement> &Pipeline = *PipelineStack.back(); in parsePipelineText() local
2218 ArrayRef<PipelineElement> Pipeline, in parseLoopPassPipeline()
2230 ArrayRef<PipelineElement> Pipeline, in parseFunctionPassPipeline()
2244 ArrayRef<PipelineElement> Pipeline, in parseCGSCCPassPipeline()
2269 ArrayRef<PipelineElement> Pipeline, in parseModulePassPipeline()
2287 auto Pipeline = parsePipelineText(PipelineText); in parsePassPipeline() local
2330 auto Pipeline = parsePipelineText(PipelineText); in parsePassPipeline() local
2355 auto Pipeline = parsePipelineText(PipelineText); in parsePassPipeline() local
2379 auto Pipeline = parsePipelineText(PipelineText); in parsePassPipeline() local
/third_party/node/deps/npm/node_modules/cacache/lib/
Dput.js8 const Pipeline = require('minipass-pipeline') constant
Dget.js5 const Pipeline = require('minipass-pipeline') constant
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp914 struct Pipeline struct
916 Pipeline (MovePtr<ProgramPipeline> pipeline_, in Pipeline() argument
925 ProgramWrapper& getVertexProgram (void) const in getVertexProgram()
930 ProgramWrapper& getFragmentProgram (void) const in getFragmentProgram()
935 UniquePtr<ProgramPipeline> pipeline;
936 UniquePtr<ProgramWrapper> fullProg;
937 UniquePtr<ProgramWrapper> vtxProg;
938 UniquePtr<ProgramWrapper> frgProg;
/third_party/node/deps/npm/lib/commands/
Dsearch.js2 const Pipeline = require('minipass-pipeline') constant
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.hpp37 class Pipeline class
DVkPipeline.cpp246 Pipeline::Pipeline(PipelineLayout *layout, Device *device) in Pipeline() function in vk::Pipeline
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dread.js7 const Pipeline = require('minipass-pipeline') constant
Dwrite.js9 const Pipeline = require('minipass-pipeline') constant
/third_party/node/deps/npm/node_modules/minipass-pipeline/
Dindex.js18 class Pipeline extends Minipass { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp199 TypeVisitorCallbackPipeline Pipeline; member
213 TypeVisitorCallbackPipeline Pipeline; member
DSymbolDumper.cpp654 SymbolVisitorCallbackPipeline Pipeline; in dump() local
668 SymbolVisitorCallbackPipeline Pipeline; in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbackPipeline.h115 std::vector<TypeVisitorCallbacks *> Pipeline; variable
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h133 …VkPipeline Pipeline; // The window pipeline may uses a different VkRenderPa… member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp296 class Pipeline class
299 Pipeline (VkDevice, const VkGraphicsPipelineCreateInfo*) {} in Pipeline() function in vk::__anona26b1dc80111::Pipeline
300 Pipeline (VkDevice, const VkComputePipelineCreateInfo*) {} in Pipeline() function in vk::__anona26b1dc80111::Pipeline
302 Pipeline (VkDevice, const VkRayTracingPipelineCreateInfoNV*) {} in Pipeline() function in vk::__anona26b1dc80111::Pipeline
303 Pipeline (VkDevice, const VkRayTracingPipelineCreateInfoKHR*) {} in Pipeline() function in vk::__anona26b1dc80111::Pipeline
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.hpp307 typedef std::vector<ShaderStage> Pipeline; typedef in gl4cts::SpirvValidationCapabilitiesTest
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp64 enum class Pipeline { enum
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.cc39 Pipeline::Pipeline( in Pipeline() function in amber::vulkan::Pipeline
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_pipeline_test.cc23 TEST_F(AmberScriptParserTest, Pipeline) { in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp26 Pipeline, enumerator
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline.cc64 Pipeline::Pipeline(PipelineType type) : pipeline_type_(type) {} in Pipeline() function in amber::Pipeline
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js500 lunr.Pipeline = function () { class in lunr

12