Searched refs:PipelineSp (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp118 typedef de::SharedPtr<Unique<VkPipeline> > PipelineSp; typedef in class:vkt::MultiView::__anon4372::MultiViewRenderTestInstance
137 vector<PipelineSp>& pipelines);
203 vector<PipelineSp> pipelines(subpassCount);
210 pipelines[subpassNdx] = (PipelineSp(new Unique<VkPipeline>(makeGraphicsPipeline(*renderPass, *pipelineLayout, static_cast<deUint32>(shaderStageParams.size()), shaderStageParams.data(), subpassNdx, vertexInputRate))));
265 void MultiViewRenderTestInstance::draw (const deUint32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines)
1038 vector<PipelineSp> pipelines(subpassCount);
1044 pipelines[subpassNdx] = (PipelineSp(new Unique<VkPipeline>(makeGraphicsPipeline(*renderPass, *m_pipelineLayout, static_cast<deUint32>(shaderStageParams.size()), shaderStageParams.data(), subpassNdx))));
1231 vector<PipelineSp>& pipelines);
1247 void MultiViewInstancedTestInstance::draw (const deUint32 subpassCount,VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines)
1300 vector<PipelineSp>
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp61 typedef SharedPtr<Unique<VkPipeline> > PipelineSp; typedef in namespace:vkt::pipeline::__anon4389
85 std::vector<PipelineSp> makeGraphicsPipelines (const DeviceInterface& vk,
309 std::vector<PipelineSp> pipelines;
811 const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, caseDef.numLayers, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule,
1020 const std::vector<PipelineSp> pipelines (makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule,

Completed in 184 milliseconds