/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrVFP.td | 79 // pipelines. 93 // pipelines. 141 // VFP pipelines. 154 // VFP pipelines. 167 // VFP pipelines. 210 // VFP pipelines on A8. 224 // VFP pipelines on A8. 248 // VFP pipelines on A8. 262 // VFP pipelines on A8. 284 // VFP pipelines on A8. [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 109 // pipelines. 128 // pipelines. 181 // VFP pipelines. 194 // VFP pipelines. 207 // VFP pipelines. 347 // VFP pipelines on A8. 369 // VFP pipelines on A8. 409 // VFP pipelines on A8. 429 // VFP pipelines on A8. 511 // VFP pipelines on A8. [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 361 pipelines.resize(imageSparseInfo.mipLevels); in recordCommands() 453 …pipelines[mipLevelNdx] = makeVkSharedPtr(makeComputePipeline(deviceInterface, getDevice(), *pipeli… in recordCommands() 454 const VkPipeline computePipeline = **pipelines[mipLevelNdx]; in recordCommands()
|
D | vktSparseResourcesShaderIntrinsicsBase.hpp | 161 std::vector<SharedVkPipeline> pipelines; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 825 pipelines.push_back(makeVkSharedPtr(makeGraphicsPipeline( in recordCommands() 829 const VkPipeline graphicsPipeline = **pipelines[0]; in recordCommands()
|
/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/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 308 std::vector<PipelineSp> pipelines; in makeGraphicsPipelines() local 311 …pipelines.push_back(makeSharedPtr(Move<VkPipeline>(check<VkPipeline>(*it), Deleter<VkPipeline>(vk,… in makeGraphicsPipelines() 313 return pipelines; in makeGraphicsPipelines() 810 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, caseDef.numLayers, *… in renderMultisampledImage() local 838 vk.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, **pipelines[layerNdx]); in renderMultisampledImage() 1019 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, … in test() local 1059 vk.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, **pipelines.back()); in test()
|
/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 | 4222 } pipelines[] = in generateReferencedByShaderCaseBlocks() local 4262 for (int pipelineNdx = 0; pipelineNdx < DE_LENGTH_OF_ARRAY(pipelines); ++pipelineNdx) in generateReferencedByShaderCaseBlocks() 4266 …TestCaseGroup* const blockGroup = new TestCaseGroup(context, pipelines[pipelineNdx].name, "… in generateReferencedByShaderCaseBlocks() 4270 pipelines[pipelineNdx].flags, in generateReferencedByShaderCaseBlocks() 4271 pipelines[pipelineNdx].flags); in generateReferencedByShaderCaseBlocks() 4276 generateBlockContent(context, shaders, blockGroup, pipelines[pipelineNdx].expandLevel); in generateReferencedByShaderCaseBlocks() 4283 if (pipelines[pipelineNdx].flags & (1 << selectedStageBit)) in generateReferencedByShaderCaseBlocks() 4288 pipelines[pipelineNdx].flags, in generateReferencedByShaderCaseBlocks() 4296 …const std::string setName = std::string() + pipelines[pipelineNdx].name + "_only_" + stageN… in generateReferencedByShaderCaseBlocks() 4300 generateBlockContent(context, shaders, blockGroup, pipelines[pipelineNdx].subExpandLevel); in generateReferencedByShaderCaseBlocks() [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | NOTES | 49 starting point for driver pipelines. Some drivers will remove a stage
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 26 dynamically generate optimized rasterizing pipelines.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.separate_shader.txt | 26 + Single-program and two-program pipelines
|
/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/llvm/test/Other/ |
D | pass-pipelines.ll | 1 ; Test the particular pass pipelines have the expected structure. This is
|
/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/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2ext.h | 1518 GL_APICALL void GL_APIENTRY glDeleteProgramPipelinesEXT (GLsizei n, const GLuint *pipelines); 1519 GL_APICALL void GL_APIENTRY glGenProgramPipelinesEXT (GLsizei n, GLuint *pipelines); 1549 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines); 1550 typedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1715 vector<VkPipelineSp> pipelines; in createMultiple() local 1721 …pipelines.push_back(VkPipelineSp(new Move<VkPipeline>(check<VkPipeline>(pHandles[i]), Deleter<VkPi… in createMultiple() 1724 return pipelines; in createMultiple() 1838 vector<VkPipelineSp> pipelines; in createMultiple() local 1844 …pipelines.push_back(VkPipelineSp(new Move<VkPipeline>(check<VkPipeline>(pHandles[i]), Deleter<VkPi… in createMultiple() 1847 return pipelines; in createMultiple()
|
/external/llvm/docs/Frontend/ |
D | PerformanceTips.rst | 249 use the existing -O2 or -O3 pass pipelines as is. These pass pipelines make a
|
/external/llvm/docs/ |
D | TestingGuide.rst | 195 shell's syntax for pipelines including I/O redirection and variable 209 long pipelines of commands without making huge line lengths. The lines 224 As with a Unix shell, the RUN lines permit pipelines and I/O
|
/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
|
/external/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 315 // These instructions are split across multiple uops (in different pipelines)
|