Home | History | Annotate | Download | only in tests

Lines Matching full:imageinfo

2235     VkDescriptorImageInfo imageInfo[4] = {};
2236 imageInfo[0].imageView = view;
2237 imageInfo[0].imageLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL;
2238 imageInfo[1].imageView = view;
2239 imageInfo[1].imageLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL;
2240 imageInfo[2].imageView = view;
2241 imageInfo[2].imageLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL;
2242 imageInfo[3].imageView = view;
2243 imageInfo[3].imageLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL;
2258 descriptor_write[1].pImageInfo = imageInfo;
2264 descriptor_write[2].pImageInfo = &imageInfo[2];