Home
last modified time | relevance | path

Searched refs:imageViewCreateInfo (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp218 const vkhpp::ImageViewCreateInfo imageViewCreateInfo = { in TEST_P() local
231 auto imageView = device->createImageViewUnique(imageViewCreateInfo).value; in TEST_P()
330 const vkhpp::ImageViewCreateInfo imageViewCreateInfo = { in TEST_P() local
343 auto imageView = device->createImageViewUnique(imageViewCreateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp322 const vkhpp::ImageViewCreateInfo imageViewCreateInfo = { in createColorAttachment() local
335 res->imageView = device.createImageViewUnique(imageViewCreateInfo).value; in createColorAttachment()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp339 const vkhpp::ImageViewCreateInfo imageViewCreateInfo = { in CreateImage() local
357 auto imageView = VK_EXPECT_RV(mDevice->createImageViewUnique(imageViewCreateInfo)); in CreateImage()
587 const vkhpp::ImageViewCreateInfo imageViewCreateInfo = { in CreateYuvImage() local
606 auto imageView = VK_EXPECT_RV(mDevice->createImageViewUnique(imageViewCreateInfo)); in CreateYuvImage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc495 VkImageViewCreateInfo imageViewCreateInfo = {
504 vkCreateImageView(device, &imageViewCreateInfo, NULL, &outputImageView);
553 VkImageViewCreateInfo imageViewCreateInfo = {
562 vkCreateImageView(device, &imageViewCreateInfo, NULL, &dpbImageView);
DVK_KHR_video_queue.adoc851 VkImageViewCreateInfo imageViewCreateInfo = {
860 vkCreateImageView(device, &imageViewCreateInfo, NULL, &imageView);
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp597 const VkImageViewCreateInfo imageViewCreateInfo = { in setUpDefaultImage() local
621 VK_CHECK(m_vk.vkCreateImageView(m_vkDevice, &imageViewCreateInfo, nullptr, &imageView)); in setUpDefaultImage()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3198 …std::size_t operator()(VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const & imageViewCreateInfo) cons… in operator ()()
3201 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.sType ); in operator ()()
3202 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.pNext ); in operator ()()
3203 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.flags ); in operator ()()
3204 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.image ); in operator ()()
3205 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.viewType ); in operator ()()
3206 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.format ); in operator ()()
3207 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.components ); in operator ()()
3208 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.subresourceRange ); in operator ()()
Dvulkan_hash.hpp5447 …std::size_t operator()(VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const & imageViewCreateInfo) cons… in operator ()()
5450 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.sType ); in operator ()()
5451 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.pNext ); in operator ()()
5452 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.flags ); in operator ()()
5453 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.image ); in operator ()()
5454 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.viewType ); in operator ()()
5455 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.format ); in operator ()()
5456 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.components ); in operator ()()
5457 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.subresourceRange ); in operator ()()