Home
last modified time | relevance | path

Searched refs:ImageViewCreateInfo (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dimage.hpp174 struct ImageViewCreateInfo struct
201 ImageView(Device *device, VkImageView view, const ImageViewCreateInfo &info);
281 const ImageViewCreateInfo &get_create_info() const in get_create_info()
294 ImageViewCreateInfo info;
H A Dimage.cpp32 ImageView::ImageView(Device *device, VkImageView view, const ImageViewCreateInfo &info) in ImageView()
101 ImageViewCreateInfo info; in Image()
H A Ddevice.hpp216 ImageViewHandle create_image_view(const ImageViewCreateInfo &view_info);
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dimage.hpp174 struct ImageViewCreateInfo struct
201 ImageView(Device *device, VkImageView view, const ImageViewCreateInfo &info);
281 const ImageViewCreateInfo &get_create_info() const in get_create_info()
294 ImageViewCreateInfo info;
H A Dimage.cpp32 ImageView::ImageView(Device *device, VkImageView view, const ImageViewCreateInfo &info) in ImageView()
101 ImageViewCreateInfo info; in Image()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dimage.hpp175 struct ImageViewCreateInfo struct
203 ImageView(Device *device, VkImageView view, const ImageViewCreateInfo &info);
283 const ImageViewCreateInfo &get_create_info() const in get_create_info()
296 ImageViewCreateInfo info;
H A Dimage.cpp32 ImageView::ImageView(Device *device_, VkImageView view_, const ImageViewCreateInfo &info_) in ImageView()
101 ImageViewCreateInfo info; in Image()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/vkutil/
H A Dimage_view_builder.cpp61 auto const image_view_create_info = vk::ImageViewCreateInfo{} in build()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/vulkan/
H A DStructDefs.h29 DECLARE_STRUCT(ImageViewCreateInfo, VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp56 class ImageViewCreateInfo : public vk::VkImageViewCreateInfo class
59 ImageViewCreateInfo (vk::VkImage image,
66 ImageViewCreateInfo (vk::VkImage image,
H A DvktDrawExplicitVertexParameterTests.cpp357 …const ImageViewCreateInfo colorTargetViewInfo (colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in iterate()
377 const ImageViewCreateInfo multisamplingTargetViewInfo (multisampleTargetImage->object(), in iterate()
H A DvktDrawCreateInfoUtil.cpp58 ImageViewCreateInfo::ImageViewCreateInfo (vk::VkImage _image, in ImageViewCreateInfo() function in vkt::Draw::ImageViewCreateInfo
79 ImageViewCreateInfo::ImageViewCreateInfo (vk::VkImage _image, in ImageViewCreateInfo() function in vkt::Draw::ImageViewCreateInfo
H A DvktDrawInvertedDepthRangesTests.cpp217 …const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in InvertedDepthRangesTestInstance()
220 …const ImageViewCreateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in InvertedDepthRangesTestInstance()
H A DvktDrawBaseClass.cpp58 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
H A DvktDrawMultipleInterpolationTests.cpp333 const ImageViewCreateInfo colorTargetViewInfo (colorTargetImages[frameNdx]->object(), in render()
357 const ImageViewCreateInfo multisamplingTargetViewInfo (multisampleImages[frameNdx]->object(), in render()
H A DvktDrawDifferingInterpolationTests.cpp193 …const ImageViewCreateInfo colorTargetViewInfo (colorTargetImages[frameIdx]->object(), VK_IMAGE_V… in iterate()
H A DvktDrawDepthClampTests.cpp251 …const ImageViewCreateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_… in DepthClampTestInstance()
H A DvktDrawNegativeViewportHeightTests.cpp170 …const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in NegativeViewportHeightTestInstance()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/vulkan/
H A DImage.cpp80 auto imageViewCreateInfo = Framework::Vulkan::ImageViewCreateInfo(); in CreateImageView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp62 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
H A DvktDynamicStateRSTests.cpp144 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
147 …const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
H A DvktDynamicStateDSTests.cpp158 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
161 …const ImageViewCreateInfo attachmentViewInfo(m_depthStencilImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
533 …const ImageViewCreateInfo depthViewInfo(m_depthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_depth… in DepthBoundsTestInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp113 …const ImageViewCreateInfo attachmentViewInfo(m_colorAttachmentImage->object(), vk::VK_IMAGE_VIEW_T… in StateObjects()
122 …const ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFo… in StateObjects()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Dvideo_interface.cpp389 Vulkan::ImageViewCreateInfo view_info = {}; in aa_fetch_stage()
492 Vulkan::ImageViewCreateInfo view_info = {}; in divot_stage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/tests/VulkanBenchmarks/
H A DVulkanBenchmarks.cpp334 vk::ImageViewCreateInfo colorAttachmentView; in Swapchain()
438 vk::ImageViewCreateInfo colorAttachmentView; in Framebuffer()

1234