Searched defs:imageViewCreateInfo (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp280 const VkImageViewCreateInfo imageViewCreateInfo = local
298 m_imageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
345 const VkImageViewCreateInfo imageViewCreateInfo = local
363 m_resolvedImageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp251 const VkImageViewCreateInfo imageViewCreateInfo = local
274 m_colorImageView = createImageView(m_vkd, m_device, &imageViewCreateInfo, DE_NULL);
H A DvktApiImageClearingTests.cpp567 const VkImageViewCreateInfo imageViewCreateInfo = local
590 return vk::createImageView(m_vkd, m_device, &imageViewCreateInfo, DE_NULL);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp236 VkImageViewCreateInfo imageViewCreateInfo; local
273 deMemset(&imageViewCreateInfo, 0xcd, sizeof(imageViewCreateInfo));
274 imageViewCreateInfo.sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO;
275 imageViewCreateInfo.pNext = DE_NULL;
276 imageViewCreateInfo.flags = 0;
277 imageViewCreateInfo.image = image.image.get();
278 imageViewCreateInfo.viewType = VK_IMAGE_VIEW_TYPE_2D;
279 imageViewCreateInfo.format = imageParameters.format;
280 imageViewCreateInfo
[all...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp492 const VkImageViewCreateInfo imageViewCreateInfo = local
510 m_imageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
557 const VkImageViewCreateInfo imageViewCreateInfo = local
575 m_resolvedImageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);

Completed in 256 milliseconds