Home
last modified time | relevance | path

Searched refs:makeGraphicsPipeline (Results 1 – 25 of 70) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.hpp32 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
53 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
DvkObjUtil.cpp33 Move<VkPipeline> makeGraphicsPipeline(const DeviceInterface& vk, in makeGraphicsPipeline() function
286 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp144 vk::Move<vk::VkPipeline> makeGraphicsPipeline (const vk::DeviceInterface& vk,
155 vk::Move<vk::VkPipeline> makeGraphicsPipeline (const vk::DeviceInterface& vk,
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp87 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
125 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
175 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderP… in draw()
DvktGeometryLayeredRenderingTests.cpp216 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
254 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
1049 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderP… in test()
1225 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderP… in testLayeredReadBack()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp267 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
531 …Move<VkPipeline> stencilPipeline = makeGraphicsPipeline (vk, device, *pipelineLayout, *rende… in testStencilExportReplace()
532 …Move<VkPipeline> colorPipeline = makeGraphicsPipeline (vk, device, *pipelineLayout, *renderP… in testStencilExportReplace()
DvktPipelineMultisampleSampleLocationsExtTests.cpp623 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
728 return makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
765 …return makeGraphicsPipeline(vk, device, dynamicState, pipelineLayout, renderPass, vertexModule, fr… in makeGraphicsPipelineSinglePassColor()
2289 const Unique<VkPipeline> pipeline(makeGraphicsPipeline( in drawPatternChangeReference()
2482 pipeline[passNdx] = makeGraphicsPipeline( in drawRenderPasses()
2490 pipeline[passNdx] = makeGraphicsPipeline( in drawRenderPasses()
2857 pipeline[passNdx] = makeGraphicsPipeline( in drawSubpasses()
2865 pipeline[passNdx] = makeGraphicsPipeline( in drawSubpasses()
3023 pipeline[passNdx] = makeGraphicsPipeline( in drawSameSubpass()
3031 pipeline[passNdx] = makeGraphicsPipeline( in drawSameSubpass()
DvktPipelineFramebufferAttachmentTests.cpp189 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
247 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
469 …pipeline.push_back(makeSharedPtr(makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *v… in test()
855 …pipeline.push_back(makeSharedPtr(makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *v… in testNoAtt()
1129 …pipeline = makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragment… in testDifferentAttachmentSizes()
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp411 …const Unique<VkPipeline> graphicsPipelineMSPass(makeGraphicsPipeline(deviceInterface, // const… in iterate()
465 …graphicsPipelinesPerSampleFetch[sampleNdx] = makeVkSharedPtr((makeGraphicsPipeline(deviceInterface… in iterate()
DvktPipelineMultisampleBaseResolve.cpp255 …const Unique<VkPipeline> graphicsPipeline(makeGraphicsPipeline(deviceInterface, // const Devi… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp96 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
125 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
362 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModule… in ScissorRenderer()
DvktFragmentOperationsEarlyFragmentTests.cpp115 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
153 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
437 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPas… in iterate()
DvktFragmentOperationsScissorTests.cpp115 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
168 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
394 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *m_pipelineLayout, *m_renderPa… in draw()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp39 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
120 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
699 pipelines.push_back(makeVkSharedPtr(makeGraphicsPipeline( in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp245 Move<VkPipeline> makeGraphicsPipeline (const VkRenderPass renderPass,
375 …Move<VkPipeline> graphicsPipeline = makeGraphicsPipeline (*renderPass, *pipelineLayout, (VkShad… in iterate()
492 Move<VkPipeline> CrossStageTestInstance::makeGraphicsPipeline (const VkRenderPass renderPass, in makeGraphicsPipeline() function in vkt::SpirVAssembly::__anon3f531ffb0111::CrossStageTestInstance
578 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp173 Move<VkPipeline> makeGraphicsPipeline(Context& context, in makeGraphicsPipeline() function
225 …return vk::makeGraphicsPipeline(context.getDeviceInterface(), // const DeviceInterface& … in makeGraphicsPipeline()
1552 const Unique<VkPipeline> pipeline (makeGraphicsPipeline(context, *pipelineLayout, in makeTessellationEvaluationFrameBufferTest()
1766 const Unique<VkPipeline> pipeline (makeGraphicsPipeline(context, *pipelineLayout, in makeGeometryFrameBufferTest()
2017 const Unique<VkPipeline> pipeline(makeGraphicsPipeline(context, *pipelineLayout, in allStages()
2269 const Unique<VkPipeline> pipeline (makeGraphicsPipeline(context, *pipelineLayout, in makeVertexFrameBufferTest()
2470 const Unique<VkPipeline> pipeline(makeGraphicsPipeline(context, *pipelineLayout, in makeFragmentFrameBufferTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp454 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, // const DeviceInterface& … in renderTriangleTest()
764 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, // const DeviceInterface& … in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp126 vk::Move<vk::VkPipeline> makeGraphicsPipeline (const vk::DeviceInterface& vk,
DvktImageTestsUtil.cpp272 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
352 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp770 m_graphicsPipelineSubpass0 = makeGraphicsPipeline(vk, // const DeviceInterface& vk in UnusedAttachmentTestInstance()
786 m_graphicsPipelineSubpass1 = makeGraphicsPipeline(vk, // const DeviceInterface& vk in UnusedAttachmentTestInstance()
DvktRenderPassSampleReadTests.cpp522 return makeGraphicsPipeline(vkd, // const DeviceInterface& vk in createRenderPipeline()
636 return makeGraphicsPipeline(vkd, // const DeviceInterface& vk in createSubpassPipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp192 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
725 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModule… in Renderer()
DvktDrawShaderLayerTests.cpp280 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() function
808 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModule… in Renderer()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp383 …m_graphicsPipeline = makeGraphicsPipeline(vk, // const DeviceInterface& … in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp641 m_pipeline = makeGraphicsPipeline(m_vkd, // const DeviceInterface& vk in createPipeline()
1052 m_pipelineDraw = makeGraphicsPipeline(m_vkd, //const DeviceInterface& vk in createPipelines()
1068 m_pipelineUpdate = makeGraphicsPipeline(m_vkd, //const DeviceInterface& vk in createPipelines()

123