Home
last modified time | relevance | path

Searched refs:pipelines (Results 1 – 25 of 55) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrVFP.td79 // 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/
DARMInstrVFP.td109 // 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/
DvktSparseResourcesShaderIntrinsicsStorage.cpp361 pipelines.resize(imageSparseInfo.mipLevels); in recordCommands()
453pipelines[mipLevelNdx] = makeVkSharedPtr(makeComputePipeline(deviceInterface, getDevice(), *pipeli… in recordCommands()
454 const VkPipeline computePipeline = **pipelines[mipLevelNdx]; in recordCommands()
DvktSparseResourcesShaderIntrinsicsBase.hpp161 std::vector<SharedVkPipeline> pipelines; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
DvktSparseResourcesShaderIntrinsicsSampled.cpp825 pipelines.push_back(makeVkSharedPtr(makeGraphicsPipeline( in recordCommands()
829 const VkPipeline graphicsPipeline = **pipelines[0]; in recordCommands()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp602 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/
DvktPipelineMultisampleImageTests.cpp308 std::vector<PipelineSp> pipelines; in makeGraphicsPipelines() local
311pipelines.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/
DHexagonScheduleV60.td61 // 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
DHexagonScheduleV55.td10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
DHexagonScheduleV4.td10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4222 } 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/
DNOTES49 starting point for driver pipelines. Some drivers will remove a stage
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst26 dynamically generate optimized rasterizing pipelines.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt26 + Single-program and two-program pipelines
/external/mesa3d/include/GLES2/
Dgl2ext.h1154 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/
Dpass-pipelines.ll1 ; Test the particular pass pipelines have the expected structure. This is
/external/libmicrohttpd/
DREADME84 - HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines
/external/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt41 + Rendering with separate shader pipelines
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2ext.h1518 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/
DvktApiObjectManagementTests.cpp1715 vector<VkPipelineSp> pipelines; in createMultiple() local
1721pipelines.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
1844pipelines.push_back(VkPipelineSp(new Move<VkPipeline>(check<VkPipeline>(pHandles[i]), Deleter<VkPi… in createMultiple()
1847 return pipelines; in createMultiple()
/external/llvm/docs/Frontend/
DPerformanceTips.rst249 use the existing -O2 or -O3 pass pipelines as is. These pass pipelines make a
/external/llvm/docs/
DTestingGuide.rst195 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/
Dapitests.adoc528 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/
DPPCScheduleP8.td33 // Load/Store pipelines can handle Stores, fixed-point loads, and simple
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td315 // These instructions are split across multiple uops (in different pipelines)

123