Home
last modified time | relevance | path

Searched refs:renderInfo (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp455 void recordRenderPass (const DeviceInterface& deviceInterface, const RenderInfo& renderInfo) in recordRenderPass() argument
460 if (renderInfo.waitEvent) in recordRenderPass()
461 …deviceInterface.cmdWaitEvents(renderInfo.commandBuffer, 1, &renderInfo.event, VK_PIPELINE_STAGE_HO… in recordRenderPass()
463 …deviceInterface, renderInfo.commandBuffer, renderInfo.renderPass, renderInfo.framebuffer, makeRect… in recordRenderPass()
464 …deviceInterface.cmdBindPipeline(renderInfo.commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, renderI… in recordRenderPass()
465 …deviceInterface.cmdBindVertexBuffers(renderInfo.commandBuffer, 0u, 1u, &renderInfo.vertexBuffer, &… in recordRenderPass()
466 deviceInterface.cmdDraw(renderInfo.commandBuffer, renderInfo.vertexBufferSize, 1, 0, 0); in recordRenderPass()
467 endRenderPass(deviceInterface, renderInfo.commandBuffer); in recordRenderPass()
476 renderBarrier.srcQueueFamilyIndex = renderInfo.queueFamilyNdxList[0]; in recordRenderPass()
477 …renderBarrier.dstQueueFamilyIndex = renderInfo.queueFamilyNdxList[renderInfo.queueFamilyNdxCoun… in recordRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1747 const SubpassRenderInfo& renderInfo) in createSubpassPipeline() argument
1752 …for (deUint32 attachmentNdx = 0; attachmentNdx < renderInfo.getColorAttachmentCount(); attachmentN… in createSubpassPipeline()
1754 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline()
1770 (attachmentNdx < renderInfo.getDrawStartNdx() ? (deUint32)0 : in createSubpassPipeline()
1778 if (renderInfo.getDepthStencilAttachment()) in createSubpassPipeline()
1780 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline()
1827 (float)renderInfo.getViewportOffset().x(), (float)renderInfo.getViewportOffset().y(), in createSubpassPipeline()
1828 (float)renderInfo.getViewportSize().x(), (float)renderInfo.getViewportSize().y(), in createSubpassPipeline()
1834 { (deInt32)renderInfo.getViewportOffset().x(), (deInt32)renderInfo.getViewportOffset().y() }, in createSubpassPipeline()
1835 { renderInfo.getViewportSize().x(), renderInfo.getViewportSize().y() } in createSubpassPipeline()
[all …]