Lines Matching defs:images

872 void initializeAttachments(const TestParams& params, WorkingData& wd, std::vector<VkImage>& images, std::vector<VkImageView>& attachments, const size_t passNdx, deInt32 attachmentNdxes[8])
880 images.push_back(wd.floatColor1.image.get());
886 images.push_back(wd.floatColor2.image.get());
892 images.push_back(wd.intColor.image.get());
898 images.push_back(wd.depthStencil.image.get());
906 images.push_back(wd.floatResolve1.image.get());
912 images.push_back(wd.floatResolve2.image.get());
918 images.push_back(wd.intResolve.image.get());
924 images.push_back(wd.depthStencilResolve.image.get());
1654 const std::vector<VkImage>& images,
1679 testObjects.renderPassFramebuffers.back().createFramebuffer(vk, device, static_cast<deUint32>(attachments.size()), dataOrNullPtr(images), dataOrNullPtr(attachments), wd.framebufferSize.x(), wd.framebufferSize.y());
1688 // Create images
2299 // If not rendering to the whole framebuffer and the images were cleared before the render pass, verify that the area outside the render pass is untouched.
2992 std::vector<VkImage> images;
3003 initializeAttachments(params, wd, images, attachments, 0, attachmentNdxes);
3049 createRenderPassAndFramebuffer(context, wd, testObjects, params.pipelineConstructionType, images, attachments, attachmentDescriptions, subpasses, {});
3317 std::vector<VkImage> images;
3328 initializeAttachments(params, wd, images, attachments, 0, attachmentNdxes);
3374 createRenderPassAndFramebuffer(context, wd, testObjects, params.pipelineConstructionType, images, attachments, attachmentDescriptions, subpasses, {});
3677 std::vector<VkImage> images;
3690 initializeAttachments(params, wd, images, attachments, params.perPass.size(), attachmentNdxes);
3710 createRenderPassAndFramebuffer(context, wd, testObjects, params.pipelineConstructionType, images, attachments, attachmentDescriptions, subpasses, subpassDependencies);
3791 std::vector<VkImage> images;
3807 initializeAttachments(params, wd, images, attachments, renderPassNdx, attachmentNdxes);
3852 createRenderPassAndFramebuffer(context, wd, testObjects, params.pipelineConstructionType, images, attachments, attachmentDescriptions, subpasses, {});
4345 // The images are cleared and rendered to, possibly multiple times with blend, by blending between one color and black horizontally and another color and black vertically for every other sample.
4504 std::vector<VkImage> images;
4518 initializeAttachments(params, wd, images, attachments, params.perPass.size(), attachmentNdxes);
4569 createRenderPassAndFramebuffer(context, wd, testObjects, params.pipelineConstructionType, images, attachments, attachmentDescriptions, subpasses, subpassDependencies);