/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | root_list.js | 43 if (response.pipelines && response.pipelines.length > 0) { 53 $.each(response.pipelines, function(index, infoMap) {
|
D | status.js | 106 var current = STATUS_MAP.pipelines[pipelineId]; 432 var otherPipeline = STATUS_MAP.pipelines[slot.fillerPipelineId]; 531 var relatedInfoMap = STATUS_MAP.pipelines[relatedPipelineId]; 594 var parentInfoMap = statusMap.pipelines[nextPipelineId]; 598 if (statusMap.pipelines[nextPipelineId]) { 599 var children = statusMap.pipelines[nextPipelineId].children; 631 var infoMap = STATUS_MAP.pipelines[pipelineId]; 644 var infoMapA = STATUS_MAP.pipelines[a]; 645 var infoMapB = STATUS_MAP.pipelines[b]; 696 var rootMap = STATUS_MAP.pipelines[STATUS_MAP.rootPipelineId]; [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 97 // pipelines. 111 // pipelines. 159 // VFP pipelines. 172 // VFP pipelines. 185 // VFP pipelines. 294 // VFP pipelines on A8. 310 // VFP pipelines on A8. 338 // VFP pipelines on A8. 352 // VFP pipelines on A8. 417 // VFP pipelines on A8. [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/ |
D | test_layer1.py | 77 pipelines = self.api.list_pipelines()['Pipelines'] 78 pipeline_names = [p['Name'] for p in pipelines]
|
/external/chromium-trace/catapult/third_party/pipeline/ |
D | README.chromium | 3 URL: https://github.com/GoogleCloudPlatform/appengine-pipelines
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 602 GLW_APICALL void GLW_APIENTRY glGenProgramPipelines (GLsizei n, GLuint* pipelines) in glGenProgramPipelines() argument 606 if (pipelines) in glGenProgramPipelines() 609 pipelines[ndx] = ctx->programPipelines.allocate(); in glGenProgramPipelines()
|
/external/llvm/lib/Target/Hexagon/ |
D | 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
|
D | HexagonScheduleV55.td | 10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
|
D | HexagonScheduleV4.td | 10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 4225 } pipelines[] = in generateReferencedByShaderCaseBlocks() local 4265 for (int pipelineNdx = 0; pipelineNdx < DE_LENGTH_OF_ARRAY(pipelines); ++pipelineNdx) in generateReferencedByShaderCaseBlocks() 4269 …TestCaseGroup* const blockGroup = new TestCaseGroup(context, pipelines[pipelineNdx].name, "… in generateReferencedByShaderCaseBlocks() 4273 pipelines[pipelineNdx].flags, in generateReferencedByShaderCaseBlocks() 4274 pipelines[pipelineNdx].flags); in generateReferencedByShaderCaseBlocks() 4279 generateBlockContent(context, shaders, blockGroup, pipelines[pipelineNdx].expandLevel); in generateReferencedByShaderCaseBlocks() 4286 if (pipelines[pipelineNdx].flags & (1 << selectedStageBit)) in generateReferencedByShaderCaseBlocks() 4291 pipelines[pipelineNdx].flags, in generateReferencedByShaderCaseBlocks() 4299 …const std::string setName = std::string() + pipelines[pipelineNdx].name + "_only_" + stageN… in generateReferencedByShaderCaseBlocks() 4303 generateBlockContent(context, shaders, blockGroup, pipelines[pipelineNdx].subExpandLevel); in generateReferencedByShaderCaseBlocks() [all …]
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.separate_shader.txt | 26 + Single-program and two-program pipelines
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 26 dynamically generate optimized rasterizing pipelines.
|
/external/mesa3d/src/mesa/tnl/ |
D | NOTES | 49 starting point for driver pipelines. Some drivers will remove a stage
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 1154 GL_APICALL void GL_APIENTRY glDeleteProgramPipelinesEXT (GLsizei n, const GLuint *pipelines); 1155 GL_APICALL void GL_APIENTRY glGenProgramPipelinesEXT (GLsizei n, GLuint *pipelines); 1185 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines); 1186 typedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines);
|
/external/libmicrohttpd/ |
D | README | 84 - HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 41 + Rendering with separate shader pipelines
|
/external/llvm/docs/ |
D | TestingGuide.rst | 199 shell's syntax for pipelines including I/O redirection and variable 213 long pipelines of commands without making huge line lengths. The lines 228 As with a Unix shell, the RUN lines permit pipelines and I/O
|
/external/llvm/docs/Frontend/ |
D | PerformanceTips.rst | 249 use the existing -O2 or -O3 pass pipelines as is. These pass pipelines make a
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 528 Pipeline tests will create various pipelines and verify that rendering results appear to match (res… 533 …o use pipeline caches, test that pipelines created from pre-populated cache still produce identica…
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP8.td | 33 // Load/Store pipelines can handle Stores, fixed-point loads, and simple
|
D | PPCSchedule440.td | 33 // load/store (L-pipe) pipelines
|
/external/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 315 // These instructions are split across multiple uops (in different pipelines)
|
/external/v8/build/toolchain/ |
D | gcc_toolchain.gni | 270 # requiring sh control structures, pipelines, and POSIX utilities.
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 677 void CallLogWrapper::glCreateProgramPipelines (glw::GLsizei n, glw::GLuint *pipelines) argument 680 …n << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(pipelines))) << ");" << Te… 681 m_gl.createProgramPipelines(n, pipelines); 795 void CallLogWrapper::glDeleteProgramPipelines (glw::GLsizei n, const glw::GLuint *pipelines) argument 798 …m_log << TestLog::Message << "glDeleteProgramPipelines(" << n << ", " << getPointerStr(pipelines, … 799 m_gl.deleteProgramPipelines(n, pipelines); 1264 void CallLogWrapper::glGenProgramPipelines (glw::GLsizei n, glw::GLuint *pipelines) argument 1267 …n << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(pipelines))) << ");" << Te… 1268 m_gl.genProgramPipelines(n, pipelines); 1270 …m_log << TestLog::Message << "// pipelines = " << getPointerStr(pipelines, n) << TestLog::EndMessa…
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 43 …ology for tessellation pipelines, that VK_PRIMITIVE_TOPOLOGY_PATCH_LIST primitive topology is only… 67 …uring an active Renderpass, and that binding compute descriptor sets or pipelines does not take pl…
|