/third_party/mesa3d/src/mesa/main/ |
D | pipelineobj.c | 556 _mesa_DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in _mesa_DeleteProgramPipelines() 602 create_program_pipelines(struct gl_context *ctx, GLsizei n, GLuint *pipelines, in create_program_pipelines() 633 GLuint *pipelines, bool dsa) in create_program_pipelines_err() 646 _mesa_GenProgramPipelines_no_error(GLsizei n, GLuint *pipelines) in _mesa_GenProgramPipelines_no_error() 653 _mesa_GenProgramPipelines(GLsizei n, GLuint *pipelines) in _mesa_GenProgramPipelines() 664 _mesa_CreateProgramPipelines_no_error(GLsizei n, GLuint *pipelines) in _mesa_CreateProgramPipelines_no_error() 671 _mesa_CreateProgramPipelines(GLsizei n, GLuint *pipelines) in _mesa_CreateProgramPipelines()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 103 const pipelines_t& pipelines, in validateResults() 150 qpTestResult checkPipelineMustBeValid(VkResult, const vector<UniquePipeline>& pipelines, duration, … in checkPipelineMustBeValid() 172 qpTestResult checkPipelineMustBeNull(VkResult, const vector<UniquePipeline>& pipelines, duration, s… in checkPipelineMustBeNull() 194 qpTestResult checkPipelineNullAfterIndex(VkResult, const vector<UniquePipeline>& pipelines, duratio… in checkPipelineNullAfterIndex() 860 pipelines_t& pipelines, in timePipelineCreation() 904 auto pipelines = wrapHandles(vk, device, created); in testInstance() local 1041 pipelines_t& pipelines, in timePipelineCreation() 1089 auto pipelines = wrapHandles(vk, device, created); in testInstance() local
|
D | vktPipelineMultisampleImageTests.cpp | 305 std::vector<PipelineSp> pipelines; in makeGraphicsPipelines() local 901 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, caseDef.numLayers, *… in renderMultisampledImage() local 1109 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, … in test() local 1668 …const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, … in test() local
|
D | vktPipelineRenderToImageTests.cpp | 988 vector<SharedPtrVkPipeline> pipelines; in testWithSizeReduction() local 1306 vector<SharedPtrVkPipeline> pipelines; in drawToMipLevel() local
|
D | vktPipelineInterfaceMatchingTests.cpp | 129 bool isPipelineOneOf(PipelineType pipelineType, std::set<PipelineType> pipelines) in isPipelineOneOf()
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 995 std::vector<PipelineSp> pipelines; in draw() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 369 vector<PipelineSp> pipelines(subpassCount); in iterate() local 439 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1566 vector<PipelineSp> pipelines(subpassCount); in iterate() local 1785 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1876 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 1959 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 2125 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 2244 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 2415 …32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines) in draw() 2523 vector<PipelineSp> pipelines(subpassCount); in iterate() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.h | 111 struct hash_table pipelines[11]; // number of draw modes we support member 121 struct hash_table *pipelines; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.hpp | 184 std::vector<SharedVkPipeline> pipelines; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | scrubby.c | 416 static Pipeline pipelines[] = { variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassLoadStoreOpNoneTests.cpp | 497 std::vector<Move<VkPipeline>>& pipelines) in createCommandBuffer() 677 std::vector<Move<VkPipeline>> pipelines; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 475 vector<Move<VkPipeline>> pipelines; in iterate() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | capture_gles_3_1_params.cpp | 29 const GLuint *pipelines, in CaptureDeleteProgramPipelines_pipelines() 57 GLuint *pipelines, in CaptureGenProgramPipelines_pipelines()
|
D | capture_gles_3_1_autogen.cpp | 113 const GLuint *pipelines) in CaptureDeleteProgramPipelines() 209 GLuint *pipelines) in CaptureGenProgramPipelines()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_3_1_params.cpp | 29 const ProgramPipelineID *pipelines, in CaptureDeleteProgramPipelines_pipelinesPacked() 65 ProgramPipelineID *pipelines, in CaptureGenProgramPipelines_pipelinesPacked()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | fakesink.c | 977 NotifyRacePipeline pipelines[NOTIFY_RACE_NUM_PIPELINES]; in GST_START_TEST() local
|
/third_party/ffmpeg/libavfilter/ |
D | vulkan.h | 187 VulkanPipeline **pipelines; member
|
D | vulkan.c | 1275 FN_CREATING(VulkanFilterContext, VulkanPipeline, pipeline, pipelines, pipelines_num) in FN_CREATING() argument
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 622 GLW_APICALL void GLW_APIENTRY glGenProgramPipelines (GLsizei n, GLuint* pipelines) in glGenProgramPipelines()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | CommandAllocatorTests.cpp | 456 const uint64_t pipelines[kNumAllocators][kNumCommandsPerAllocator] = { in TEST() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 149 void GL_APIENTRY DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in DeleteProgramPipelines() 269 void GL_APIENTRY GenProgramPipelines(GLsizei n, GLuint *pipelines) in GenProgramPipelines()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingPipelineLibraryTests.cpp | 585 …std::vector<de::SharedPtr<Move<VkPipeline>>> pipelines = pipelineLibraries[0]->get()->createPip… in runTest() local
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 179 void GL_APIENTRY GL_DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in GL_DeleteProgramPipelines() 336 void GL_APIENTRY GL_GenProgramPipelines(GLsizei n, GLuint *pipelines) in GL_GenProgramPipelines()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_1_autogen.cpp | 113 void GL_APIENTRY DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in DeleteProgramPipelines() 185 void GL_APIENTRY GenProgramPipelines(GLsizei n, GLuint *pipelines) in GenProgramPipelines()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_funcs.hpp | 2867 std::vector<VULKAN_HPP_NAMESPACE::Pipeline, PipelineAllocator> pipelines( createInfos.size() ); in createGraphicsPipelines() local 2896 …std::vector<VULKAN_HPP_NAMESPACE::Pipeline, PipelineAllocator> pipelines( createInfos.size(), pipe… in createGraphicsPipelines() local 2947 … std::vector<Pipeline> pipelines( createInfos.size() ); in createGraphicsPipelinesUnique() local 2988 … std::vector<Pipeline> pipelines( createInfos.size() ); in createGraphicsPipelinesUnique() local 3071 std::vector<VULKAN_HPP_NAMESPACE::Pipeline, PipelineAllocator> pipelines( createInfos.size() ); in createComputePipelines() local 3100 …std::vector<VULKAN_HPP_NAMESPACE::Pipeline, PipelineAllocator> pipelines( createInfos.size(), pipe… in createComputePipelines() local 3151 … std::vector<Pipeline> pipelines( createInfos.size() ); in createComputePipelinesUnique() local 3192 … std::vector<Pipeline> pipelines( createInfos.size() ); in createComputePipelinesUnique() local 15105 std::vector<VULKAN_HPP_NAMESPACE::Pipeline, PipelineAllocator> pipelines( createInfos.size() ); in createRayTracingPipelinesNV() local 15134 …std::vector<VULKAN_HPP_NAMESPACE::Pipeline, PipelineAllocator> pipelines( createInfos.size(), pipe… in createRayTracingPipelinesNV() local [all …]
|