Searched defs:attachmentHandles (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp538 vector<VkImageView> attachmentHandles; local
584 // create attachmentHandles and pipelines (one for each layer). We use the renderSize for viewport and scissor
589 attachmentHandles.push_back(**colorAttachments.back());
596 framebuffer = makeFramebuffer(vk, device, *renderPass, caseDef.numLayers, &attachmentHandles[0],
H A DvktPipelineRenderToImageTests.cpp1006 vector<VkImageView> attachmentHandles; // all attachments (color and d/s) local
1090 attachmentHandles.push_back(**colorAttachments.back());
1106 attachmentHandles.push_back(**depthStencilAttachments.back());
1110 framebuffer = makeFramebuffer(vk, device, *renderPass, static_cast<deUint32>(attachmentHandles.size()), &attachmentHandles[0], static_cast<deUint32>(imageSize.x()), static_cast<deUint32>(imageSize.y()));
1324 vector<VkImageView> attachmentHandles; // all attachments (color and d/s) local
1336 attachmentHandles.push_back(**colorAttachments.back());
1353 attachmentHandles.push_back(**depthStencilAttachments.back());
1357 const Unique<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, static_cast<deUint32>(attachmentHandles.size()), &attachmentHandles[
[all...]
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1018 vector<VkImageView> attachmentHandles; member in struct:vkt::image::UploadDownloadExecutor::__anon4348
1351 m_uDraw.attachmentHandles.push_back(*imageView);
1358 m_uDraw.framebuffer = makeFramebuffer(m_vk, m_device, *m_uDraw.renderPass, static_cast<deUint32>(m_uDraw.attachmentHandles.size()), &m_uDraw.attachmentHandles[0], m_caseDef.size.swizzle(0, 1));

Completed in 185 milliseconds