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.cpp490 void recordRenderPass (const DeviceInterface& deviceInterface, const RenderInfo& renderInfo) in recordRenderPass() argument
495 if (renderInfo.waitEvent) in recordRenderPass()
496 …deviceInterface.cmdWaitEvents(renderInfo.commandBuffer, 1, &renderInfo.event, VK_PIPELINE_STAGE_HO… in recordRenderPass()
498 …deviceInterface, renderInfo.commandBuffer, renderInfo.renderPass, renderInfo.framebuffer, makeRect… in recordRenderPass()
499 …deviceInterface.cmdBindPipeline(renderInfo.commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, renderI… in recordRenderPass()
500 …deviceInterface.cmdBindVertexBuffers(renderInfo.commandBuffer, 0u, 1u, &renderInfo.vertexBuffer, &… in recordRenderPass()
501 deviceInterface.cmdDraw(renderInfo.commandBuffer, renderInfo.vertexBufferSize, 1, 0, 0); in recordRenderPass()
502 endRenderPass(deviceInterface, renderInfo.commandBuffer); in recordRenderPass()
511 renderBarrier.srcQueueFamilyIndex = renderInfo.queueFamilyNdxList[0]; in recordRenderPass()
512 …renderBarrier.dstQueueFamilyIndex = renderInfo.queueFamilyNdxList[renderInfo.queueFamilyNdxCoun… in recordRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1807 const SubpassRenderInfo& renderInfo) in createSubpassPipeline() argument
1812 …for (deUint32 attachmentNdx = 0; attachmentNdx < renderInfo.getColorAttachmentCount(); attachmentN… in createSubpassPipeline()
1814 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline()
1830 (attachmentNdx < renderInfo.getDrawStartNdx() ? (deUint32)0 : in createSubpassPipeline()
1838 if (renderInfo.getDepthStencilAttachment()) in createSubpassPipeline()
1840 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline()
1887 (float)renderInfo.getViewportOffset().x(), (float)renderInfo.getViewportOffset().y(), in createSubpassPipeline()
1888 (float)renderInfo.getViewportSize().x(), (float)renderInfo.getViewportSize().y(), in createSubpassPipeline()
1894 { (deInt32)renderInfo.getViewportOffset().x(), (deInt32)renderInfo.getViewportOffset().y() }, in createSubpassPipeline()
1895 { renderInfo.getViewportSize().x(), renderInfo.getViewportSize().y() } in createSubpassPipeline()
[all …]