/external/mesa3d/src/mesa/main/ |
D | pipelineobj.c | 483 _mesa_DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in _mesa_DeleteProgramPipelines() 529 create_program_pipelines(struct gl_context *ctx, GLsizei n, GLuint *pipelines, in create_program_pipelines() 571 _mesa_GenProgramPipelines(GLsizei n, GLuint *pipelines) in _mesa_GenProgramPipelines() 582 _mesa_CreateProgramPipelines(GLsizei n, GLuint *pipelines) in _mesa_CreateProgramPipelines()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 203 vector<PipelineSp> pipelines(subpassCount); in iterate() local 265 …t32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1038 vector<PipelineSp> pipelines(subpassCount); in iterate() local 1247 …t32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1323 …t32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1384 …t32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1489 …t32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1588 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.hpp | 161 std::vector<SharedVkPipeline> pipelines; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 309 std::vector<PipelineSp> pipelines; in makeGraphicsPipelines() local 811 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, caseDef.numLayers, *… in renderMultisampledImage() local 1020 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, … in test() local
|
D | vktPipelineRenderToImageTests.cpp | 998 vector<SharedPtrVkPipeline> pipelines; in testWithSizeReduction() local 1321 vector<SharedPtrVkPipeline> pipelines; in drawToMipLevel() local
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 617 GLW_APICALL void GLW_APIENTRY glGenProgramPipelines (GLsizei n, GLuint* pipelines) in glGenProgramPipelines()
|
D | tcuNullRenderContextFuncs.inl | 1276 GLW_APICALL void GLW_APIENTRY glCreateProgramPipelines (GLsizei n, GLuint *pipelines) 1384 GLW_APICALL void GLW_APIENTRY glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines)
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSeparateShaderObjsTests.cpp | 911 glw::GLuint pipelines[maxpipelines]; in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1019 vector<SharedPtrVkPipeline> pipelines; member
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1192 …std::vector<VkPipelineSp> pipelines (deDivRoundUp32(sampleCount, MAX_COLOR_ATTACHMENT_COUNT), (VkP… in createSplitPipelines() local
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1852 vector<VkPipelineSp> pipelines; in createMultiple() local 1975 vector<VkPipelineSp> pipelines; in createMultiple() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 4242 } pipelines[] = in generateReferencedByShaderCaseBlocks() local 4974 } pipelines[] = in init() local 6132 } pipelines[] = in generateTransformFeedbackShaderCaseBlocks() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 815 struct brw_state_flags pipelines[BRW_NUM_PIPELINES]; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_private.h | 388 VkPipeline pipelines[2][NUM_META_FS_KEYS]; member
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 897 void CallLogWrapper::glCreateProgramPipelines (glw::GLsizei n, glw::GLuint *pipelines) 1015 void CallLogWrapper::glDeleteProgramPipelines (glw::GLsizei n, const glw::GLuint *pipelines) 1610 void CallLogWrapper::glGenProgramPipelines (glw::GLsizei n, glw::GLuint *pipelines)
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1007 void glwCreateProgramPipelines (GLsizei n, GLuint *pipelines) 1135 void glwDeleteProgramPipelines (GLsizei n, const GLuint *pipelines) 1807 void glwGenProgramPipelines (GLsizei n, GLuint *pipelines)
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 29088 std::vector<Pipeline,Allocator> pipelines( createInfos.size() ); in createGraphicsPipelines() local 29102 std::vector<Pipeline,Allocator> pipelines( createInfos.size() ); in createGraphicsPipelinesUnique() local 29134 std::vector<Pipeline,Allocator> pipelines( createInfos.size() ); in createComputePipelines() local 29148 std::vector<Pipeline,Allocator> pipelines( createInfos.size() ); in createComputePipelinesUnique() local
|