Home
last modified time | relevance | path

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

12

/external/swiftshader/tests/VulkanWrapper/
DImage.cpp44 vk::ImageViewCreateInfo imageViewInfo; in Image()
DSwapchain.cpp49 vk::ImageViewCreateInfo colorAttachmentView; in Swapchain()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp56 class ImageViewCreateInfo : public vk::VkImageViewCreateInfo class
59 ImageViewCreateInfo (vk::VkImage image,
66 ImageViewCreateInfo (vk::VkImage image,
DvktDrawExplicitVertexParameterTests.cpp357 …const ImageViewCreateInfo colorTargetViewInfo (colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in iterate()
377 const ImageViewCreateInfo multisamplingTargetViewInfo (multisampleTargetImage->object(), in iterate()
DvktDrawBaseClass.cpp58 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
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
DvktDrawInvertedDepthRangesTests.cpp224 …const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in InvertedDepthRangesTestInstance()
227 …const ImageViewCreateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in InvertedDepthRangesTestInstance()
DvktDrawMultipleClearsWithinRenderPass.cpp256 …const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_… in MultipleClearsTest()
276 …const ImageViewCreateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_… in MultipleClearsTest()
DvktDrawMultipleInterpolationTests.cpp333 const ImageViewCreateInfo colorTargetViewInfo (colorTargetImages[frameNdx]->object(), in render()
357 const ImageViewCreateInfo multisamplingTargetViewInfo (multisampleImages[frameNdx]->object(), in render()
DvktDrawDifferingInterpolationTests.cpp193 …const ImageViewCreateInfo colorTargetViewInfo (colorTargetImages[frameIdx]->object(), VK_IMAGE_V… in iterate()
DvktDrawDepthClampTests.cpp266 …const ImageViewCreateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_… in DepthClampTestInstance()
DvktDrawNegativeViewportHeightTests.cpp170 …const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D… in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp370 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_color… in InstancedDrawInstance()
DvktDrawScissorTests.cpp398 …const ImageViewCreateInfo colorTargetViewInfo (colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D,… in iterate()
DvktBasicDrawTests.cpp334 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp62 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE… in initialize()
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()
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()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
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()
DvktQueryPoolOcclusionTests.cpp104 …const ImageViewCreateInfo attachmentViewInfo(m_colorAttachmentImage->object(), vk::VK_IMAGE_VIEW_T… in StateObjects()
113 …const ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFo… in StateObjects()
DvktQueryPoolPerformanceTests.cpp443 …const ImageViewCreateInfo attachmentViewInfo(m_colorAttachmentImage->object(), VK_IMAGE_VIEW_TYPE_… in initStateObjects()
DvktQueryPoolStatisticsTests.cpp1051 …const ImageViewCreateInfo attachmentViewInfo (m_colorAttachmentImage->object(), VK_IMAGE_VIEW_TYP… in creatColorAttachmentAndRenderPass()
1060 …const ImageViewCreateInfo depthViewInfo (m_depthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, VK_F… in creatColorAttachmentAndRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp325 …const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D,… in createTargetColorImageAndImageView()
339 …const ImageViewCreateInfo depthTargetViewInfo(m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D,… in createTargetDepthImageAndImageView()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp6992 struct StructExtends<ImageViewASTCDecodeModeEXT, ImageViewCreateInfo>
7000 struct StructExtends<ImageViewUsageCreateInfo, ImageViewCreateInfo>
9478 struct StructExtends<SamplerYcbcrConversionInfo, ImageViewCreateInfo>
9899 struct StructExtends<VideoProfileKHR, ImageViewCreateInfo>
9933 struct StructExtends<VideoProfilesKHR, ImageViewCreateInfo>
Dvulkan_structs.hpp28664 struct ImageViewCreateInfo struct
28671 ImageViewCreateInfo( VULKAN_HPP_NAMESPACE::ImageViewCreateFlags flags_ = {}, in ImageViewCreateInfo() argument
28685 …VULKAN_HPP_CONSTEXPR ImageViewCreateInfo( ImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = …
28687 ImageViewCreateInfo( VkImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ImageViewCreateInfo() function
28688 : ImageViewCreateInfo( *reinterpret_cast<ImageViewCreateInfo const *>( &rhs ) ) in ImageViewCreateInfo()
28692 VULKAN_HPP_CONSTEXPR_14 ImageViewCreateInfo &
28693 … operator=( ImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
28695 ImageViewCreateInfo & operator=( VkImageViewCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
28697 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const *>( &rhs ); in operator =() argument
28701 ImageViewCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
[all …]

12